asaskevich / govalidator

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

Need to check if a string is Decimal or not #467

Closed amirhossein-razlighi closed 3 months ago

amirhossein-razlighi commented 2 years ago

Feature Request

Q A
New Feature yes
RFC yes/no
BC Break yes/no

Summary

Hi There ! I Need a function to check if a string is decimal or not . for example "1.09" is decimal but "2" is not