Skip to content

Instantly share code, notes, and snippets.

@NurElHuda
Created August 6, 2021 18:52
Show Gist options
  • Save NurElHuda/4970c2b843179392b10319d09c271b49 to your computer and use it in GitHub Desktop.
Save NurElHuda/4970c2b843179392b10319d09c271b49 to your computer and use it in GitHub Desktop.
Cron regex
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