Soenneker.Extensions.String 2.1.127

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.127
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 2.1.127
                    
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.127" />
                    
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.127" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.String" />
                    
Project file
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.127
                    
#r "nuget: Soenneker.Extensions.String, 2.1.127"
                    
#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.127
                    
#: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.127
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=2.1.127
                    
Install as a Cake Tool

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

NuGet packages (62)

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

A collection of helpful runtime-based operations

Soenneker.Extensions.Enumerable.String

A collection of helpful enumerable string extension methods

Soenneker.Extensions.Type

An extension library for useful Type operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.568 6,225 11/11/2025
4.0.567 24,889 11/6/2025
4.0.566 1,448 11/6/2025
4.0.565 22,837 11/3/2025
4.0.564 30,332 10/30/2025
4.0.563 167 10/30/2025
4.0.562 5,607 10/30/2025
4.0.561 164 10/30/2025
4.0.560 7,774 10/29/2025
4.0.559 3,174 10/29/2025
3.0.558 55,440 10/16/2025
3.0.557 107,476 9/16/2025
3.0.556 41,770 9/9/2025
3.0.555 39,379 9/3/2025
3.0.554 14,470 9/3/2025
3.0.553 184 9/3/2025
3.0.552 879 9/3/2025
3.0.551 203 9/3/2025
3.0.550 2,546 9/3/2025
3.0.549 52,538 8/16/2025
3.0.548 36,448 8/11/2025
3.0.547 2,922 8/11/2025
3.0.546 171 8/11/2025
3.0.545 4,857 8/11/2025
3.0.544 172 8/11/2025
3.0.543 286 8/11/2025
3.0.542 41,283 8/10/2025
3.0.541 28,662 8/5/2025
3.0.540 21,168 7/29/2025
3.0.539 38,747 7/8/2025
3.0.538 55,787 6/28/2025
3.0.537 7,049 6/27/2025
3.0.536 111 6/27/2025
3.0.535 8,765 6/27/2025
3.0.534 126 6/27/2025
3.0.533 407 6/27/2025
3.0.532 30,860 6/24/2025
3.0.531 25,972 6/11/2025
3.0.530 16,395 6/10/2025
3.0.529 29,885 6/2/2025
3.0.528 17,845 5/27/2025
3.0.527 3,514 5/27/2025
3.0.526 223 5/27/2025
3.0.525 5,001 5/27/2025
3.0.524 210 5/27/2025
3.0.523 224 5/27/2025
3.0.522 6,012 5/27/2025
3.0.521 28,720 5/25/2025
3.0.520 17,064 5/23/2025
3.0.519 5,494 5/23/2025
3.0.518 212 5/23/2025
3.0.517 190 5/23/2025
3.0.516 3,633 5/22/2025
3.0.515 214 5/22/2025
3.0.514 6,301 5/22/2025
3.0.513 43,939 5/14/2025
3.0.512 26,579 5/8/2025
3.0.511 6,419 5/8/2025
3.0.510 229 5/8/2025
3.0.509 1,476 5/8/2025
3.0.508 336 5/7/2025
3.0.507 215 5/7/2025
3.0.506 5,392 5/7/2025
3.0.505 30,249 5/5/2025
3.0.504 4,510 5/5/2025
3.0.503 351 5/5/2025
3.0.502 226 5/5/2025
3.0.501 7,590 5/5/2025
3.0.500 1,655 5/5/2025
3.0.499 231 5/5/2025
3.0.498 318 5/5/2025
3.0.497 213 5/5/2025
3.0.496 464 5/5/2025
3.0.495 12,629 5/5/2025
3.0.494 219 5/5/2025
3.0.493 40,339 4/27/2025
3.0.492 169 4/27/2025
3.0.491 9,021 4/26/2025
3.0.490 18,016 4/8/2025
3.0.489 3,837 4/8/2025
3.0.488 233 4/8/2025
3.0.487 249 4/8/2025
3.0.486 4,997 4/8/2025
3.0.485 349 4/8/2025
3.0.484 1,591 4/8/2025
3.0.483 4,076 4/8/2025
3.0.482 45,245 4/8/2025
3.0.481 797 4/8/2025
3.0.480 87,849 4/6/2025
3.0.479 11,344 4/6/2025
3.0.478 4,751 4/6/2025
3.0.477 5,736 4/6/2025
3.0.476 4,424 4/6/2025
3.0.475 218 4/6/2025
3.0.474 217 4/6/2025
3.0.473 11,629 4/6/2025
3.0.472 214 4/6/2025
3.0.471 223 4/6/2025
3.0.470 5,545 4/5/2025
3.0.469 181 4/5/2025
3.0.468 49,834 4/4/2025
3.0.467 174 4/4/2025
3.0.466 274 4/4/2025
3.0.465 11,964 4/4/2025
3.0.464 242,191 3/11/2025
3.0.463 18,145 3/11/2025
3.0.462 235 3/11/2025
3.0.461 13,473 3/11/2025
3.0.460 237 3/11/2025
3.0.459 89,127 3/1/2025
3.0.458 9,953 3/1/2025
3.0.457 175 3/1/2025
3.0.456 7,352 3/1/2025
3.0.455 199 3/1/2025
3.0.454 179 3/1/2025
3.0.453 3,775 3/1/2025
3.0.452 193 3/1/2025
3.0.451 188 3/1/2025
3.0.450 199 3/1/2025
3.0.449 187 3/1/2025
3.0.448 60,176 2/24/2025
3.0.447 2,004 2/24/2025
3.0.446 59,433 2/21/2025
3.0.445 44,252 2/18/2025
3.0.444 2,578 2/18/2025
3.0.443 204 2/18/2025
3.0.442 185 2/18/2025
3.0.441 46,048 2/13/2025
3.0.440 34,345 2/11/2025
3.0.439 5,858 2/11/2025
3.0.438 12,323 2/11/2025
3.0.437 9,510 2/11/2025
3.0.436 6,256 2/10/2025
3.0.435 216 2/10/2025
3.0.434 4,991 2/10/2025
3.0.433 15,083 2/10/2025
3.0.432 9,610 2/10/2025
3.0.431 407 2/10/2025
3.0.430 184 2/10/2025
3.0.429 23,819 2/10/2025
3.0.428 193 2/10/2025
3.0.427 42,717 2/8/2025
3.0.426 4,111 2/7/2025
3.0.425 183 2/7/2025
3.0.424 13,415 2/7/2025
3.0.423 5,305 2/7/2025
3.0.422 3,874 2/7/2025
3.0.421 184 2/7/2025
3.0.420 183 2/7/2025
3.0.419 4,312 2/7/2025
3.0.418 195 2/7/2025
3.0.417 181 2/7/2025
3.0.416 193 2/7/2025
3.0.415 7,135 2/7/2025
3.0.414 231 2/7/2025
3.0.413 183 2/7/2025
3.0.412 106,968 1/27/2025
3.0.411 4,412 1/27/2025
3.0.410 244 1/27/2025
3.0.409 8,846 1/27/2025
3.0.408 1,862 1/27/2025
3.0.407 183 1/27/2025
3.0.406 187 1/27/2025
3.0.405 41,113 1/25/2025
3.0.404 33,118 1/24/2025
3.0.403 33,540 1/24/2025
3.0.402 846 1/24/2025
3.0.401 9,375 1/23/2025
3.0.400 189 1/23/2025
3.0.398 13,102 1/23/2025
3.0.397 36,782 1/21/2025
3.0.396 190 1/21/2025
3.0.395 255 1/21/2025
3.0.394 31,476 1/20/2025
3.0.393 6,695 1/20/2025
3.0.392 3,125 1/20/2025
3.0.391 189 1/20/2025
3.0.390 16,883 1/20/2025
3.0.389 182 1/20/2025
3.0.388 7,421 1/20/2025
3.0.387 197 1/20/2025
3.0.386 182 1/20/2025
3.0.385 13,324 1/20/2025
3.0.384 188 1/20/2025
3.0.383 182 1/20/2025
3.0.382 169 1/20/2025
3.0.381 46,390 1/19/2025
3.0.380 566 1/19/2025
3.0.379 163 1/19/2025
3.0.378 26,942 1/18/2025
3.0.377 25,471 1/16/2025
3.0.376 30,357 1/16/2025
3.0.375 24,699 1/16/2025
3.0.374 21,480 1/15/2025
3.0.373 7,615 1/15/2025
3.0.372 6,291 1/15/2025
3.0.371 10,705 1/15/2025
3.0.370 10,493 1/15/2025
3.0.369 6,686 1/14/2025
3.0.368 1,800 1/14/2025
3.0.367 1,546 1/14/2025
3.0.366 410 1/14/2025
3.0.365 172 1/14/2025
3.0.364 7,442 1/14/2025
3.0.363 4,222 1/14/2025
3.0.362 181 1/14/2025
3.0.361 9,468 1/14/2025
3.0.360 40,708 1/12/2025
3.0.359 27,750 1/10/2025
3.0.358 8,355 1/10/2025
3.0.357 193 1/10/2025
3.0.356 180 1/10/2025
3.0.355 7,072 1/10/2025
3.0.354 200 1/10/2025
3.0.353 215 1/10/2025
3.0.352 190 1/10/2025
3.0.351 42,388 1/2/2025
3.0.350 247 1/2/2025
3.0.349 199 1/2/2025
3.0.348 10,077 1/2/2025
3.0.347 204 1/2/2025
3.0.346 221 1/2/2025
3.0.345 3,116 1/2/2025
3.0.344 28,161 1/1/2025
3.0.343 237 1/1/2025
3.0.342 222 1/1/2025
3.0.341 696 12/31/2024
3.0.340 198 12/31/2024
3.0.339 212 12/31/2024
3.0.338 3,865 12/31/2024
3.0.337 239 12/31/2024
3.0.336 204 12/31/2024
3.0.335 252 12/31/2024
3.0.334 13,371 12/31/2024
3.0.333 36,324 12/31/2024
3.0.332 181 12/31/2024
3.0.331 217 12/31/2024
3.0.330 16,076 12/31/2024
3.0.329 234 12/31/2024
3.0.328 201 12/31/2024
3.0.327 7,528 12/31/2024
3.0.326 67,508 12/24/2024
3.0.325 190 12/24/2024
3.0.324 191 12/24/2024
3.0.323 10,645 12/24/2024
3.0.322 201 12/24/2024
3.0.321 199 12/24/2024
3.0.320 2,442 12/24/2024
3.0.319 66,598 12/22/2024
3.0.318 720 12/22/2024
3.0.317 202 12/22/2024
3.0.316 12,740 12/21/2024
3.0.315 183 12/21/2024
3.0.314 1,591 12/21/2024
3.0.313 15,791 12/21/2024
3.0.312 189 12/21/2024
3.0.311 3,994 12/21/2024
3.0.310 8,433 12/21/2024
3.0.309 206 12/21/2024
3.0.308 12,975 12/21/2024
3.0.307 198 12/21/2024
3.0.306 1,121 12/21/2024
3.0.305 8,706 12/21/2024
3.0.304 196 12/21/2024
3.0.303 9,753 12/20/2024
3.0.302 6,203 12/20/2024
3.0.301 196 12/20/2024
3.0.300 22,583 12/19/2024
3.0.299 2,374 12/19/2024
3.0.298 1,110 12/18/2024
3.0.297 190 12/18/2024
3.0.296 414 12/18/2024
3.0.295 41,582 12/17/2024
3.0.294 5,639 12/17/2024
3.0.293 224 12/17/2024
3.0.292 614 12/16/2024
3.0.291 212 12/16/2024
3.0.290 175 12/16/2024
3.0.289 196 12/16/2024
3.0.288 94,416 12/5/2024
3.0.287 39,902 12/4/2024
3.0.286 12,732 12/4/2024
3.0.285 8,632 12/4/2024
3.0.284 6,025 12/4/2024
3.0.283 11,722 12/4/2024
3.0.282 328 12/4/2024
3.0.281 24,594 12/3/2024
3.0.280 228 12/3/2024
3.0.279 9,561 12/3/2024
3.0.278 6,784 12/2/2024
3.0.277 199 12/2/2024
3.0.276 9,391 12/2/2024
3.0.275 22,996 12/1/2024
3.0.274 9,830 12/1/2024
3.0.273 229 12/1/2024
3.0.272 211 12/1/2024
3.0.271 68,167 11/19/2024
3.0.270 215 11/19/2024
3.0.269 8,986 11/19/2024
3.0.268 223 11/19/2024
3.0.267 198 11/19/2024
3.0.266 21,335 11/19/2024
3.0.265 6,242 11/19/2024
3.0.264 46,268 11/14/2024
3.0.263 221 11/14/2024
3.0.262 5,252 11/14/2024
3.0.261 215 11/14/2024
3.0.260 203 11/14/2024
3.0.259 2,696 11/13/2024
3.0.258 233 11/13/2024
2.1.257 83,190 11/8/2024
2.1.256 23,212 11/8/2024
2.1.255 186 11/8/2024
2.1.254 178 11/8/2024
2.1.253 77,953 10/28/2024
2.1.252 188,092 10/1/2024
2.1.251 27,776 9/30/2024
2.1.250 48,496 9/27/2024
2.1.249 200 9/27/2024
2.1.248 189 9/27/2024
2.1.247 4,776 9/27/2024
2.1.246 178 9/27/2024
2.1.245 190 9/27/2024
2.1.244 185 9/27/2024
2.1.243 88,303 9/23/2024
2.1.242 1,313 9/23/2024
2.1.241 4,977 9/23/2024
2.1.240 205 9/23/2024
2.1.239 2,195 9/23/2024
2.1.238 208 9/23/2024
2.1.237 11,607 9/22/2024
2.1.236 44,728 9/17/2024
2.1.235 383 9/17/2024
2.1.234 196 9/17/2024
2.1.233 320 9/17/2024
2.1.232 220 9/17/2024
2.1.231 6,026 9/17/2024
2.1.230 231 9/17/2024
2.1.229 77,366 9/11/2024
2.1.228 25,400 9/11/2024
2.1.227 35,555 9/9/2024
2.1.226 13,546 9/9/2024
2.1.225 8,237 9/9/2024
2.1.224 11,462 9/9/2024
2.1.223 13,511 9/9/2024
2.1.222 207 9/9/2024
2.1.221 234 9/9/2024
2.1.220 55,645 9/5/2024
2.1.219 11,265 9/5/2024
2.1.218 216 9/5/2024
2.1.217 225 9/5/2024
2.1.216 1,788 9/5/2024
2.1.215 221 9/5/2024
2.1.214 6,155 9/5/2024
2.1.213 31,266 9/4/2024
2.1.212 79,636 8/20/2024
2.1.211 8,279 8/20/2024
2.1.210 206 8/20/2024
2.1.209 205 8/20/2024
2.1.208 7,892 8/20/2024
2.1.207 213 8/20/2024
2.1.206 217 8/20/2024
2.1.205 117,747 7/24/2024
2.1.204 8,908 7/24/2024
2.1.203 177 7/24/2024
2.1.202 44,463 7/13/2024
2.1.201 218 7/13/2024
2.1.200 24,526 7/10/2024
2.1.199 6,213 7/10/2024
2.1.198 253 7/10/2024
2.1.196 6,964 7/9/2024
2.1.194 5,266 7/9/2024
2.1.193 30,260 7/9/2024
2.1.192 10,071 7/9/2024
2.1.191 1,103 7/9/2024
2.1.190 208 7/9/2024
2.1.189 12,285 7/9/2024
2.1.188 4,618 7/8/2024
2.1.187 198 7/8/2024
2.1.186 214 7/8/2024
2.1.185 190 7/8/2024
2.1.184 201 7/8/2024
2.1.183 7,794 7/8/2024
2.1.182 229 7/8/2024
2.1.181 199 7/8/2024
2.1.180 913 7/8/2024
2.1.179 40,009 7/7/2024
2.1.178 4,674 7/7/2024
2.1.177 37,037 7/3/2024
2.1.176 59,829 6/14/2024
2.1.174 69,711 5/27/2024
2.1.173 4,100 5/27/2024
2.1.172 177 5/27/2024
2.1.171 32,761 5/25/2024
2.1.170 10,890 5/25/2024
2.1.169 206 5/25/2024
2.1.168 197 5/25/2024
2.1.167 6,913 5/25/2024
2.1.166 209 5/25/2024
2.1.165 234 5/25/2024
2.1.164 199 5/25/2024
2.1.163 6,242 5/25/2024
2.1.162 197 5/25/2024
2.1.161 29,479 5/22/2024
2.1.160 7,031 5/22/2024
2.1.159 3,963 5/22/2024
2.1.158 206 5/22/2024
2.1.157 203 5/22/2024
2.1.156 205 5/22/2024
2.1.155 15,610 5/22/2024
2.1.154 25,205 5/16/2024
2.1.153 76,350 4/28/2024
2.1.152 206 4/28/2024
2.1.151 11,408 4/28/2024
2.1.150 193 4/28/2024
2.1.149 227 4/28/2024
2.1.148 923 4/28/2024
2.1.147 196 4/28/2024
2.1.146 215 4/28/2024
2.1.145 7,161 4/27/2024
2.1.144 250 4/27/2024
2.1.143 208 4/27/2024
2.1.142 60,050 4/12/2024
2.1.141 242 4/12/2024
2.1.140 7,791 4/12/2024
2.1.139 237 4/12/2024
2.1.138 211 4/12/2024
2.1.137 3,686 4/12/2024
2.1.136 227 4/12/2024
2.1.135 209 4/12/2024
2.1.134 208 4/12/2024
2.1.133 41,551 4/1/2024
2.1.132 29,798 3/25/2024
2.1.131 31,680 3/18/2024
2.1.130 288 3/18/2024
2.1.129 527 3/18/2024
2.1.128 29,835 3/13/2024
2.1.127 287 3/13/2024
2.1.126 271 3/13/2024
2.1.125 2,039 3/13/2024
2.1.124 259 3/13/2024
2.1.123 277 3/13/2024
2.1.122 59,899 3/8/2024
2.1.121 24,673 3/3/2024
2.1.120 20,435 3/2/2024
2.1.119 2,448 3/1/2024
2.1.117 18,213 2/28/2024
2.1.116 34,932 2/25/2024
2.1.115 313 2/25/2024
2.1.114 27,851 2/21/2024
2.1.113 6,395 2/21/2024
2.1.112 4,350 2/21/2024
2.1.111 2,919 2/21/2024
2.1.110 348 2/21/2024
2.1.109 8,898 2/21/2024
2.1.108 326 2/21/2024
2.1.107 341 2/21/2024
2.1.106 21,939 2/20/2024
2.1.105 2,344 2/20/2024
2.1.104 14,945 2/19/2024
2.1.103 15,433 2/16/2024
2.1.102 10,180 2/16/2024
2.1.101 334 2/16/2024
2.1.100 9,078 2/16/2024
2.1.99 59,966 2/9/2024
2.1.98 54,526 2/7/2024
2.1.97 6,101 2/6/2024
2.1.96 3,933 2/6/2024
2.1.95 705 2/6/2024
2.1.94 357 2/6/2024
2.1.93 19,798 2/4/2024
2.1.92 145,212 1/15/2024
2.1.91 7,711 1/15/2024
2.1.90 462 1/15/2024
2.1.89 4,187 1/15/2024
2.1.88 413 1/15/2024
2.1.87 53,482 1/7/2024
2.1.86 10,418 1/5/2024
2.1.85 6,546 1/5/2024
2.1.84 451 1/5/2024
2.1.83 463 1/5/2024
2.1.82 6,640 1/5/2024
2.1.81 17,892 1/1/2024
2.1.80 527 1/1/2024
2.1.79 11,914 12/28/2023
2.1.78 5,636 12/28/2023
2.1.77 5,740 12/27/2023
2.1.76 491 12/27/2023
2.1.75 499 12/27/2023
2.1.74 6,571 12/27/2023
2.1.73 481 12/27/2023
2.1.72 513 12/27/2023
2.1.71 22,606 12/25/2023
2.1.70 1,194 12/25/2023
2.1.69 501 12/25/2023
2.1.68 521 12/25/2023
2.1.67 6,309 12/25/2023
2.1.66 17,780 12/24/2023
2.1.65 10,806 12/23/2023
2.1.64 3,125 12/23/2023
2.1.63 477 12/23/2023
2.1.62 7,569 12/23/2023
2.1.61 511 12/23/2023
2.1.60 472 12/23/2023
2.1.59 2,326 12/23/2023
2.1.58 471 12/23/2023
2.1.57 19,140 12/19/2023
2.1.56 6,455 12/18/2023
2.1.55 17,980 12/10/2023
2.1.51 8,421 12/10/2023
2.1.50 15,450 12/9/2023
2.1.49 519 12/9/2023
2.1.48 636 12/9/2023
2.1.47 543 12/9/2023
2.1.46 540 12/9/2023
2.1.45 553 12/9/2023
2.1.44 10,447 12/9/2023
2.1.43 16,110 12/6/2023
2.1.42 13,421 12/4/2023
2.1.41 8,012 12/4/2023
2.1.40 568 12/4/2023
2.1.39 1,253 12/4/2023
2.1.38 639 12/4/2023
2.1.37 23,092 11/23/2023
2.1.36 503 11/23/2023
2.1.35 1,117 11/23/2023
2.1.34 522 11/23/2023
2.1.33 2,850 11/23/2023
2.1.32 4,394 11/23/2023
2.1.31 13,763 11/20/2023
2.1.30 5,594 11/20/2023
2.1.29 9,899 11/19/2023
2.1.28 1,770 11/19/2023
2.1.27 535 11/19/2023
2.1.26 535 11/19/2023
2.1.25 513 11/19/2023
2.1.24 3,048 11/19/2023
2.1.23 14,166 11/18/2023
2.1.22 556 11/18/2023
2.1.21 4,546 11/18/2023
2.1.20 3,038 11/18/2023
2.1.19 538 11/18/2023
2.1.18 8,137 11/17/2023
2.1.17 2,133 11/17/2023
2.1.16 542 11/17/2023
2.1.15 541 11/17/2023
2.1.14 2,684 11/17/2023
2.1.13 11,324 11/17/2023
2.1.12 3,315 11/17/2023
2.1.11 521 11/17/2023
2.1.10 561 11/17/2023
2.1.9 638 11/17/2023
2.1.8 5,321 11/17/2023
2.1.7 2,235 11/16/2023
2.1.6 497 11/16/2023
2.1.5 1,310 11/16/2023
2.1.4 516 11/16/2023
2.0.140 7,968 11/15/2023
2.0.139 541 11/15/2023
2.0.138 521 11/15/2023
2.0.137 533 11/15/2023
2.0.136 533 11/15/2023
2.0.3 517 11/16/2023
2.0.2 537 11/16/2023
2.0.1 481 11/16/2023
1.0.135 17,227 11/10/2023
1.0.134 558 11/10/2023
1.0.133 7,687 11/9/2023
1.0.132 510 11/9/2023
1.0.131 550 11/9/2023
1.0.130 2,754 11/8/2023
1.0.129 13,948 11/6/2023
1.0.128 532 11/6/2023
1.0.127 561 11/6/2023
1.0.126 563 11/6/2023
1.0.125 5,165 11/3/2023
1.0.124 9,554 11/2/2023
1.0.123 581 11/2/2023
1.0.122 558 11/2/2023
1.0.121 520 11/2/2023
1.0.120 5,044 11/1/2023
1.0.119 26,474 10/18/2023
1.0.118 604 10/18/2023
1.0.117 590 10/18/2023
1.0.116 545 10/18/2023
1.0.115 5,672 10/17/2023
1.0.114 6,437 10/16/2023
1.0.113 587 10/16/2023
1.0.112 578 10/16/2023
1.0.111 610 10/16/2023
1.0.110 9,408 10/13/2023
1.0.109 630 10/13/2023
1.0.108 18,811 9/19/2023
1.0.107 626 9/19/2023
1.0.106 630 9/19/2023
1.0.105 569 9/19/2023
1.0.104 8,291 9/18/2023
1.0.103 615 9/18/2023
1.0.102 21,617 8/30/2023
1.0.101 697 8/30/2023
1.0.100 649 8/30/2023
1.0.99 649 8/30/2023
1.0.98 645 8/30/2023
1.0.97 15,946 8/25/2023
1.0.96 7,097 8/24/2023
1.0.95 673 8/24/2023
1.0.94 14,352 8/18/2023
1.0.93 674 8/18/2023
1.0.92 6,415 8/17/2023
1.0.91 637 8/17/2023
1.0.90 675 8/17/2023
1.0.89 23,915 8/8/2023
1.0.88 717 8/8/2023
1.0.87 7,764 8/7/2023
1.0.86 734 8/7/2023
1.0.85 711 8/7/2023
1.0.84 28,760 7/10/2023
1.0.83 777 7/10/2023
1.0.82 789 7/10/2023
1.0.81 805 7/10/2023
1.0.80 6,483 7/7/2023
1.0.79 751 7/7/2023
1.0.78 21,157 6/29/2023
1.0.77 5,812 6/28/2023
1.0.76 778 6/28/2023
1.0.75 809 6/28/2023
1.0.74 60,328 6/7/2023
1.0.73 7,188 6/7/2023
1.0.72 816 6/7/2023
1.0.71 816 6/7/2023
1.0.70 8,945 6/6/2023
1.0.69 793 6/6/2023
1.0.68 3,316 6/5/2023
1.0.67 801 6/5/2023
1.0.66 9,083 6/2/2023
1.0.65 829 6/2/2023
1.0.64 810 6/2/2023
1.0.63 34,687 5/30/2023
1.0.62 805 5/30/2023
1.0.61 10,006 5/29/2023
1.0.60 807 5/29/2023
1.0.59 7,727 5/26/2023
1.0.58 14,999 5/25/2023
1.0.57 796 5/25/2023
1.0.56 7,648 5/24/2023
1.0.55 837 5/24/2023
1.0.54 835 5/24/2023
1.0.53 813 5/24/2023
1.0.52 931 5/24/2023
1.0.51 5,107 5/23/2023
1.0.50 821 5/23/2023
1.0.49 821 5/23/2023
1.0.46 16,079 5/22/2023
1.0.45 13,285 5/18/2023
1.0.44 8,049 5/17/2023
1.0.43 799 5/17/2023
1.0.42 781 5/17/2023
1.0.41 781 5/17/2023
1.0.40 21,127 4/24/2023
1.0.39 2,791 4/24/2023
1.0.38 868 4/24/2023
1.0.37 4,870 4/21/2023
1.0.36 808 4/21/2023
1.0.35 819 4/21/2023
1.0.34 5,414 4/20/2023
1.0.33 1,056 4/20/2023
1.0.32 976 4/20/2023
1.0.31 4,887 4/19/2023
1.0.30 2,328 4/18/2023
1.0.29 849 4/18/2023
1.0.28 2,144 4/18/2023
1.0.27 3,986 4/17/2023
1.0.26 943 4/16/2023
1.0.25 868 4/16/2023
1.0.24 4,149 4/14/2023
1.0.23 3,054 4/13/2023
1.0.22 2,964 4/12/2023
1.0.21 854 4/12/2023
1.0.20 856 4/12/2023
1.0.19 2,180 4/11/2023
1.0.18 929 4/11/2023
1.0.17 3,030 4/11/2023
1.0.16 3,544 4/7/2023
1.0.15 4,596 4/3/2023
1.0.14 885 4/3/2023
1.0.13 891 4/3/2023
1.0.12 837 4/3/2023
1.0.11 2,396 4/1/2023
1.0.10 1,312 3/30/2023
1.0.9 1,037 3/26/2023
1.0.7 4,579 2/27/2023
1.0.6 930 2/26/2023
1.0.5 901 2/22/2023
1.0.4 1,161 2/22/2023
1.0.3 938 2/22/2023
1.0.2 1,550 2/12/2023
1.0.1 1,142 2/12/2023