Module time

Module time 

Source
Expand description

Time-related regex expressions.

Constantsยง

HH_MM_12H_NO_LEADING
Regex for matching a valid 12-hour time format (HH:MM) with am/pm suffix.
HH_MM_12H_NO_LEADING_NO_SUFFIX
Regex for matching a valid 12-hour time format (HH:MM) with no am/pm suffix.
HH_MM_24H
Regex for matching a valid 24-hour time format (HH:MM).
HH_MM_24H_NO_LEADING
Regex for matching a valid 24-hour time format (HH:MM).
HH_MM_SS
Regex for matching a valid 24-hour time format (HH:MM:SS).