asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
5.97k stars 554 forks source link

feat IsYYYYMMDD function #498

Open shintarou37 opened 4 months ago

shintarou37 commented 4 months ago
Q A
Documentation yes
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

Description

I want to verify if a string is in the format of yyyymmdd.

https://github.com/asaskevich/govalidator/issues/499

shintarou37 commented 4 months ago

@asaskevich Could you please check?