Add number validator in documentation

pull/607/head
John Bailon 5 years ago
parent 7807a1f36f
commit 198646cbd1
  1. 4
      doc.go

@ -625,9 +625,9 @@ Number
This validates that a string value contains number values only.
For integers or float it returns true.
Usage: numeric
Usage: number
Numeric
Numeric
This validates that a string value contains a basic numeric value.
basic excludes exponents etc...

Loading…
Cancel
Save