Hey all, I have a question for ya, Can I string together regular expressions?
Here is what I mean, lets say that I want to search for a valid email address that is 5 characters. Now I think that the email address would look like this
and I would also want to make sure the email address is nore more than 25 characters. Can this be done with the same regular expression?
Thanks,
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Here is what I mean, lets say that I want to search for a valid email address that is 5 characters. Now I think that the email address would look like this
Code:
\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b
Thanks,
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!