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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -