2 lines
77 B
Text
2 lines
77 B
Text
|
|
str3 = ~r/another/ |> Regex.replace(str2, fn x -> "#{String.upcase(x)}" end)
|