REGEXEXTRACT
The following section describes the syntax and usage of the REGEXEXTRACT function in ActivityInfo.
Description
The REGEXEXTRACT function extracts matching substrings according to a regular expression.
Syntax
REGEXEXTRACT(text, regular_expression)
Argument | Required | Description |
---|---|---|
text | Yes | The input text. |
regular_expression | Yes | The first part of text that matches this expression will be returned. |
Result
- The part of text that matches the given regular_expression