Skip to content

Instantly share code, notes, and snippets.

@cecyc
Last active January 17, 2020 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecyc/5ea5f1b27858eac824b55dbea877e9ac to your computer and use it in GitHub Desktop.
Save cecyc/5ea5f1b27858eac824b55dbea877e9ac to your computer and use it in GitHub Desktop.

A regex for checking for specific US States

Example:

/(OR)|(or)$|([Oo]regon)$/gm

Matches: Eugene, OR eugene, or Somewhere, oregon Portland, Oregon portland, or eugene, oregon fksjbf, oregon fsjdnfksd oregon

https://regex101.com/r/m8zQf2/1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment