![]() |
|
No such thing as a small change | |
PerlMonks |
Re^2: Find/Chng every <any>by nvivek (Vicar) |
on Sep 04, 2010 at 03:56 UTC ( #858844=note: print w/replies, xml ) | Need Help?? |
It should be [^<>]+ not [^<>]* because * means 0 or more occurrence of previous character in regular expression of Perl.
In Section
Seekers of Perl Wisdom
|
|