Vowel

  • v::vowel()

Similar to v::alnum(). Validates strings that contains only vowels:

v::vowel()->validate('aei'); // true

See also: