| Title |
Test
Find
AlphaNumeric
|
| Expression |
^([A-Za-z]|[A-Za-z][0-9]*|[0-9]*[A-Za-z])+$ |
| Description |
This regular expression accepts any combination of alphabets or alphanumeric. |
| Matches |
abc, cba,aaccbbaa, 134abc,a23abc123,abc123 |
| Non-Matches |
123,1,2,3,4,5,6,7,8,9,0,11,22,33.... |
| Author |
Rating:
Not yet rated.
Ravi gupta
|
| Source |
http://msdn.com |
| Your Rating |
|
Title: Space should not count
Name: A
Date: 10/17/2014 5:06:26 AM
Comment:
Space should not count