asaskevich / govalidator

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

feat IsYYYYMMDD function #498

Open shintarou37 opened 8 months ago

shintarou37 commented 8 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 8 months ago

@asaskevich Could you please check?