Checks that the value is a string.
string(1); // Error: typestring("hello"); // passes Copy
string(1); // Error: typestring("hello"); // passes
Checks that the value is a string.
Example