Skip to content

Instantly share code, notes, and snippets.

@maulerjan
Last active August 29, 2018 11:14
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 maulerjan/675c1a03dbb9f267a8f3375c4b51f9dc to your computer and use it in GitHub Desktop.
Save maulerjan/675c1a03dbb9f267a8f3375c4b51f9dc to your computer and use it in GitHub Desktop.
Time validating regular expressions
^(?:[0-1][0-9]|2[0-3])(?::[0-5]\d){2}$
/^(?:[0-1][0-9]|2[0-3]):[0-5]\d$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment