|
|
Browse by Tags
All Tags » pcre » social security numbers
-
I'm trying to write a perl compatible regular expression that meets the following criteria for a social security number:
- matches NNN-NN-NNN
- no number group can start with 000, such as 000-NN-NNN, NNN-00-NNNN, NNN-NN-0000
- the area group isn't higher than 772
My pcre ...
|
|
|