GPinzone Posted April 4, 2012 Posted April 4, 2012 Not to beat a dead horse... $array = StringRegExp("HP EliteBook 1234P", "[0-9a-zA-Z]*[0-9][0-9a-zA-Z]*", 1) MsgBox(0, "Answer", $array[0]) Any string with at least one number should be matched by this. Gerard J. Pinzonegpinzone AT yahoo.com
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