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