Soenneker.Extensions.String
1.0.58
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 1.0.58
NuGet\Install-Package Soenneker.Extensions.String -Version 1.0.58
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="1.0.58" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="1.0.58" />
<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 1.0.58
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.String, 1.0.58"
#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@1.0.58
#: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=1.0.58
#tool nuget:?package=Soenneker.Extensions.String&version=1.0.58
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
Install-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 | 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. 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.
-
net7.0
- Soenneker.Extensions.ByteArray (>= 1.0.11)
- Soenneker.Extensions.Stream (>= 1.0.11)
- Soenneker.Utils.Random (>= 1.0.17)
- Soenneker.Utils.RegexCollection (>= 1.0.14)
NuGet packages (56)
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.Runtime
Detects the current operating system, common hosting environments, and container execution. |
|
|
Soenneker.Extensions.Enumerable.String
A collection of helpful enumerable string extension methods |
|
|
Soenneker.Utils.Environment
A utility library for useful environment related functionality |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.739 | 9,939 | 9/5/2026 |
| 4.0.738 | 25,226 | 9/4/2026 |
| 4.0.737 | 10,454 | 9/4/2026 |
| 4.0.736 | 70,501 | 8/31/2026 |
| 4.0.735 | 21,994 | 8/31/2026 |
| 4.0.734 | 21,457 | 8/31/2026 |
| 4.0.733 | 11,908 | 8/30/2026 |
| 4.0.732 | 23,517 | 8/30/2026 |
| 4.0.731 | 5,266 | 8/30/2026 |
| 4.0.729 | 31,797 | 8/30/2026 |
| 4.0.728 | 9,296 | 8/29/2026 |
| 4.0.727 | 2,369 | 8/29/2026 |
| 4.0.726 | 19,753 | 8/29/2026 |
| 4.0.725 | 469 | 8/29/2026 |
| 4.0.724 | 6,881 | 8/29/2026 |
| 4.0.723 | 103,870 | 8/26/2026 |
| 4.0.722 | 13,675 | 8/25/2026 |
| 4.0.721 | 267 | 8/25/2026 |
| 4.0.720 | 6,635 | 8/25/2026 |
| 1.0.58 | 15,132 | 5/25/2023 |
Loading failed