Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-02-17 00:45
Flavor·Python

r"
^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$
"
gm
Open regex in editor

Description

Validades cron job time specification

Submitted by anonymous