dash.is.str

True if an input is string or cellstring


Syntax



Description

tf = dash.is.str(input)

Returns true if the input is a string or cellstring. Otherwise, returns false.


Input Arguments

input

any data type
The input being tested

Output Arguments

tf

scalar logical
True if the input is a string or cellstring. Otherwise false.