Merge pull request #607 from johnbailon/number_documentation

Add number validator to documentation
pull/616/head
Dean Karn 5 years ago committed by GitHub
commit 0ab8e0351d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      doc.go

@ -620,6 +620,13 @@ This validates that a string value contains unicode alphanumeric characters only
Usage: alphanumunicode
Number
This validates that a string value contains number values only.
For integers or float it returns true.
Usage: number
Numeric
This validates that a string value contains a basic numeric value.

Loading…
Cancel
Save