Matches
Finds if a string matches the string pattern
Inputs
Matches(string, search, [isCaseSensitive])
string
- A text value to search insearch
- Text to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive