Skip to content

Instantly share code, notes, and snippets.

View EvanK's full-sized avatar

Evan Kaufman EvanK

  • Washington, USA
View GitHub Profile
@EvanK
EvanK / aws-schedule-expressions.pl
Last active March 11, 2024 20:58
A work in progress PCRE for matching [AWS EventBridge scheduling expressions](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cron-expressions.html). See it in action [on RegExr](https://regexr.com/7t6id).
# the whole enchilada...
/
^
(
rate\(
(
(
1[ ]+(hour|minute|day))
|
([0-9]+[ ]+(hours|minutes|days)