tao-test/app/vendor/respect/validation/docs/rules/Uppercase.md

227 B

Uppercase

  • v::uppercase()

Validates if string characters are uppercase in the input:

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

See also: