asaskevich / govalidator

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

fix credit card regex replacement #428

Closed fatteme closed 3 years ago

fatteme commented 3 years ago

BugFix: fix the bug relevant to isuue #416 closes #416

Q A
Documentation yes/no
Bugfix yes/no
BC Break yes/no
New Feature yes/no
RFC yes/no
QA yes/no

Description

asaskevich commented 3 years ago

Thank you!