Soenneker.Extensions.String
2.1.64
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Extensions.String --version 2.1.64
NuGet\Install-Package Soenneker.Extensions.String -Version 2.1.64
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="Soenneker.Extensions.String" Version="2.1.64" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="2.1.64" />
<PackageReference Include="Soenneker.Extensions.String" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.String --version 2.1.64
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.String, 2.1.64"
#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.
#:package Soenneker.Extensions.String@2.1.64
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Extensions.String&version=2.1.64
#tool nuget:?package=Soenneker.Extensions.String&version=2.1.64
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.String
A collection of useful string extension methods
Installation
dotnet add package Soenneker.Extensions.String
Usage
string test = "522";
test.IsNumeric(); //true
test.Truncate(1); //"5"
string test = "this string&is%bad#for\\urls"
test.Slugify() // "this-string-is-bad-for-urls"
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Soenneker.Extensions.ByteArray (>= 2.1.16)
- Soenneker.Extensions.Stream (>= 2.1.14)
- Soenneker.Utils.Random (>= 2.1.14)
- Soenneker.Utils.RegexCollection (>= 2.1.12)
NuGet packages (57)
Showing the top 5 NuGet packages that depend on Soenneker.Extensions.String:
| Package | Downloads |
|---|---|
|
Soenneker.Extensions.Configuration
A collection of helpful IConfiguration extension methods |
|
|
Soenneker.Utils.MemoryStream
An easy modern MemoryStream utility |
|
|
Soenneker.Utils.Json
A utility library handling (de)serialization and other useful JSON functionalities |
|
|
Soenneker.Utils.Runtime
A collection of helpful runtime-based operations |
|
|
Soenneker.Extensions.Enumerable.String
A collection of helpful enumerable string extension methods |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.607 | 532 | 2/20/2026 |
| 4.0.606 | 831 | 2/20/2026 |
| 4.0.605 | 17,577 | 2/11/2026 |
| 4.0.604 | 24,102 | 2/10/2026 |
| 4.0.603 | 20,676 | 2/10/2026 |
| 4.0.602 | 91 | 2/9/2026 |
| 4.0.601 | 136 | 2/9/2026 |
| 4.0.600 | 30,247 | 2/4/2026 |
| 4.0.599 | 20,087 | 1/28/2026 |
| 4.0.598 | 48,281 | 1/18/2026 |
| 4.0.597 | 10,889 | 1/18/2026 |
| 4.0.596 | 27,158 | 1/13/2026 |
| 4.0.595 | 27,028 | 1/12/2026 |
| 4.0.594 | 14,299 | 1/12/2026 |
| 4.0.593 | 3,719 | 1/12/2026 |
| 4.0.592 | 32,672 | 1/8/2026 |
| 4.0.591 | 36,595 | 1/7/2026 |
| 4.0.590 | 56,311 | 1/3/2026 |
| 4.0.589 | 11,263 | 1/3/2026 |
| 2.1.64 | 3,165 | 12/23/2023 |
Loading failed