StringExtensionsLib 1.0.2
dotnet add package StringExtensionsLib --version 1.0.2
NuGet\Install-Package StringExtensionsLib -Version 1.0.2
<PackageReference Include="StringExtensionsLib" Version="1.0.2" />
paket add StringExtensionsLib --version 1.0.2
#r "nuget: StringExtensionsLib, 1.0.2"
// Install StringExtensionsLib as a Cake Addin #addin nuget:?package=StringExtensionsLib&version=1.0.2 // Install StringExtensionsLib as a Cake Tool #tool nuget:?package=StringExtensionsLib&version=1.0.2
The StringUtils package provides a set of utility functions for working with strings in .NET applications. It includes functions for removing characters from a string, highlighting duplicate characters, and more. The package is designed to be easy to use and integrate into existing .NET projects. It can be installed via NuGet, and its functions can be accessed through a simple API. The StringUtils package is intended to help .NET developers improve their productivity and reduce the amount of boilerplate code required when working with strings.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 1,765 | 2/23/2023 |
Initial release of the StringUtilities package.
Includes the RemoveChars method for removing characters from a string.
Includes the HighlightDuplicates method for highlighting duplicate characters in a string