![]() |
|
P is for Practical | |
PerlMonks |
Re: matching any string except a regexby almut (Canon) |
on Mar 04, 2010 at 12:45 UTC ( #826696=note: print w/replies, xml ) | Need Help?? |
Maybe you could simply add a .* at the beginning of your pattern:
This would gobble up everything upto the last {{...}} thingy before the 4:5, so you'd capture 'Ru' instead of the 'Gn' from the first {{...}}.
In Section
Seekers of Perl Wisdom
|
|