Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » pcre » social security numbers
  • Finding SSN's with PCRE

    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 ...
    Posted to Construction Advice (Forum) by RickW on October 9, 2006