RosettaCodeData/Task/Regular-expressions/Elixir/regular-expressions-2.ex

3 lines
55 B
Elixir

str =~ ~r/this/ # => false
str =~ ~r/this/i # => true