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