Skip to content

Instantly share code, notes, and snippets.

@maxxscho
Created April 18, 2014 10:47
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 maxxscho/11037244 to your computer and use it in GitHub Desktop.
Save maxxscho/11037244 to your computer and use it in GitHub Desktop.
Regular Expression for match a time string in the 24h format (hh:mm)
/^([01]?[0-9]|2[0-3]):[0-5][0-9]$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment