respect-validation/docs/Vowel.md
2017-03-28 11:53:14 +02:00

375 B

Vowel

  • Vowel()

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

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

Changelog

Version Description
0.5.0 Renamed from Vowels to Vowel
0.3.9 Created as Vowels

See also: