|
|
Browse by Tags
All Tags » numbers » Letters
-
Hi all
I am working on .NET and need a regex to validate any input string to find the input in the format as specified below:
Letter, numbers and spaces in one of these forms:
Xn nxx
Xxn nxx
Xxnn nxx
Xnn nXX
where
X -> Letters A-Z (in capitals)
x -> Letter a-z (in smalls)
n -> Number (0-9)
Thanks ...
|
|
|