Sort Unicode strings lexicographically
-
Updated
Jul 25, 2024 - Rust
Sort Unicode strings lexicographically
LINQ like method and Comparer<string> that can be used to sort strings by number in them (like what windows explorer do {"text1", "text2", "text10"} instead of {"text1", "text10", "text2"}). pure C# with .NET Standard.
Basic programs from few regular languages...
Add a description, image, and links to the sort-strings topic page so that developers can more easily learn about it.
To associate your repository with the sort-strings topic, visit your repo's landing page and select "manage topics."