hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

string-is-greater

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