Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 496 Bytes

Vowel.md

File metadata and controls

31 lines (22 loc) · 496 Bytes

Vowel

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

Validates whether the input contains only vowels.

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

Categorization

  • Strings

Changelog

Version Description
2.0.0 Do not consider whitespaces as valid
0.5.0 Renamed from Vowels to Vowel
0.3.9 Created as Vowels

See also: