1# Digit
2
3- `v::digit()`
4
5This is similar to `v::alnum()`, but it doesn't allow a-Z.
6
7***
8See also:
9
10  * [Alnum](Alnum.md)
11  * [Alpha](Alpha.md)
12  * [Vowel](Vowel.md)
13  * [Consonant](Consonant.md)
14