assertion - Finding alphanumeric using ruby -


new forum. trying run test find â or using assertion

text.include? "â" , "€" 

but getting errors.

try:

text.include?("â") || text.include?("€") 

or:

/â|€/.match(text) 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -