Soenneker.Extensions.String 2.1.243

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

// Install Soenneker.Extensions.String as a Cake Tool
#tool nuget:?package=Soenneker.Extensions.String&version=2.1.243                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Extensions.String

A collection of useful string extension methods

Installation

dotnet add package Soenneker.Extensions.String

Usage

Truncate()

string longString = "This is a long string that needs to be truncated";
string truncatedString = longString.Truncate(10);
// truncatedString = "This is a ..."

IsAlphaNumeric()

string alphanumeric = "abc123";
bool isAlphanumeric = alphanumeric.IsAlphaNumeric();
// isAlphanumeric = true

string nonAlphanumeric = "abc123!";
bool isNonAlphanumeric = nonAlphanumeric.IsAlphaNumeric();
// isNonAlphanumeric = false

Slugify()

string test = "this string&is%bad#for\\urls"

test.Slugify() // "this-string-is-bad-for-urls"

ToDouble()

string numericString = "3.14";
double? doubleValue = numericString.ToDouble();
// doubleValue = 3.14

string nonNumericString = "abc";
double? nonDoubleValue = nonNumericString.ToDouble();
// nonDoubleValue = null

RemoveNonDigits()

string stringWithNonDigits = "abc123xyz456";
string digitsOnly = stringWithNonDigits.RemoveNonDigits();
// digitsOnly = "123456"

Shuffle()

string originalString = "hello";
string shuffledString = originalString.Shuffle();
// shuffledString = "olhel"

... and more

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (20)

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.Logger

A useful utility library dealing with Serilog logging

Soenneker.Documents.Document

