Skip to content

Commit

Permalink
Merge pull request #607 from johnbailon/number_documentation
Browse files Browse the repository at this point in the history
Add number validator to documentation
  • Loading branch information
Dean Karn authored May 21, 2020
2 parents 7e978ff + 198646c commit 0ab8e03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ab8e03

Please sign in to comment.