7 lines
162 B
Text
7 lines
162 B
Text
|
|
set source to "a!===b=!=c"
|
||
|
|
set separatorPattern to <"==" or "!=" or "=">
|
||
|
|
|
||
|
|
put source split by separatorPattern
|
||
|
|
|
||
|
|
put each occurrence of separatorPattern in source
|