in reply to Re: Re: Character++
in thread Character++

In which case, for small ranges, reverse 'a' .. 'z', might be a better choice.

--
perl -pew "s/\b;([mnst])/'$1/g"