I have/use UltraEdit Text/Hex Editor (x64) Version 26.00.0.48
Does any version of UltraEdit support the Perl transliteration operator to replace occurrences of characters in SEARCHLIST with characters in REPLACEMENTLIST? I am referring to the operator described in this URL: Perl Tutorial: Substitution and Translation
Perl example: $str =~ tr/ac/bd/;
If UltraEdit does not support that operator, is there a way to achieve the same effect with a script that will replace characters in the first string with the corresponding character in the second list?
Does any version of UltraEdit support the Perl transliteration operator to replace occurrences of characters in SEARCHLIST with characters in REPLACEMENTLIST? I am referring to the operator described in this URL: Perl Tutorial: Substitution and Translation
Perl example: $str =~ tr/ac/bd/;
If UltraEdit does not support that operator, is there a way to achieve the same effect with a script that will replace characters in the first string with the corresponding character in the second list?
Mark S. Harcourt | XML IT Specialist | Government Publishing Office