Answers for "regex to match yyyy-mmm-dd and yyyy-m-d"

0

regex for yyyy-mm-dd

^d{4}-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$
Posted by: Guest on April-12-2021

Code answers related to "regex to match yyyy-mmm-dd and yyyy-m-d"

Code answers related to "Javascript"

Browse Popular Code Answers by Language