mirror of
https://github.com/Respect/Validation.git
synced 2026-03-22 09:52:51 +01:00
13 lines
196 B
Markdown
13 lines
196 B
Markdown
# Digit
|
|
|
|
- `v::digit()`
|
|
|
|
This is similar to `v::alnum()`, but it doesn't allow a-Z.
|
|
|
|
***
|
|
See also:
|
|
|
|
* [Alnum](Alnum.md)
|
|
* [Alpha](Alpha.md)
|
|
* [Vowel](Vowel.md)
|
|
* [Consonant](Consonant.md)
|