mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
470 B
470 B
Consonant
Consonant()Consonant(string ...$additionalChars)
Validates if the input contains only consonants.
v::consonant()->validate('xkcd'); // true
Categorization
- Strings
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Renamed from Consonants to Consonant |
| 0.3.9 | Created as Consonants |
See also: