respect-validation/docs/rules/StringType.md
Henrique Moody a009286ba6
Update "See also" section in the rules's documentation
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-12-11 13:19:52 +01:00

438 B

StringType

  • v::stringType()

Validates a string.

v::stringType()->validate('hi'); // true

See also: