http://www.perlmonks.org?node_id=858844


in reply to Re: Find/Chng every <any>
in thread Find/Chng every <any>

It should be [^<>]+ not [^<>]* because * means 0 or more occurrence of previous character in regular expression of Perl.