Jump to content

Multisplit: Difference between revisions

fix input string and correct output that was changed by anonymous
(→‎{{header|Perl 6}}: add Perl 6 entry)
(fix input string and correct output that was changed by anonymous)
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.
 
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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.