is_string(obj)
Return true if obj is a string, otherwise return false.
true
obj
false
is_string("hello") // true
Core Module Index | Contents