respect-validation/docs/Uppercase.md
2015-10-07 11:52:03 -03:00

204 B

Uppercase

  • v::uppercase()

Validates if string characters are uppercase in the input:

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

See also: