string.le
string: TF = le (A, B)
Test for less than or equal to.
TF is true, if string A is lexicographically less
than or equal to 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.
Source Code: string