mirror of
https://github.com/Respect/Validation.git
synced 2026-03-23 02:04:43 +01:00
20 lines
323 B
Markdown
20 lines
323 B
Markdown
# 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)
|