Pattern
/(?:\*|(?:\d+(?:-\d+)?(?:,\d+(?:-\d+)?)*)|\*\/\d+)(?:\s+(?:\*|(?:\d+(?:-\d+)?(?:,\d+(?:-\d+)?)*)|\*\/\d+)){4}/Sample text
0 9 * * 1-5 */15 * * * * not cronTest this pattern in the editor
Five-field cron lines (minute … weekday).
/(?:\*|(?:\d+(?:-\d+)?(?:,\d+(?:-\d+)?)*)|\*\/\d+)(?:\s+(?:\*|(?:\d+(?:-\d+)?(?:,\d+(?:-\d+)?)*)|\*\/\d+)){4}/0 9 * * 1-5 */15 * * * * not cronTest this pattern in the editor
ISO-8601 timestamps with optional timezone.
Match HH:MM or HH:MM:SS clock times.
MAJOR.MINOR.PATCH with optional pre-release.
7–40 hex characters typical of git commits.
Absolute POSIX-style filesystem paths.
Drive-letter paths with backslashes.