mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
517 B
517 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: