Module:string/compare: Difference between revisions
Created page with "local byte = string.byte local match = string.match local sub = string.sub --[==[ A comparison function for strings, which returns {true} if {a} sorts before {b}, or otherwise {false}; it can be used as the sort function with {table.sort}. This function always sorts using byte-order, which makes it roughly equivalent to the {<} operator, but with fixes for two serious bugs raised in phab:T193096#4161287 and phab:T49137#9167559: * {<} is supposed to compare UTF-..." |
m 1 revision imported |
(No difference)
| |