16 lines
227 B
Markdown
16 lines
227 B
Markdown
|
# 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)
|