asaskevich / govalidator

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

Add IsRegex Function (Issue #155) #433

Closed kasraabdollahi closed 3 years ago

kasraabdollahi commented 3 years ago

Add IsRegex validator function which is based on RE2syntax (the syntax that go lang uses)

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

Description

asaskevich commented 3 years ago

Thank you!