Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-27 22:51
Flavor·PCRE2 (PHP)

/
^(\*|\*\/([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
Open regex in editor

Description

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

working on the other parts soon

Submitted by nick g