Tokenize a string with escaping: Difference between revisions

m
→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku
(r)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,888:
</pre>
 
Notable Perl 6Raku innovations that make this different from the equivalent [[#Perl]] solution:
 
* string variables can be safely interpolated into regexes without having to 'quotemeta' them
2,392

edits