respect-validation/docs/rules/Consonant.md
Henrique Moody 1eb5b9d3c5
Add "Decimal" link to related rules
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-10-05 12:49:42 +02:00

470 B

Consonant

  • Consonant()
  • Consonant(string ...$additionalChars)

Validates if the input contains only consonants.

v::consonant()->validate('xkcd'); // true

Categorization

  • Strings

Changelog

Version Description
0.5.0 Renamed from Consonants to Consonant
0.3.9 Created as Consonants

See also: