Skip to content

translate

function translate(
column,
matching,
replace): Column;

Defined in: functions/string.ts:138

Translates any character in the string by a character in the matching string to the corresponding character in the replace string.

ParameterType
columnColOrName
matchingstring
replacestring

Column