StartsWithRegexp
Checks if a string starts with a search regular expression
Inputs
StartWithRegexp(string, searchRegexp, [isCaseSensitive])
string
- A text value to search insearchRegexp
- Regular expression to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive
Last updated