hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

string-is-less

Checks if one string is lexicographically less than another.
Parameter
Type
Description
self
string
First string to compare
other
string
Second string to compare
return
bool
True if first string is less than second, false otherwise