Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 278 Bytes

Uppercase.md

File metadata and controls

20 lines (13 loc) · 278 Bytes

Uppercase

  • Uppercase()

Validates if string characters are uppercase in the input:

v::stringType()->uppercase()->validate('W3C'); // true

Changelog

Version Description
0.3.9 Created

See also: