Top 20 NuGet string Packages

Three extension methods to validate a string value.
Misc. generic logic for operations pertaining to text and strings.
Three extension methods to validate a string value.
Three extension methods to validade a string value.
Three extension methods to validate a string value.
Three extension methods to validate a string value.
Provides a Parse generic extension method for string that converts string to T and no boxing occurs ``` C# // The following code does not occur boxing var a1 = "123".Parse<int>(); // a1 == 123 var a3 = "123".Parse<int?>(); // a3 == 123 ``` # Usage example ``` C# using System; using Sys...
Three extension methods to validate a string value.
Three extension methods to validate a string value.
Tres extension methods para validar un valor de string.
Three extension methods to validate a string value.
Three extension methods to validate a string value.
Three extension methods to validate a string value.
Three extension methods to validate a string value.
Linear-progressive text discovery engine exposing functionality through simple service APIs. Break plain text into a sequence of slices which can be reconstituted as annotated text. Generate meta-rich tokens from a search expression to then be used to annotate source text matches; noise-word detect...
ResourceLoader is a utility for reading embedded resources from assemblies.
Class library containing useful general-programming classes and extension methods for existing types.
This package includes high performance .NET Standard helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemor...
A library implementing different string similarity and distance measures. A dozen of algorithms (including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subsequence, cosine similarity etc.) are currently implemented. Based upon F23.StringSimilarity
The Toolkit for the Enterprise Web Library. This can be used to conveniently gain validation, IO, and string manipulation functions without subscribing to the whole library lifecycle.