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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -