Multisplit: Difference between revisions

no edit summary
(Undo revision 105522 by Vincent (talk))
No edit summary
Line 7:
Test your code using the input string “<code>a!===b=!=c</code>” and the separators “<code>==</code>”, “<code>!=</code>” and “<code>=</code>”.
 
Stupid Dgamey thinks "For these inputs the string should be parsed as <code>a != == b = != c == != d</code>".
If you're smart enough, it's easy to understand: he ignores ORDER of separators. Real output is: <code>a! '''==''' =b= '''!=''' c<code> with unused last delimiter '='.
 
=={{header|D}}==
Anonymous user