FunctionsString
substring_utf8
Extracts a substring from a UTF-8 string using code-point positions and optional code-point length.
substring_utf8(…) → StringKind · scalar
Extracts a substring from a UTF-8 string using code-point positions and optional code-point length.
Part of the String family.
substring_index_utf8
Returns the part of a UTF-8 string before or after a delimiter occurrence count. Positive count returns the left side up to the Nth delimiter; negative count returns the right side after the Nth de…
translate
Maps each byte from a source character set to the corresponding byte in a target set. Source characters without a target mapping are removed.