Skip to content

Crontab expression

Giuseppe Cannella edited this page Jan 6, 2019 · 5 revisions
Type name example
Cron 5 4 * * *
import com.github.gekomad.regexcollection.Cron
assert(validate[Cron]("5 4 * * *") == Some("5 4 * * *"))
Clone this wiki locally