Skip to content

Instantly share code, notes, and snippets.

@mccar2cm
Created February 11, 2015 03:32
Show Gist options
  • Save mccar2cm/0d24afa5cad3d9b3981f to your computer and use it in GitHub Desktop.
Save mccar2cm/0d24afa5cad3d9b3981f to your computer and use it in GitHub Desktop.
RegEx
// matches DD/3 Letter Month Abv/YYYY (01/Jan/2014)
[0-9]{1,2}/[a-zA-Z]{3}/[0-9]{4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment