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