respect-validation/docs/StringType.md
Henrique Moody 00d300f762
Add changelog to rules' documentation
Also:
- Create documentation for `Base` rule;
- Increase number of rules
2017-03-28 11:22:58 +02:00

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: