Regular Expressions 101

Community Patterns

regex for the minute part of crontab

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(\*|\*\/([0-9]|[0-5][0-9])|([0-9]|[0-5][0-9])|([0-9]\-([0-9]|[0-5][0-9])|([0-9]\,([0-9]|[0-5][0-9]))))$
/
gm

Description

hopefully matches all variations of the minute part of a crontab.

working on the other parts soon

Submitted by nick g - 3 years ago