# Digit - `Digit()` This is similar to `Alnum()`, but it doesn't allow a-Z. ## Changelog Version | Description --------|------------- 0.5.0 | Renamed from `Digits` to `Digit` 0.3.9 | Created as `Digits` *** See also: * [Alnum](Alnum.md) * [Alpha](Alpha.md) * [Vowel](Vowel.md) * [Consonant](Consonant.md)