Top 20 NuGet match Packages

A library for F# like functional patten matching based on the work of Bob Nystrom.
Diff Match Patch (diff-match-patch) binding library for Bridge.NET projects.
Match Media Mock (match-media-mock) binding library for Bridge.NET projects.
A .NET library that makes creating and managing dota 2 private lobbies easy.
jQuery Match Height (jquery-match-height) binding library for Bridge.NET projects.
Package Description
A tiny package for one call password hash (sha2) generator and matcher. Simple Do var h = new Hasher(); var hash = h.getHash("abcd"); var salt = h.Salt; Now you can store salt and hash. To match simply do: var h2 = new Hasher(salt); h2.match(stringToCheck, hash); // returns true or false
TextMatch is a library for searching inside texts using Lucene query expressions. Supports all types of Lucene query expressions - boolean, wildcard, fuzzy. Options are available for tweaking tokenization, such as case-sensitivity and word stemming.
Services for managing and hashing passwords.
A flexible and easy to use .NET library that simplifies matching of values as well as filtering.
This is a duplication of MasterCard-Match, but has compatibility to .NET Core.
Poor man's and Just Another Pattern Matching simple helper class
Pairwise Match can serve as the basis for parser of structured text such as HTML, WKT.
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
Provides a set of general purpose Fluent Assertion extension methods methods extending from Xunit.
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Diff Demo Match: Given a search string, find its best fuz...
A .NET implementation for the Knuth-Moris-Pratt (KMP) algorithm
Provides pattern matching for C# using a fuent syntax. It will allow you to use a more functional approach to complex if/else and switch statements.
Highlight list of keywords against a string