in reply to Transliteration
If you want to delete them you usetr/=/ /;
If you want to delete last = in a string you could do it with s/// instead like intr/=//d;
that matches a = followed by nothing or whitespace and replaces it with nothing. /t0mass/=\s*$//;
|
|---|