regex.replace

  1. epiCode

    Android Question Regex Replace with Unicode Support ?

    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...
Top