Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
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