Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peterschussheim/6bd6d3bece212acd341e044dc686596b to your computer and use it in GitHub Desktop.
Save peterschussheim/6bd6d3bece212acd341e044dc686596b to your computer and use it in GitHub Desktop.
Regular Expressions
/(1[0-2]|0[1-9])(:[0-5]\d){2} (A|P)M/
/([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment