Skip to content

Commit

Permalink
Add caveat about features supported by :P5
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 4, 2018
1 parent b3b8dd1 commit f665d61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Language/5to6-nutshell.pod6
Expand Up @@ -1033,6 +1033,10 @@ next if $line =~ m/[aeiou]/ ; # Perl 5
next if $line ~~ m:P5/[aeiou]/ ; # Perl 6, using P5 modifier
next if $line ~~ m/ <[aeiou]> / ; # Perl 6, native new syntax
Please note that the Perl 5 regular expression syntax dates from many years
ago and may lack features that have been added since the beginning of the
Perl 6 project.
=head2 Special matchers generally fall under the <> syntax
There are many cases of special matching syntax that Perl 5 regexes
Expand Down

0 comments on commit f665d61

Please sign in to comment.