Multisplit: Difference between revisions

m
fixed output snuck in by IP before lock
m (fixed output snuck in by IP before lock)
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