Multisplit: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku in comments)
Line 1,558: Line 1,558:
As it happens, with the task's specified list of separators, it doesn't make any difference.
As it happens, with the task's specified list of separators, it doesn't make any difference.
<p>
<p>
Perl 6 automatically returns Match objects that will stringify to the matched pattern, but can also be interrogated for their match positions, as illustrated above by post-processing the results two different ways.
Raku automatically returns Match objects that will stringify to the matched pattern, but can also be interrogated for their match positions, as illustrated above by post-processing the results two different ways.


=={{header|REXX}}==
=={{header|REXX}}==