Module regexp
Expand description
Defines kernel to extract substrings based on a regular expression of a [Large]StringArray
Functionsยง
- 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_
match - Extract all groups matched by a regular expression for a given String array.