See also
To learn more about the Regex Tools add-in and other custom Ablebits Regex functions, please see:
The AblebitsRegexExtract function searches for a match with the specified regular expression in a cell, and returns it if finds.
For example:
=AblebitsRegexExtract(A1,"(\d{3}-\d{3}-\d{4})") returns a match with the regular expression (\d{3}-\d{3}-\d{4}) in the A1 cell.
AblebitsRegexExtract(reference,regular expression)
The AblebitsRegexExtract 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!