dash.is.string

True if an input is a string, cellstring, or char row vector


Syntax



Description

tf = dash.is.string(input)

Returns true if the input is a string, cellstring, or char row vector. 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, cellstring, or char row vector. False otherwise