Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-19 21:05
Flavor·Python

r"
^(?P<disabled># *)?(?P<min>\*/\d+|\*|(?:\d+,?)+)(?: )(?P<hour>\*/\d+|\*|(?:\d+,?)+)(?: )(?P<day>\*/\d+|\*|(?:\d+,?)+)(?: )(?P<month>\*/\d+|\*|(?:\d+,?)+)(?: )(?P<dayofweek>\*/\d+|\*|(?:\d+,?)+)
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous