Skip to content

JoeFerrucci/RegExTimeChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RegExTimeChecker

Checks proper "Time" input in HH:MM AM|PM format using regex

This regex must have leading zeros, for example: 06:30PM is valid, but 6:30PM is not valid.

Changing it to have leading-zeros be optional is fairly simple, I will leave that up to you.

Here's a hint: http://bit.ly/1v9yOQv

About

Checks proper "Time" input in H:M AM|PM format using regex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published