Multisplit: Difference between revisions

Content added Content deleted
No edit summary
(Undo revision 105522 by Vincent (talk))
Line 6: Line 6:


Test your code using the input string “<code>a!===b=!=c</code>” and the separators “<code>==</code>”, “<code>!=</code>” and “<code>=</code>”.
Test your code using the input string “<code>a!===b=!=c</code>” and the separators “<code>==</code>”, “<code>!=</code>” and “<code>=</code>”.

For these inputs the string should be parsed as <code>a != == b = != c == != d</code>.


=={{header|D}}==
=={{header|D}}==