A .NET port of java-string-similarity
-
Updated
Oct 23, 2025 - C#
A .NET port of java-string-similarity
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). This library support multiple .NET versions including .NET Core (NETStandard 1.x)
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
A collection of utilities for working with strings in .NET.
A fast and low allocation StringBuilder for .NET.
String Comparision in C#.NET
Official tool for binary patching (assembly bithack & string replace) propietary Microsoft EDGE (msedge.exe) & Google Chrome (chrome.exe) browsers.
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.
Evaluates a math expression from a string. Supports variables and custom operators.
一个 用 C# 实现的 用 Sql select DataTable 资料 的 程序
Turn a string field into a dropdown of all available tags
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
Add a description, image, and links to the string topic page so that developers can more easily learn about it.
To associate your repository with the string topic, visit your repo's landing page and select "manage topics."