respect-validation/docs/Uppercase.md
2015-08-20 01:38:41 -03:00

200 B

Uppercase

  • v::uppercase()

Validates if string characters are uppercase in the input:

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

See also: