Skip to content

translate

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

Defined in: functions/string.ts:146

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

Parameter Type
column ColOrName
matching string
replace string

Column