Summary
The user is facing an issue with a Cron expression validation due to the ‘10’ value not matching the regex pattern. They are looking for a solution to fix this problem.
Question
Hello
I write a Cron expression: 0 0 2 10 * ?
means Fire at 2:00am on the 10th day of every month,
but return warning: “10” did not match regex at index,
how can I fix it?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.