isString( item )

Returns true is the specified item is a string and false otherwise.

:-) "a string".isString;
There is 1 result
<true>
:-) 56.isString;
There is 1 result
<false>