See also
To learn more about the Regex Tools add-in and other custom Ablebits Regex functions, please see:
The AblebitsRegexMatch function searches for text that matches the specified regular expression, and then returns TRUE if match is found and FALSE if not.
For example:
=AblebitsRegexMatch(A1,"(\d{3}-\d{3}-\d{4})") searches for text matching the regular expression (\d{3}-\d{3}-\d{4})") in the A1 cell.
AblebitsRegexMatch(reference,regular expression)
The AblebitsRegexMatch function syntax has the following arguments:
To learn more about the Regex Tools add-in and other custom Ablebits Regex functions, please see:
Post a comment
Seen by everyone, do not publish license keys and sensitive personal info!