respect-validation/docs/Lowercase.md

15 lines
203 B
Markdown
Raw Normal View History

2015-01-30 09:40:06 +01:00
# Lowercase
- `Lowercase()`
2015-01-30 09:40:06 +01:00
Validates if string characters are lowercase in the input:
```php
v::stringType()->lowercase()->validate('xkcd'); // true
2015-01-30 09:40:06 +01:00
```
***
2015-01-30 09:40:06 +01:00
See also:
* [Uppercase](Uppercase.md)