Tag regex

Regex for time format

This will be quick and dirty. I was looking for a regex that handles checking an input time in this kind of format: hh:mm(am or pm). So I wanted to accept the following: 06:00am 6:00am 12:00pm But not accept: 6:00…