Character or string -determine type and attributes
type of data
- | - | - |
---|---|---|
ischar | Determine whether the input is a character array | |
iscellstr | Determines if input is a cell array of character vectors | |
isstring | Determine whether the input is an array of strings | |
isStringScalar | Determine whether the input is a string array containing one element | |
text attribute | ||
- | - | - |
--- | --- | --- |
strlength | string length | |
isstrprop | Determine which characters in the input string belong to the specified category | |
isletter | Determine which characters are letters | |
isspace | Determine which characters are whitespace characters |
Comments