Top 20 NuGet Packages

The StringBuilder is optimized to append text and compromises other methods like Replace(..). The TemplateBuilder is available on the StringBuilder as an extension method ‘ToTemplateBuilder()’ and is optimized for replacing variables with values within the templated string. The TemplateBuilder is o...
Simple strings Compares (measuring the difference between two sequences) In this version allow: - Levenshtein distance - Tanimoto coefficient - Hamming distance
StringEnum is a base class for creating string-valued enums in .NET. Features - Your StringEnum interface looks similar to a regular enum - Provides static Parse() and TryParse() methods and implicit cast to string. - Intellisense will suggest the enum name if the class is annotated with the xml co...
Core library holding all code common to all Stringier subprojects
Provides F# support for Stringier.Literary
F# bindings for Stringier.Patterns.
Provides extensions to mstest for unit testing Patterns
Provides extensions to NUnit for unit testing Patterns
Implements a parser for Stringier's Patterns. This is meant for internal use, as it only parses a generalized format of Stringier's Pattern expressions.
Provides trace collection and debugging capabilities for Stringier.Patterns.
Provides extensions to xunit for unit testing Patterns
Backports Rune to older runtimes
Provides better F# support for streams.
Use string interpolation in XAML for Xamarin
Provides base classes to automagically parse concrete types (and primitives) to/from a string. Custom types can easily be created to validate the given string against a regular expression, so you know the string is "correct".
Extract strings from files
Stringy is a simple and light-weight runtime string interpolation engine. The purpose of the library is to provide something that's easier to use and more light-weight than Runtime Text Templates or RazorEngine, but a little more powerful than string.Replace().