# 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)
