Multisplit: Difference between revisions

no edit summary
No edit summary
Line 6:
 
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}}==
19

edits