Skip to content

Commit 7807a1f

Browse files
committed
Add number validator in documentation
1 parent c68441b commit 7807a1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,14 @@ This validates that a string value contains unicode alphanumeric characters only
620620
621621
Usage: alphanumunicode
622622
623-
Numeric
623+
Number
624+
625+
This validates that a string value contains number values only.
626+
For integers or float it returns true.
627+
628+
Usage: numeric
629+
630+
Numeric
624631
625632
This validates that a string value contains a basic numeric value.
626633
basic excludes exponents etc...

0 commit comments

Comments
 (0)