# Vowel - `Vowel()` - `Vowel(string ...$additionalChars)` Similar to `Alnum()`. Validates strings that contains only vowels: ```php v::vowel()->validate('aei'); // true ``` ## Changelog Version | Description --------|------------- 0.5.0 | Renamed from `Vowels` to `Vowel` 0.3.9 | Created as `Vowels` *** See also: - [Alnum](Alnum.md) - [Digit](Digit.md) - [Alpha](Alpha.md) - [Consonant](Consonant.md)