SubstringRegexpDelimiter
Returns substring starting and ending by the specified regular expression delimiters
Inputs
SubstringRegexpDelimiter(string, startAfterRegexp, endBeforeRegexp, [index])
string
- A text valuestartAfterRegexp
- Regular expression to start the search afterendBeforeRegexp
- Regular expression to end the search before[index]
- [optional:0
by default**]**
Last updated