Mattraks Posted July 23, 2008 Posted July 23, 2008 (edited) Delete Edited October 21, 2008 by Mattraks
smashly Posted July 23, 2008 Posted July 23, 2008 Use StringRegExp$SRE = StringRegExp("YourString123", "[^[:alnum:]]", 0) If $SRE Then ConsoleWrite("String contains Non Alpha Numerical characters" & @LF) Else ConsoleWrite("String contains Only Alpha Numerical characters" & @LF) EndIf
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