Perl 6 regular expressions (PGE)
- Perl 6 has substantially redefined its regular expression syntax
- The new syntax
- is much cleaner
- allows for named expressions, recursion
- can embed arbitrary executable code in the pattern match
- supports multiple parsing strategies (e.g., bottom-up)