pub fn translate( src_col: impl Into<Column>, matching: impl Into<Column>, replace: impl Into<Column>, ) -> Column
A function translate any character in the srcCol by a character in matching.