mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
20 lines
315 B
Markdown
20 lines
315 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)
|