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