Multisplit: Difference between revisions

Content added Content deleted
(Undo revision 106291 by Vincent (talk) This is still disputed in the talk page and should not be in the task description yet)
(As properly corrected by Mwn3d, output MUST NOT be present until it's completely agreed on discussion page.)
Line 5: Line 5:
'''Extra Credit:''' include match information that indicates which separator was matched at each separation point and where in the input string that separator was matched.
'''Extra Credit:''' include match information that indicates which separator was matched at each separation point and where in the input string that separator was matched.


Since proper parsing of example input is still under discussion (there is people who doesn't understand original conditions), there is no output yet.
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</code>.


=={{header|Ada}}==
=={{header|Ada}}==