asaskevich / govalidator

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

Phone Number Validator #309

Open lfaoro opened 6 years ago

lfaoro commented 6 years ago

Is there a validator implemented that could validate a phone number by also recognizing the country code?

e.g.: +39(country code) 79435680(phone number)

stevenkitter commented 6 years ago

i have the same demand.

sergeyglazyrindev commented 2 years ago

Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.