You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was a little hesitant to do this, since I've never used lexicographical ordering like this. And since there are so many ways to lexicographically order, it seemed better suited to users writing functions to fit the needs they have.
But it looks like Python, Ruby, Nim, (Go, of course), Mongo, SQL, and many others all support this operation using their normal comparator operators; so it's more common than I thought.
I'll probably have time to implement this during the coming week. Will update once it's up.
"abc" < "ad"
Evaluates to True in GoLang.
Please add string compare as I need it for a project I'm open-sourcing soon.
The text was updated successfully, but these errors were encountered: