Asal.StringExtentions 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Asal.StringExtentions --version 1.0.1
NuGet\Install-Package Asal.StringExtentions -Version 1.0.1
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="Asal.StringExtentions" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Asal.StringExtentions --version 1.0.1
#r "nuget: Asal.StringExtentions, 1.0.1"
#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 Asal.StringExtentions as a Cake Addin
#addin nuget:?package=Asal.StringExtentions&version=1.0.1

// Install Asal.StringExtentions as a Cake Tool
#tool nuget:?package=Asal.StringExtentions&version=1.0.1

**How to install Asal.StringExtensions ?

-You can easily install it from Manage Nuget package and write Asal so it will display for you as "Asal.StringExtensions" click download.

**How can I use it ?

-Once you downloaded the package, you can use it on the string itself.. e.g (yourStr."Choose the method that you want to use from the extentions"):-

-yourStr.ClearSpecialCharacters(optinal param) → This extention take an optional param if you want to replace a space after the char cleared, false by default.

-yourStr.ClearDigits(optinal param) → This extention take an optional param if you want to replace a space after the digits cleared, false by default.

-yourStr.Humanize() → Extention to humanize string (separate str by space).

-yourStr.IsValidEmail() → Extention to check the e-mail if it`s valid or not, return true or false.

-yourStr.ExtractEmails() → Extention to extract all valid emails in the giving string.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.6.1 88 4/15/2024
1.6.0 83 4/15/2024
1.5.4 162 5/26/2023
1.5.0 102 5/24/2023
1.4.0 103 5/1/2023
1.3.0 140 4/16/2023
1.2.1 184 3/29/2023
1.1.0 178 3/29/2023
1.0.3 190 3/15/2023
1.0.2 189 3/15/2023
1.0.1 191 3/14/2023
1.0.0 176 3/14/2023

What`s added in this release ?
1- Extention methods to clear special characters in string and replace it with space or not (Optional param).
2- Extention methods to separate string by space (Humanize).
3- Extention methods to clear digits from string and replace it with space or not (Optional param).
4- Extention method to check the email status if it`s valid or not for string.
5- Extention to extract all valid emails in string.