pumaz77 Posted January 23, 2010 Posted January 23, 2010 Hello, I want to know if its possible to filter text, like $a = "^xH^xe^ul^9l^ao" Look like "Hello"?
Malkey Posted January 23, 2010 Posted January 23, 2010 Hello, I want to know if its possible to filter text, like $a = "^xH^xe^ul^9l^ao" Look like "Hello"? Something like this will work. $a = "^xH^xe^ul^9l^ao" MsgBox(0, "Result", StringRegExpReplace($a, "(\^.)", ""))
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now