Skip to content

Instantly share code, notes, and snippets.

@s4parke
Created September 13, 2017 15:07
Show Gist options
  • Save s4parke/979b4b6c011aa6d697331416c21d638e to your computer and use it in GitHub Desktop.
Save s4parke/979b4b6c011aa6d697331416c21d638e to your computer and use it in GitHub Desktop.
Date regex (MM/DD/YYYY)
(?:0?[1-9]|1[012])([\/.-])(?:0?[1-9]|[12]\d|3[01])([\/.-])(?:19|20)\d\d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment