StringandCharExtensionUtilities 2.0.0

dotnet add package StringandCharExtensionUtilities --version 2.0.0                
NuGet\Install-Package StringandCharExtensionUtilities -Version 2.0.0                
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="StringandCharExtensionUtilities" Version="2.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StringandCharExtensionUtilities --version 2.0.0                
#r "nuget: StringandCharExtensionUtilities, 2.0.0"                
#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 StringandCharExtensionUtilities as a Cake Addin
#addin nuget:?package=StringandCharExtensionUtilities&version=2.0.0

// Install StringandCharExtensionUtilities as a Cake Tool
#tool nuget:?package=StringandCharExtensionUtilities&version=2.0.0                

ExtensionUtilities String and Char Extension Utilities is a C# library Class that provides a set of string and Character extension methods to enhance text processing:

Installation Use the nuget package manager to install String Extension Utilities.

Usage import String and Char ExtensionUtilities

Add Symbol After Every Word: Appends a specified symbol after each word in a sentence starting with upper case. Count Vowels: Calculates the number of vowels in a string. Count Consonants: Calculates the number of consonants in a string. Validate Email: Checks if a string is a valid email address. Check if Letter is Vowel: Determines if a character is a vowel. Check if Letter is Consonant: Determines if a character is a consonant.

returns 'She_ is A_ Girl_'

String and Char Extension Utilities.AddCharacterAfterEveryWordThatStartsWithUpperCase("She is A Girl",'_')

returns true

String and Char Extension Utilities.IsCharacterVowel('o')

returns true

String and Char Extension Utilities.IsCharacterConsonant('p')

returns 1

String and Char Extension Utilities.CountVowel('yes')

returns 2

String and Char Extension Utilities.CountConsonant('yes')

returns 'true'

String and Char Extension Utilities.IsEmail('user@example.com') Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License MIT

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • 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
2.0.0 72 1/30/2025