respect-validation/docs/rules/Vowel.md
2018-12-11 13:31:50 +01:00

413 B

Vowel

  • Vowel()
  • Vowel(string ...$additionalChars)

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: