mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
499 B
499 B
StringType
StringType()
Validates a string.
v::stringType()->validate('hi'); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Renamed from String to StringType |
| 0.3.9 | Created as String |
See also: