string.lt
string: TF = lt (A, B)
Test for less than.
TF is true, if string A is lexicographically less than B. If one input is a string array, the other input can be a string array, a character vector, or a cell array of character vectors.
true
Source Code: string