Closed Fank closed 9 years ago
@Fank There are other lines where you might need to add these (search for egimo
). I'm not sure of what's the difference between all the lines with regex modifiers, so maybe it's not necessary...
@pchaigno Thanks for the info, ill take a look in it.
I added pc
to the other areas @pchaigno mentioned.
Thanks for this! :ship:
Added /p preserve the string matched such that ${^PREMATCH}, ${^MATCH}, and ${^POSTMATCH} are available for use after matching. Added /c keep the current position during repeated matching
As listed here http://perldoc.perl.org/perlre.html