Asal.StringExtentions 1.0.0

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

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

A simple package that help you to call some string extentions to make some proccess on the 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 89 4/15/2024
1.6.0 84 4/15/2024
1.5.4 163 5/26/2023
1.5.0 103 5/24/2023
1.4.0 104 5/1/2023
1.3.0 141 4/16/2023
1.2.1 185 3/29/2023
1.1.0 179 3/29/2023
1.0.3 191 3/15/2023
1.0.2 190 3/15/2023
1.0.1 192 3/14/2023
1.0.0 177 3/14/2023

What`s added in this release ?
1- Extention methods to clear special characters in string or list of strings and replace it with space or not (Optional param).
2- Extention methods to separate string or list of strings.
3- Extention methods to cleaer digits from string or list of strings 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 or list of strings.
5- Extention to extract all valid emails in string.