StringExtensionsLib 1.0.2

dotnet add package StringExtensionsLib --version 1.0.2
NuGet\Install-Package StringExtensionsLib -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StringExtensionsLib" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StringExtensionsLib --version 1.0.2
#r "nuget: StringExtensionsLib, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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,726 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