Multisplit: Difference between revisions

Added Arturo implementation
(Added Delphi example)
(Added Arturo implementation)
Line 218:
token: [c] at: 10 delimiter: ()
</pre>
 
=={{header|Arturo}}==
 
<lang rebol>print split.by:["==" "!=" "="] "a!===b=!=c"</lang>
 
{{out}}
 
<pre>a b c</pre>
 
=={{header|AutoHotkey}}==
1,532

edits