Regular Expression For Cron Time Expressions
A regex that matches valid cron time expressions with or without predefined scheduling macros and @every durations.
Useful regular expressions to match dates and times.
A regex that matches valid cron time expressions with or without predefined scheduling macros and @every durations.
A regular expression to match a valid day in a date string (from 1 to 31).
A regular expression that matches the various names of the days of the week.
A regular expression that matches month names. Supports both full month names and 3-letter abbreviations.
An All-in-one regular expression to valid dates in mm/dd/yyyy, mm-dd-yyyy, or mm.dd.yyyy format.
A regular expression to match and validate a 4-digit year (from 1900 to 2099).
A regular expression to match a time (mm:ss) limited to 60 minutes.
A regular expression to match RFC 2822 timestamps.
A set of regular expressions to match ISO 8601 years, weeks, dates, times, and datetimes with optional time zone.
A regular expression to match a 12-hour time with AM/PM after it.