3 lines
55 B
Text
3 lines
55 B
Text
|
|
str =~ ~r/this/ # => false
|
||
|
|
str =~ ~r/this/i # => true
|