🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
-
Updated
Dec 16, 2024 - C#
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans
Natural sorting order library for .NET Standard
Add a description, image, and links to the natural-sort topic page so that developers can more easily learn about it.
To associate your repository with the natural-sort topic, visit your repo's landing page and select "manage topics."