Thread
:
help with "regular expression validator"
View Single Post
01-11-2013, 07:20 PM
PM User
|
#
3
alykins
Senior Coder
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
I don't know all the BI rules of your validation, but this regex should work for you
^([a-z][A-Z]{0,1})+\d{1,8}
__________________
I code C hash-tag .Net
Reference:
W3C
W3CWiki
.Net Lib
Validate:
html
CSS
Debug:
Chrome
FireFox
IE
Users who have thanked alykins for this post:
simon47
(01-15-2013)
alykins
View Public Profile
Find More Posts by alykins