Crontab expression - gekomad/scala-regex-collection GitHub Wiki
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 * * *"))