Multisplit: Difference between revisions

Content added Content deleted
m (fixed output snuck in by IP before lock)
Line 7: Line 7:
Test your code using the input string “<code>a!===b=!=c==d</code>” and the separators “<code>==</code>”, “<code>!=</code>” and “<code>=</code>”.
Test your code using the input string “<code>a!===b=!=c==d</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>.
For these inputs the string should be parsed as <code>a != == b = != c == != d</code>.


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