Quantcast
Channel: Limno (Jingyang Li) » ASP.NET 2
Viewing all articles
Browse latest Browse all 10

Regular Expression for a fixed length alphanumeric code in ASP.NET

$
0
0
 A length of 7 literal  starts with a(or A) with the third location with a letter(a-f or A-F) plus 4 more numbers.

ValidationExpression

=”^[a|A]+[0-9]+[0-9A-Fa-f]+\d{4}$”
 
 

 



Viewing all articles
Browse latest Browse all 10

Trending Articles