GihanSoft / NaturalStringComparer

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GihanSoft/NaturalStringComparer Stargazers