Is there a simpler way to use Regexp::Common patterns in a Regexp::Grammar?
there is a proper way
<token: Quoted_String> (...) # ... Comes from v 1.24567 # $RE{delimited}{ -delim => q{'} }{ -esc=>q{'}}
because version compatibility maybe https://metacpan.org/pod/Regexp::Grammars#IMPORTANT-CONSTRAINTS-AND-LIMITATIONS
maybe
In reply to Re: How to use Regexp::Common patterns in Regexp::Grammars? (Properly)
by Anonymous Monk
in thread How to use Regexp::Common patterns in Regexp::Grammars?
by clueless newbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |