Skip to content

Instantly share code, notes, and snippets.

@umairsd
Created May 7, 2017 19:23
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 umairsd/a866a262dc24691917083e44e69f7908 to your computer and use it in GitHub Desktop.
Save umairsd/a866a262dc24691917083e44e69f7908 to your computer and use it in GitHub Desktop.
RegEx-Dates
\w{3}\s\d+,\s\d{4}
Matches both "May 15, 1980", and "May 5, 1980"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment