Dim st1 As String = "adT#$45](*xy"
Dim st2 As String = ""
Dim Mtch as Matcher = Regex.Matcher("[\w]+" , st1)
Do While Mtch.find
st2 = st2 & Mtch.Match
Loop
Log( st2 )
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.