Is it possible to also validate special characters in fields?
Specifically, I'm trying to reject expressions using syntax for stepping like 1-59/3 * * * *, 2/9 * * * * *
Reason is, none of the cron matching libraries I've found support them properly, so I would like to should the user a warning if they input such expression.