mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
497 B
497 B
Vowel
Vowel()Vowel(string ...$additionalChars)
Validates whether the input contains only vowels.
v::vowel()->validate('aei'); // true
Categorization
- Strings
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Do not consider whitespaces as valid |
| 0.5.0 | Renamed from Vowels to Vowel |
| 0.3.9 | Created as Vowels |
See also: