govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

added IsDecimal function to validator.go, issue #467

Open doctorhoseinpour opened this issue 3 years ago • 0 comments

issue #467 add IsDecimal function which returns true if string is null or ParseFloat method does not generate an error. if the string does not contain a "." , the function will return false

doctorhoseinpour avatar Feb 04 '22 19:02 doctorhoseinpour