FindMatchOfRegexp
Finds for βindexβ-th match of regular expression pattern in a string value
Inputs
FindMatchOfRegexp(string, searchRegexp, [isCaseSensitive], [index])
string
- Any text value to search insearchRegexp
- A regular expression to find to[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive[index]
- [optional:0
by default**]**