dash.is.strlist

True for a string vector, cellstring vector, or character row vector


Syntax



Description

dash.is.strlist(input)

Returns true if input is a string vector, cellstring vector, or char row vector. Otherwise returns false.


Input Arguments

input

any data type
The input being tested

Output Arguments

tf

scalar logical
True if input is a string vector, cellstring vector, or char row vector.