StringType()
Validates whether the type of an input is string or not.
v::stringType()->isValid('hi'); // true
- Strings
- Types
Version | Description |
---|---|
1.0.0 | Renamed from String to StringType |
0.3.9 | Created as String |
See also:
StringType()
Validates whether the type of an input is string or not.
v::stringType()->isValid('hi'); // true
Version | Description |
---|---|
1.0.0 | Renamed from String to StringType |
0.3.9 | Created as String |
See also: