respect-validation/docs/StringType.md
Henrique Moody 2069e706b8
Apply contribution guidelines to "StringType" rule
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
Co-authored-by: Emmerson Siqueira <emmersonsiqueira@gmail.com>
2018-03-09 15:56:10 +01:00

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: