translate (string1, string2, string3)
Argument
| Description
|
---|---|
string1 | String datatype. Passes the string to translate.
|
string2 | String datatype. Passes the string that defines which characters to translate. Translate replaces each character in
string1 with a number indicating its position in
string2 .
|
string3 | String datatype. Passes the string that defines what the characters from encrypted
string1 should translate to. Translate replaces each character in encrypted
string1 with a character in
string3 at the position number from
string2 .
|
translate ( EXPRESSION, STRING2, STRING3 )
|
|
|
|
---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|