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