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

15 lines
206 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Lowercase
- `v::lowercase()`
Validates if string characters are lowercase in the input:
```php
v::stringType()->lowercase()->validate('xkcd'); // true
```
***
See also:
* [Uppercase](Uppercase.md)