7 lines
95 B
Text
7 lines
95 B
Text
julia> split(s, r"==|!=|=")
|
|
5-element Array{SubString{String},1}:
|
|
"a"
|
|
""
|
|
"b"
|
|
""
|
|
"c"
|