mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
279 B
279 B
Lowercase
Lowercase()
Validates if string characters are lowercase in the input:
v::stringType()->lowercase()->validate('xkcd'); // true
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: