Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 351 Bytes

Lowercase.md

File metadata and controls

26 lines (17 loc) · 351 Bytes

Lowercase

  • Lowercase()

Validates whether the characters in the input are lowercase.

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

Categorization

  • Strings

Changelog

Version Description
0.3.9 Created

See also: