tao-test/app/vendor/respect/validation/docs/rules/Uppercase.md

16 lines
227 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# 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)