Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 196 Bytes

Uppercase.md

File metadata and controls

13 lines (8 loc) · 196 Bytes

Uppercase

  • v::uppercase()

Validates if string characters are uppercase in the input:

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

See also: