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