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