is_string


is_string(obj)
      

Return true if obj is a string, otherwise return false.

Examples:


is_string("hello")
// true
      

Also see:

make_string
to_string


Core Module Index | Contents