cron-validate
cron-validate copied to clipboard
Validate special symbols
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.
So you basically want the option to disable stepping as a valid expression so it raises an error?
I can take a look and change the option / configuration to include such an option.
Yes, basically exactly that.