The base document type providing a building block for storage objects

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
2.1.252 76,314 10/1/2024
2.1.251 16,840 9/30/2024
2.1.250 29,363 9/27/2024
2.1.249 84 9/27/2024
2.1.248 73 9/27/2024
2.1.247 2,773 9/27/2024
2.1.246 68 9/27/2024
2.1.245 67 9/27/2024
2.1.244 70 9/27/2024
2.1.243 53,398 9/23/2024
2.1.242 749 9/23/2024
2.1.241 3,689 9/23/2024
2.1.240 76 9/23/2024
2.1.239 1,258 9/23/2024
2.1.238 81 9/23/2024
2.1.237 7,275 9/22/2024
2.1.236 28,131 9/17/2024
2.1.235 195 9/17/2024
2.1.234 81 9/17/2024
2.1.233 184 9/17/2024
2.1.232 79 9/17/2024
2.1.231 4,150 9/17/2024
2.1.230 103 9/17/2024
2.1.229 49,126 9/11/2024
2.1.228 17,005 9/11/2024
2.1.227 23,410 9/9/2024
2.1.226 9,618 9/9/2024
2.1.225 5,891 9/9/2024
2.1.224 8,298 9/9/2024
2.1.223 8,926 9/9/2024
2.1.222 83 9/9/2024
2.1.221 82 9/9/2024
2.1.220 36,312 9/5/2024
2.1.219 7,140 9/5/2024
2.1.218 86 9/5/2024
2.1.217 83 9/5/2024
2.1.216 1,157 9/5/2024
2.1.215 86 9/5/2024
2.1.214 3,869 9/5/2024
2.1.213 20,758 9/4/2024
2.1.212 49,524 8/20/2024
2.1.211 5,613 8/20/2024
2.1.210 99 8/20/2024
2.1.209 102 8/20/2024
2.1.208 4,985 8/20/2024
2.1.207 106 8/20/2024
2.1.206 95 8/20/2024
2.1.205 72,613 7/24/2024
2.1.204 5,763 7/24/2024
2.1.203 66 7/24/2024
2.1.202 26,629 7/13/2024
2.1.201 97 7/13/2024
2.1.200 15,638 7/10/2024
2.1.199 4,605 7/10/2024
2.1.198 112 7/10/2024
2.1.196 4,258 7/9/2024
2.1.194 3,316 7/9/2024
2.1.193 19,460 7/9/2024
2.1.192 5,893 7/9/2024
2.1.191 636 7/9/2024
2.1.190 90 7/9/2024
2.1.189 9,175 7/9/2024
2.1.188 2,789 7/8/2024
2.1.187 91 7/8/2024
2.1.186 113 7/8/2024
2.1.185 82 7/8/2024
2.1.184 86 7/8/2024
2.1.183 5,349 7/8/2024
2.1.182 83 7/8/2024
2.1.181 84 7/8/2024
2.1.180 527 7/8/2024
2.1.179 24,733 7/7/2024
2.1.178 3,213 7/7/2024
2.1.177 21,976 7/3/2024
2.1.176 36,919 6/14/2024
2.1.174 43,128 5/27/2024
2.1.173 3,066 5/27/2024
2.1.172 85 5/27/2024
2.1.171 20,127 5/25/2024
2.1.170 7,395 5/25/2024
2.1.169 98 5/25/2024
2.1.168 96 5/25/2024
2.1.167 4,371 5/25/2024
2.1.166 91 5/25/2024
2.1.165 94 5/25/2024
2.1.164 92 5/25/2024
2.1.163 4,071 5/25/2024
2.1.162 91 5/25/2024
2.1.161 18,894 5/22/2024
2.1.160 4,753 5/22/2024
2.1.159 2,364 5/22/2024
2.1.158 100 5/22/2024
2.1.157 98 5/22/2024
2.1.156 107 5/22/2024
2.1.155 9,755 5/22/2024
2.1.154 16,276 5/16/2024
2.1.153 47,006 4/28/2024
2.1.152 88 4/28/2024
2.1.151 7,217 4/28/2024
2.1.150 89 4/28/2024
2.1.149 100 4/28/2024
2.1.148 662 4/28/2024
2.1.147 99 4/28/2024
2.1.146 108 4/28/2024
2.1.145 5,189 4/27/2024
2.1.144 117 4/27/2024
2.1.143 94 4/27/2024
2.1.142 37,826 4/12/2024
2.1.141 118 4/12/2024
2.1.140 4,764 4/12/2024
2.1.139 124 4/12/2024
2.1.138 102 4/12/2024
2.1.137 3,106 4/12/2024
2.1.136 115 4/12/2024
2.1.135 100 4/12/2024
2.1.134 99 4/12/2024
2.1.133 25,125 4/1/2024
2.1.132 18,392 3/25/2024
2.1.131 19,960 3/18/2024
2.1.130 176 3/18/2024
2.1.129 336 3/18/2024
2.1.128 18,744 3/13/2024
2.1.127 163 3/13/2024
2.1.126 161 3/13/2024
2.1.125 1,643 3/13/2024
2.1.124 157 3/13/2024
2.1.123 164 3/13/2024
2.1.122 37,631 3/8/2024
2.1.121 15,837 3/3/2024
2.1.120 13,223 3/2/2024
2.1.119 2,046 3/1/2024
2.1.117 12,037 2/28/2024
2.1.116 22,865 2/25/2024
2.1.115 205 2/25/2024
2.1.114 18,470 2/21/2024
2.1.113 4,679 2/21/2024
2.1.112 2,790 2/21/2024
2.1.111 1,846 2/21/2024
2.1.110 227 2/21/2024
2.1.109 5,953 2/21/2024
2.1.108 218 2/21/2024
2.1.107 233 2/21/2024
2.1.106 14,892 2/20/2024
2.1.105 1,617 2/20/2024
2.1.104 9,942 2/19/2024
2.1.103 10,171 2/16/2024
2.1.102 6,872 2/16/2024
2.1.101 223 2/16/2024
2.1.100 6,543 2/16/2024
2.1.99 40,065 2/9/2024
2.1.98 36,196 2/7/2024
2.1.97 4,554 2/6/2024
2.1.96 2,760 2/6/2024
2.1.95 440 2/6/2024
2.1.94 244 2/6/2024
2.1.93 13,378 2/4/2024
2.1.92 98,441 1/15/2024
2.1.91 5,340 1/15/2024
2.1.90 357 1/15/2024
2.1.89 3,099 1/15/2024
2.1.88 307 1/15/2024
2.1.87 37,237 1/7/2024
2.1.86 7,320 1/5/2024
2.1.85 4,416 1/5/2024
2.1.84 343 1/5/2024
2.1.83 366 1/5/2024
2.1.82 5,014 1/5/2024
2.1.81 12,639 1/1/2024
2.1.80 421 1/1/2024
2.1.79 8,270 12/28/2023
2.1.78 4,182 12/28/2023
2.1.77 4,099 12/27/2023
2.1.76 395 12/27/2023
2.1.75 396 12/27/2023
2.1.74 4,958 12/27/2023
2.1.73 368 12/27/2023
2.1.72 390 12/27/2023
2.1.71 15,590 12/25/2023
2.1.70 853 12/25/2023
2.1.69 407 12/25/2023
2.1.68 407 12/25/2023
2.1.67 4,680 12/25/2023
2.1.66 12,642 12/24/2023
2.1.65 7,628 12/23/2023
2.1.64 2,061 12/23/2023
2.1.63 368 12/23/2023
2.1.62 5,464 12/23/2023
2.1.61 399 12/23/2023
2.1.60 363 12/23/2023
2.1.59 1,809 12/23/2023
2.1.58 372 12/23/2023
2.1.57 13,628 12/19/2023
2.1.56 4,539 12/18/2023
2.1.55 12,785 12/10/2023
2.1.51 6,219 12/10/2023
2.1.50 10,952 12/9/2023
2.1.49 415 12/9/2023
2.1.48 500 12/9/2023
2.1.47 432 12/9/2023
2.1.46 427 12/9/2023
2.1.45 450 12/9/2023
2.1.44 7,374 12/9/2023
2.1.43 11,508 12/6/2023
2.1.42 9,281 12/4/2023
2.1.41 5,907 12/4/2023
2.1.40 460 12/4/2023
2.1.39 879 12/4/2023
2.1.38 499 12/4/2023
2.1.37 15,686 11/23/2023
2.1.36 427 11/23/2023
2.1.35 796 11/23/2023
2.1.34 450 11/23/2023
2.1.33 2,041 11/23/2023
2.1.32 3,203 11/23/2023
2.1.31 9,481 11/20/2023
2.1.30 3,831 11/20/2023
2.1.29 6,791 11/19/2023
2.1.28 1,150 11/19/2023
2.1.27 434 11/19/2023
2.1.26 444 11/19/2023
2.1.25 418 11/19/2023
2.1.24 2,317 11/19/2023
2.1.23 10,004 11/18/2023
2.1.22 465 11/18/2023
2.1.21 3,295 11/18/2023
2.1.20 2,225 11/18/2023
2.1.19 443 11/18/2023
2.1.18 5,773 11/17/2023
2.1.17 1,452 11/17/2023
2.1.16 470 11/17/2023
2.1.15 452 11/17/2023
2.1.14 1,874 11/17/2023
2.1.13 7,959 11/17/2023
2.1.12 2,096 11/17/2023
2.1.11 446 11/17/2023
2.1.10 460 11/17/2023
2.1.9 494 11/17/2023
2.1.8 3,662 11/17/2023
2.1.7 1,653 11/16/2023
2.1.6 405 11/16/2023
2.1.5 902 11/16/2023
2.1.4 442 11/16/2023
2.0.140 5,530 11/15/2023
2.0.139 465 11/15/2023
2.0.138 446 11/15/2023
2.0.137 446 11/15/2023
2.0.136 441 11/15/2023
2.0.3 426 11/16/2023
2.0.2 449 11/16/2023
2.0.1 404 11/16/2023
1.0.135 12,223 11/10/2023
1.0.134 472 11/10/2023
1.0.133 5,813 11/9/2023
1.0.132 420 11/9/2023
1.0.131 465 11/9/2023
1.0.130 2,090 11/8/2023
1.0.129 10,488 11/6/2023
1.0.128 446 11/6/2023
1.0.127 475 11/6/2023
1.0.126 478 11/6/2023
1.0.125 3,887 11/3/2023
1.0.124 7,072 11/2/2023
1.0.123 488 11/2/2023
1.0.122 475 11/2/2023
1.0.121 447 11/2/2023
1.0.120 3,764 11/1/2023
1.0.119 19,668 10/18/2023
1.0.118 510 10/18/2023
1.0.117 497 10/18/2023
1.0.116 487 10/18/2023
1.0.115 4,228 10/17/2023
1.0.114 4,956 10/16/2023
1.0.113 498 10/16/2023
1.0.112 492 10/16/2023
1.0.111 524 10/16/2023
1.0.110 7,343 10/13/2023
1.0.109 543 10/13/2023
1.0.108 13,828 9/19/2023
1.0.107 534 9/19/2023
1.0.106 533 9/19/2023
1.0.105 492 9/19/2023
1.0.104 6,593 9/18/2023
1.0.103 534 9/18/2023
1.0.102 16,200 8/30/2023
1.0.101 591 8/30/2023
1.0.100 551 8/30/2023
1.0.99 554 8/30/2023
1.0.98 573 8/30/2023
1.0.97 11,990 8/25/2023
1.0.96 5,467 8/24/2023
1.0.95 563 8/24/2023
1.0.94 10,658 8/18/2023
1.0.93 586 8/18/2023
1.0.92 4,922 8/17/2023
1.0.91 558 8/17/2023
1.0.90 570 8/17/2023
1.0.89 18,413 8/8/2023
1.0.88 589 8/8/2023
1.0.87 5,972 8/7/2023
1.0.86 602 8/7/2023
1.0.85 589 8/7/2023
1.0.84 22,318 7/10/2023
1.0.83 650 7/10/2023
1.0.82 680 7/10/2023
1.0.81 694 7/10/2023
1.0.80 5,031 7/7/2023
1.0.79 626 7/7/2023
1.0.78 16,520 6/29/2023
1.0.77 4,555 6/28/2023
1.0.76 653 6/28/2023
1.0.75 689 6/28/2023
1.0.74 47,729 6/7/2023
1.0.73 6,089 6/7/2023
1.0.72 692 6/7/2023
1.0.71 685 6/7/2023
1.0.70 7,384 6/6/2023
1.0.69 676 6/6/2023
1.0.68 2,834 6/5/2023
1.0.67 654 6/5/2023
1.0.66 7,203 6/2/2023
1.0.65 690 6/2/2023
1.0.64 687 6/2/2023
1.0.63 28,593 5/30/2023
1.0.62 675 5/30/2023
1.0.61 8,276 5/29/2023
1.0.60 688 5/29/2023
1.0.59 6,624 5/26/2023
1.0.58 12,340 5/25/2023
1.0.57 695 5/25/2023
1.0.56 6,341 5/24/2023
1.0.55 710 5/24/2023
1.0.54 706 5/24/2023
1.0.53 684 5/24/2023
1.0.52 788 5/24/2023
1.0.51 4,208 5/23/2023
1.0.50 690 5/23/2023
1.0.49 682 5/23/2023
1.0.46 13,420 5/22/2023
1.0.45 10,945 5/18/2023
1.0.44 6,544 5/17/2023
1.0.43 676 5/17/2023
1.0.42 662 5/17/2023
1.0.41 661 5/17/2023
1.0.40 17,337 4/24/2023
1.0.39 2,389 4/24/2023
1.0.38 735 4/24/2023
1.0.37 4,063 4/21/2023
1.0.36 687 4/21/2023
1.0.35 691 4/21/2023
1.0.34 4,509 4/20/2023
1.0.33 877 4/20/2023
1.0.32 824 4/20/2023
1.0.31 4,153 4/19/2023
1.0.30 1,881 4/18/2023
1.0.29 705 4/18/2023
1.0.28 1,872 4/18/2023
1.0.27 3,351 4/17/2023
1.0.26 798 4/16/2023
1.0.25 740 4/16/2023
1.0.24 3,499 4/14/2023
1.0.23 2,549 4/13/2023
1.0.22 2,444 4/12/2023
1.0.21 724 4/12/2023
1.0.20 724 4/12/2023
1.0.19 1,750 4/11/2023
1.0.18 791 4/11/2023
1.0.17 2,575 4/11/2023
1.0.16 2,983 4/7/2023
1.0.15 3,800 4/3/2023
1.0.14 756 4/3/2023
1.0.13 758 4/3/2023
1.0.12 720 4/3/2023
1.0.11 2,045 4/1/2023
1.0.10 1,151 3/30/2023
1.0.9 881 3/26/2023
1.0.7 3,960 2/27/2023
1.0.6 786 2/26/2023
1.0.5 778 2/22/2023
1.0.4 970 2/22/2023
1.0.3 798 2/22/2023
1.0.2 1,347 2/12/2023
1.0.1 1,000 2/12/2023