respect-validation/docs/Digit.md
Henrique Moody 00d300f762
Add changelog to rules' documentation
Also:
- Create documentation for `Base` rule;
- Increase number of rules
2017-03-28 11:22:58 +02:00

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)