Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 324 Bytes

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