Skip to content

Instantly share code, notes, and snippets.

@PhazeonPhoenix
Created March 9, 2012 20:17
Show Gist options
  • Save PhazeonPhoenix/2008449 to your computer and use it in GitHub Desktop.
Save PhazeonPhoenix/2008449 to your computer and use it in GitHub Desktop.
RegEx: State Abbreviations
# http://regexlib.com/REDetails.aspx?regexp_id=471
# Match U.S. state abbreviation used by the U.S. Post Office.
^(?-i:A[LKSZRAEP]|C[AOT]|D[EC]|F[LM]|G[AU]|HI|I[ADLN]|K[SY]|LA|M[ADEHINOPST]|N[CDEHJMVY]|O[HKR]|P[ARW]|RI|S[CD]|T[NX]|UT|V[AIT]|W[AIVY])$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment