mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
15 lines
304 B
Markdown
15 lines
304 B
Markdown
# Digit
|
|
|
|
- `v::digit()`
|
|
|
|
This is similar to v::alnum(), but it doesn't allow a-Z. It also
|
|
accepts empty values and whitespace, so use `v::notEmpty()` and
|
|
`v::noWhitespace()` when appropriate.
|
|
|
|
***
|
|
See also:
|
|
|
|
* [Alnum](Alnum.md)
|
|
* [Alpha](Alpha.md)
|
|
* [Vowel](Vowel.md)
|
|
* [Consonant](Consonant.md)
|