Created
August 6, 2021 18:52
-
-
Save NurElHuda/4970c2b843179392b10319d09c271b49 to your computer and use it in GitHub Desktop.
Cron regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CRON_REGEX = r"((((\d+,)+\d+|((\d+|\*)(\/|-)\d+)|\d+|\*) ?){5,7})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment