Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 204 Bytes

Uppercase.md

File metadata and controls

14 lines (9 loc) · 204 Bytes

Uppercase

  • v::uppercase()

Validates if string characters are uppercase in the input:

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

See also: