natural-compare
builtin-function
(natural-compare x y &key ignore-white-space compact-whitespace punctuation-is-whitespace culture)
Compares the strings representations of objects. Defaults are: false, true, true, InvariantCulture.
make-html > (compare "abc11" "abc2")
it: -1
make-html > (natural-compare "abc11" "abc2")
it: 1