L
Leon Mayne
I'm trying to add a regex validator to a webform textbox to validate time
format. The field is optional, so I'm trying to get a regex which will
validate empty, or the format
[00-23]:[00-59]
Is anyone here good with regular expressions and can point me to a pattern
that will do the above?
format. The field is optional, so I'm trying to get a regex which will
validate empty, or the format
[00-23]:[00-59]
Is anyone here good with regular expressions and can point me to a pattern
that will do the above?