translate
Returns "string_expression1" with all occurrences of each character in "string_expression2" replaced by the corresponding character in "string_expression3".
Syntax
translate ( string_expression1 , string_expression2 ,
string_expression3 )