Extract
Extracts the specified regular expression patterns from a string to an array
Inputs
Extract(string, searchRegexp, startAfterRegexp, endBeforeRegexp, [index])
string
- Any text value to extract fromsearchRegexp
- Regular expression to find tostartAfterRegexp
- Regular expression to start the search afterendBeforeRegexp
- Regular expression to end the search before[index]
- [optional:O
by default**]**
Last updated