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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
matching |
string |
replace |
string |