func.translate

Any character in string that matches a character in the from set is replaced by the corresponding character in the to set

Syntax

func.translate(value_string, from_string_elements, to_string_elements)

Examples

func.translate('Plaixcloux', 'x', 'd') --> Plaidcloud
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)