Skip to content

Instantly share code, notes, and snippets.

@lukrizal
Created November 17, 2014 07:17
Show Gist options
  • Save lukrizal/4a95f3fcd70d2ff74e9c to your computer and use it in GitHub Desktop.
Save lukrizal/4a95f3fcd70d2ff74e9c to your computer and use it in GitHub Desktop.
Some useful regex
dateRegEx = /[0-9]{4}-(1[0-2]|0?[0-9])-(3[0-1]|2[0-9]|0?[0-9])$/;
timeRegEx = {
'12Hour': /[0-1]?[0-9]:[0-5][0-9]\W?[a|p]m/
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment