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

20 lines
299 B
Markdown

# Alpha
- `Alpha()`
- `Alpha(string $additionalChars)`
This is similar to `Alnum()`, but it doesn't allow numbers.
## Changelog
Version | Description
--------|-------------
0.3.9 | Created
***
See also:
- [Alnum](Alnum.md)
- [Digit](Digit.md)
- [Consonant](Consonant.md)
- [Vowel](Vowel.md)