Skip to content

Crontab expression

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