Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 197 Bytes

Lowercase.md

File metadata and controls

13 lines (8 loc) · 197 Bytes

Lowercase

  • v::lowercase()

Validates if string characters are lowercase in the input:

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

See also: