How to remove ‘non-numeric’ from a string?

Set objRegEx = CreateObject("VBScript.RegExp")

objRegEx.Global = True 

objRegEx.Pattern = "[^A-Za-z]"

strSearch =  “ABC$$$%%%^^+++”

strSearchString = objRegEx.Replace(strSearchString, "")

msgbox strSearchString

Comments

Popular posts from this blog

Is QA a easy job?

Latest Version of TestComplete

Successful tester