Multisplit: Difference between revisions

m
oops fixed extra token
m (fixed output snuck in by IP before lock)
m (oops fixed extra token)
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>”.
 
For these inputs the string should be parsed as <code>a != == b = != c == != d</code>.
 
=={{header|D}}==
Anonymous user