v::uppercase()
Validates if string characters are uppercase in the input:
v::stringType()->uppercase()->validate('W3C'); // true
See also: