in reply to Re^2: How to use Regexp::Common patterns in Regexp::Grammars? (Properly)
in thread How to use Regexp::Common patterns in Regexp::Grammars?

Ok. This is a comment describing the source of regex pattern # $RE{delimited}{ -delim => q{'} }{ -esc=>q{'}}

the idea is to replace ... with the string generated by printing $RE{delimited}{ -delim => q{'} }{ -esc=>q{'}}

its ok to inline regexp::common patterns . no $pat or @{[ ]} required

  • Comment on Re^3: How to use Regexp::Common patterns in Regexp::Grammars? (Properly)
  • Download Code