respect-validation/docs/rules/Lowercase.md
2018-12-11 13:31:50 +01:00

22 lines
321 B
Markdown

# Lowercase
- `Lowercase()`
Validates whether the characters in the input are lowercase.
```php
v::stringType()->lowercase()->validate('xkcd'); // true
```
## Changelog
Version | Description
--------|-------------
0.3.9 | Created
***
See also:
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [Uppercase](Uppercase.md)