mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
278 B
278 B
Uppercase
Uppercase()
Validates if string characters are uppercase in the input:
v::stringType()->uppercase()->validate('W3C'); // true
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: