3 lines
76 B
Text
3 lines
76 B
Text
|
|
iex(1)> Regex.split(~r/==|!=|=/, "a!====b=!=c")
|
||
|
|
["a", "", "", "b", "", "c"]
|