Replaces individual characters from the input column that are found in the matching with the corresponding character in the replacement string. If the matching string is longer than the replacement string, characters at the end of the matching string will be dropped.
Expression categories: String
Declared arguments
Expression - Expression to translate. Expression<AnyType>
Matching string - String containing characters that match the input string. Literal<String>