Module translate

Module translate 

Source

Structsยง

TranslateFunc

Functionsยง

invoke_translate ๐Ÿ”’
translate ๐Ÿ”’
Replaces each character in string that matches a character in the from set with the corresponding character in the to set. If from is longer than to, occurrences of the extra characters in from are deleted. translate(โ€˜12345โ€™, โ€˜143โ€™, โ€˜axโ€™) = โ€˜a2x5โ€™