It is necessary to remove the value <A HREF="UID50B5C7EEF7"> from the given string.
The highlighted characters can be any letters or numbers in any quantity.
Please help with the regular expression.
I use this pattern to detect all matching numbers irrespective of unicode script which is \p{N}.
It works fine on all regex testing sites but it returns a blank string when used with regex.replace.
Sub RemoveNumbersAndBrackets(inputString As String) As String
Dim outputString As String...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.