Multisplit: Difference between revisions

Content added Content deleted
(Added Delphi example)
(Added Arturo implementation)
Line 218: Line 218:
token: [c] at: 10 delimiter: ()
token: [c] at: 10 delimiter: ()
</pre>
</pre>

=={{header|Arturo}}==

<lang rebol>print split.by:["==" "!=" "="] "a!===b=!=c"</lang>

{{out}}

<pre>a b c</pre>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==