Add number validator in documentation

pull/606/head
John Bailon 5 years ago
parent c68441b7f4
commit 7807a1f36f
  1. 9
      doc.go

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

Loading…
Cancel
Save