next up previous

12.1.5 Testing For Strings

The stringp function returns the symbol TRUE if its argument is a string, otherwise it returns the symbol FALSE.

Syntax

(stringp <expression>)


next up previous