Expand description
Defines kernel to extract substrings based on a regular expression of a [Large]StringArray
Macrosยง
Functionsยง
- get_
scalar_ ๐pattern_ flag - get_
scalar_ ๐pattern_ flag_ utf8view - regexp_
array_ ๐match - regexp_
array_ ๐match_ utf8view - regexp_
is_ match - Return BooleanArray indicating which strings in an array match an array of regular expressions.
- regexp_
is_ match_ scalar - Return BooleanArray indicating which strings in an array match a single regular expression.
- regexp_
is_ match_ utf8 Deprecated - Perform SQL
array ~ regex_array
operation on [StringArray
] / [LargeStringArray
]. Ifregex_array
element has an empty value, the corresponding result value is always true. - regexp_
is_ match_ utf8_ scalar Deprecated - Perform SQL
array ~ regex_array
operation on [StringArray
] / [LargeStringArray
] and a scalar. - regexp_
match - Extract all groups matched by a regular expression for a given String array.
- regexp_
scalar_ ๐match - regexp_
scalar_ ๐match_ utf8view