mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
205 B
205 B
Uppercase
v::uppercase()
Validates if string characters are uppercase in the input:
v::stringType()->uppercase()->validate('W3C'); // true
See also: