Structsยง
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โ