I have misunderstanding in my TOC project and needs help the project about date validation and my task is to Design a Non-Deterministic Finite Automaton (NFA) that accepts
strings representing dates in a specified format and rejects strings
that do not match to the format.
Test this on: (e.g. the first format)
1685-12-35 → rejected
1980/12/30 → rejected
2024-12-30 → accepted
I tried to search for resources that can help me but they are very poor
Mohamed Emad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.