# StringType - `v::stringType()` Validates a string. ```php v::stringType()->validate('hi'); //true ``` *** See also: * [Alnum](Alnum.md)