v::vowel()
Similar to v::alnum(). Validates strings that contains only vowels:
v::alnum()
v::vowel()->validate('aei'); // true
See also: