respect-validation/docs/Digit.md
2017-03-28 11:53:14 +02:00

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)