/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/Uppercase.md (227B)
# Uppercase
- `v::uppercase()`
Validates if string characters are uppercase in the input:
```php
v::stringType()->uppercase()->validate('W3C'); // true
```
***
See also:
* [Lowercase](Lowercase.md)
* [Roman](Roman.md)