use utf8; my $string = 'AÿþBÿþÿþC'; $string =~ s/ÿþ//g; print $string; [download]
ABC [download]
In reply to Re: Remove ÿþ from a string by kroach in thread Remove ÿþ from a string by AnishaM