mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
Signed-off-by: Henrique Moody <henriquemoody@gmail.com> Co-authored-by: Emmerson Siqueira <emmersonsiqueira@gmail.com>
536 B
536 B
StringType
StringType()
Validates whether the type of an input is string or not.
v::stringType()->validate('hi'); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Renamed from String to StringType |
| 0.3.9 | Created as String |
See also: