🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
-
Updated
Feb 7, 2025 - 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
Class library to compare strings in a relative way.
Fuzzy string comparison library
Compare two strings with help of Levenshtein Distance Metric and weighted string decomposition. Allows to get a measure of the similarity of two strings in percentage terms.
Add a description, image, and links to the string-comparison topic page so that developers can more easily learn about it.
To associate your repository with the string-comparison topic, visit your repo's landing page and select "manage topics."