extract_regex
Extract parts of texts detected using regular expressions.
A regular expression (or regex, regex pattern) is a sequence of characters that forms a search pattern.
This pattern is compared against texts, and any matches returned. The matches don’t have to be returned as found,
but can be formatted using the output
parameter. Check below references to familiarize yourself with the regex
language:
Also see the pattern
parameter below for more details.
Was this page helpful?