<< strjust | String type | strncmp >> |
len = strlength(ce) |
a string, string array or cell of strings.
a matrix of integer values: length of strings.
str = 'To make a mountain out of a molehill';
k = strlength(str)
A = {'Nel', 'son'; 'Toolboxes', 'Modules'}
k = strlength(A)
B = ["Nel", NaN, "son"; "is", "open", "source"];
k = strlength(B)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET