Soenneker.Extensions.String 3.0.546

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 3.0.546
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.546
                    
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="3.0.546" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="3.0.546" />
                    
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 3.0.546
                    
#r "nuget: Soenneker.Extensions.String, 3.0.546"
                    
#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@3.0.546
                    
#: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=3.0.546
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.546
                    
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 highly optimized library of string extension methods designed to improve performance, readability, and efficiency in .NET applications. This library is ideal for developers looking to streamline common string operations while adhering to best practices and achieving maximum performance.

Features

  • High Performance: All methods are optimized for speed and low memory usage, ensuring top-notch performance in critical applications.
  • Comprehensive Functionality: Includes a wide range of utility methods for common string operations, such as trimming, splitting, joining, and formatting.
  • Readability-First: Enhances code clarity with intuitive method names and streamlined syntax.
  • Error-Resilient: Methods are built to handle edge cases gracefully, minimizing potential bugs and exceptions.
  • Lightweight: Minimal overhead and dependencies, making it perfect for high-performance applications.

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 net9.0 is compatible.  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.574 14,787 11/21/2025
4.0.573 8,999 11/20/2025
4.0.572 374 11/20/2025
4.0.571 9,773 11/20/2025
4.0.570 379 11/20/2025
4.0.569 376 11/20/2025
4.0.568 36,027 11/11/2025
4.0.567 33,259 11/6/2025
4.0.566 1,720 11/6/2025
4.0.565 24,947 11/3/2025
4.0.564 31,385 10/30/2025
4.0.563 178 10/30/2025
4.0.562 5,623 10/30/2025
4.0.561 177 10/30/2025
4.0.560 7,788 10/29/2025
4.0.559 3,187 10/29/2025
3.0.558 55,976 10/16/2025
3.0.557 107,554 9/16/2025
3.0.556 41,865 9/9/2025
3.0.555 39,481 9/3/2025
3.0.554 14,541 9/3/2025
3.0.553 191 9/3/2025
3.0.552 890 9/3/2025
3.0.551 208 9/3/2025
3.0.550 2,556 9/3/2025
3.0.549 52,838 8/16/2025
3.0.548 36,600 8/11/2025
3.0.547 2,961 8/11/2025
3.0.546 180 8/11/2025
3.0.545 4,882 8/11/2025
3.0.544 180 8/11/2025
3.0.543 292 8/11/2025
3.0.542 41,370 8/10/2025
3.0.541 28,772 8/5/2025
3.0.540 22,039 7/29/2025
3.0.539 39,654 7/8/2025
3.0.538 55,895 6/28/2025
3.0.537 7,073 6/27/2025
3.0.536 124 6/27/2025
3.0.535 8,781 6/27/2025
3.0.534 133 6/27/2025
3.0.533 415 6/27/2025
3.0.532 30,916 6/24/2025
3.0.531 26,132 6/11/2025
3.0.530 16,417 6/10/2025
3.0.529 29,911 6/2/2025
3.0.528 17,860 5/27/2025
3.0.527 3,522 5/27/2025
3.0.526 228 5/27/2025
3.0.525 5,009 5/27/2025
3.0.524 214 5/27/2025
3.0.523 231 5/27/2025
3.0.522 6,025 5/27/2025
3.0.521 28,748 5/25/2025
3.0.520 17,080 5/23/2025
3.0.519 5,503 5/23/2025
3.0.518 217 5/23/2025
3.0.517 196 5/23/2025
3.0.516 3,652 5/22/2025
3.0.515 221 5/22/2025
3.0.514 6,313 5/22/2025
3.0.513 44,052 5/14/2025
3.0.512 26,620 5/8/2025
3.0.511 6,432 5/8/2025
3.0.510 235 5/8/2025
3.0.509 1,484 5/8/2025
3.0.508 343 5/7/2025
3.0.507 225 5/7/2025
3.0.506 5,403 5/7/2025
3.0.505 30,283 5/5/2025
3.0.504 4,526 5/5/2025
3.0.503 356 5/5/2025
3.0.502 232 5/5/2025
3.0.501 7,609 5/5/2025
3.0.500 1,673 5/5/2025
3.0.499 238 5/5/2025
3.0.498 324 5/5/2025
3.0.497 223 5/5/2025
3.0.496 471 5/5/2025
3.0.495 12,651 5/5/2025
3.0.494 228 5/5/2025
3.0.493 40,382 4/27/2025
3.0.492 175 4/27/2025
3.0.491 9,032 4/26/2025
3.0.490 18,055 4/8/2025
3.0.489 3,845 4/8/2025
3.0.488 241 4/8/2025
3.0.487 256 4/8/2025
3.0.486 5,005 4/8/2025
3.0.485 354 4/8/2025
3.0.484 1,598 4/8/2025
3.0.483 4,081 4/8/2025
3.0.482 45,293 4/8/2025
3.0.481 805 4/8/2025
3.0.480 87,912 4/6/2025
3.0.479 11,356 4/6/2025
3.0.478 4,763 4/6/2025
3.0.477 5,748 4/6/2025
3.0.476 4,434 4/6/2025
3.0.475 226 4/6/2025
3.0.474 222 4/6/2025
3.0.473 11,646 4/6/2025
3.0.472 226 4/6/2025
3.0.471 229 4/6/2025
3.0.470 5,560 4/5/2025
3.0.469 191 4/5/2025
3.0.468 49,873 4/4/2025
3.0.467 181 4/4/2025
3.0.466 278 4/4/2025
3.0.465 11,989 4/4/2025
3.0.464 242,439 3/11/2025
3.0.463 18,181 3/11/2025
3.0.462 240 3/11/2025
3.0.461 13,504 3/11/2025
3.0.460 241 3/11/2025
3.0.459 89,202 3/1/2025
3.0.458 9,965 3/1/2025
3.0.457 180 3/1/2025
3.0.456 7,367 3/1/2025
3.0.455 204 3/1/2025
3.0.454 186 3/1/2025
3.0.453 3,794 3/1/2025
3.0.452 200 3/1/2025
3.0.451 193 3/1/2025
3.0.450 208 3/1/2025
3.0.449 192 3/1/2025
3.0.448 60,248 2/24/2025
3.0.447 2,008 2/24/2025
3.0.446 59,559 2/21/2025
3.0.445 44,355 2/18/2025
3.0.444 2,602 2/18/2025
3.0.443 209 2/18/2025
3.0.442 194 2/18/2025
3.0.441 46,215 2/13/2025
3.0.440 34,434 2/11/2025
3.0.439 5,873 2/11/2025
3.0.438 12,347 2/11/2025
3.0.437 9,536 2/11/2025
3.0.436 6,280 2/10/2025
3.0.435 222 2/10/2025
3.0.434 5,000 2/10/2025
3.0.433 15,111 2/10/2025
3.0.432 9,649 2/10/2025
3.0.431 413 2/10/2025
3.0.430 191 2/10/2025
3.0.429 23,826 2/10/2025
3.0.428 200 2/10/2025
3.0.427 42,793 2/8/2025
3.0.426 4,151 2/7/2025
3.0.425 190 2/7/2025
3.0.424 13,451 2/7/2025
3.0.423 5,310 2/7/2025
3.0.422 3,892 2/7/2025
3.0.421 189 2/7/2025
3.0.420 187 2/7/2025
3.0.419 4,320 2/7/2025
3.0.418 201 2/7/2025
3.0.417 189 2/7/2025
3.0.416 199 2/7/2025
3.0.415 7,149 2/7/2025
3.0.414 236 2/7/2025
3.0.413 189 2/7/2025
3.0.412 107,108 1/27/2025
3.0.411 4,422 1/27/2025
3.0.410 250 1/27/2025
3.0.409 8,854 1/27/2025
3.0.408 1,877 1/27/2025
3.0.407 190 1/27/2025
3.0.406 194 1/27/2025
3.0.405 41,180 1/25/2025
3.0.404 33,187 1/24/2025
3.0.403 33,585 1/24/2025
3.0.402 852 1/24/2025
3.0.401 9,387 1/23/2025
3.0.400 197 1/23/2025
3.0.398 13,125 1/23/2025
3.0.397 36,840 1/21/2025
3.0.396 196 1/21/2025
3.0.395 260 1/21/2025
3.0.394 31,532 1/20/2025
3.0.393 6,706 1/20/2025
3.0.392 3,133 1/20/2025
3.0.391 193 1/20/2025
3.0.390 16,914 1/20/2025
3.0.389 188 1/20/2025
3.0.388 7,469 1/20/2025
3.0.387 206 1/20/2025
3.0.386 188 1/20/2025
3.0.385 13,371 1/20/2025
3.0.384 194 1/20/2025
3.0.383 187 1/20/2025
3.0.382 176 1/20/2025
3.0.381 46,461 1/19/2025
3.0.380 573 1/19/2025
3.0.379 171 1/19/2025
3.0.378 26,966 1/18/2025
3.0.377 25,507 1/16/2025
3.0.376 30,383 1/16/2025
3.0.375 24,737 1/16/2025
3.0.374 21,514 1/15/2025
3.0.373 7,637 1/15/2025
3.0.372 6,306 1/15/2025
3.0.371 10,718 1/15/2025
3.0.370 10,512 1/15/2025
3.0.369 6,713 1/14/2025
3.0.368 1,810 1/14/2025
3.0.367 1,568 1/14/2025
3.0.366 415 1/14/2025
3.0.365 178 1/14/2025
3.0.364 7,469 1/14/2025
3.0.363 4,237 1/14/2025
3.0.362 188 1/14/2025
3.0.361 9,494 1/14/2025
3.0.360 40,747 1/12/2025
3.0.359 27,816 1/10/2025
3.0.358 8,382 1/10/2025
3.0.357 200 1/10/2025
3.0.356 187 1/10/2025
3.0.355 7,086 1/10/2025
3.0.354 205 1/10/2025
3.0.353 221 1/10/2025
3.0.352 196 1/10/2025
3.0.351 42,436 1/2/2025
3.0.350 254 1/2/2025
3.0.349 204 1/2/2025
3.0.348 10,085 1/2/2025
3.0.347 209 1/2/2025
3.0.346 226 1/2/2025
3.0.345 3,122 1/2/2025
3.0.344 28,181 1/1/2025
3.0.343 244 1/1/2025
3.0.342 230 1/1/2025
3.0.341 702 12/31/2024
3.0.340 205 12/31/2024
3.0.339 219 12/31/2024
3.0.338 3,873 12/31/2024
3.0.337 245 12/31/2024
3.0.336 211 12/31/2024
3.0.335 259 12/31/2024
3.0.334 13,388 12/31/2024
3.0.333 36,344 12/31/2024
3.0.332 189 12/31/2024
3.0.331 221 12/31/2024
3.0.330 16,097 12/31/2024
3.0.329 240 12/31/2024
3.0.328 206 12/31/2024
3.0.327 7,541 12/31/2024
3.0.326 67,561 12/24/2024
3.0.325 194 12/24/2024
3.0.324 197 12/24/2024
3.0.323 10,650 12/24/2024
3.0.322 208 12/24/2024
3.0.321 206 12/24/2024
3.0.320 2,457 12/24/2024
3.0.319 66,631 12/22/2024
3.0.318 727 12/22/2024
3.0.317 207 12/22/2024
3.0.316 12,759 12/21/2024
3.0.315 189 12/21/2024
3.0.314 1,597 12/21/2024
3.0.313 15,795 12/21/2024
3.0.312 195 12/21/2024
3.0.311 4,005 12/21/2024
3.0.310 8,442 12/21/2024
3.0.309 213 12/21/2024
3.0.308 12,988 12/21/2024
3.0.307 204 12/21/2024
3.0.306 1,126 12/21/2024
3.0.305 8,712 12/21/2024
3.0.304 201 12/21/2024
3.0.303 9,760 12/20/2024
3.0.302 6,212 12/20/2024
3.0.301 202 12/20/2024
3.0.300 22,598 12/19/2024
3.0.299 2,381 12/19/2024
3.0.298 1,117 12/18/2024
3.0.297 195 12/18/2024
3.0.296 418 12/18/2024
3.0.295 41,595 12/17/2024
3.0.294 5,646 12/17/2024
3.0.293 228 12/17/2024
3.0.292 620 12/16/2024
3.0.291 217 12/16/2024
3.0.290 181 12/16/2024
3.0.289 201 12/16/2024
3.0.288 94,476 12/5/2024
3.0.287 39,947 12/4/2024
3.0.286 12,747 12/4/2024
3.0.285 8,637 12/4/2024
3.0.284 6,044 12/4/2024
3.0.283 11,748 12/4/2024
3.0.282 336 12/4/2024
3.0.281 24,623 12/3/2024
3.0.280 232 12/3/2024
3.0.279 9,570 12/3/2024
3.0.278 6,790 12/2/2024
3.0.277 205 12/2/2024
3.0.276 9,400 12/2/2024
3.0.275 23,019 12/1/2024
3.0.274 9,841 12/1/2024
3.0.273 233 12/1/2024
3.0.272 218 12/1/2024
3.0.271 68,457 11/19/2024
3.0.270 221 11/19/2024
3.0.269 9,000 11/19/2024
3.0.268 230 11/19/2024
3.0.267 202 11/19/2024
3.0.266 21,358 11/19/2024
3.0.265 6,247 11/19/2024
3.0.264 46,289 11/14/2024
3.0.263 226 11/14/2024
3.0.262 5,263 11/14/2024
3.0.261 220 11/14/2024
3.0.260 211 11/14/2024
3.0.259 2,712 11/13/2024
3.0.258 239 11/13/2024
2.1.257 83,477 11/8/2024
2.1.256 23,231 11/8/2024
2.1.255 191 11/8/2024
2.1.254 184 11/8/2024
2.1.253 78,004 10/28/2024
2.1.252 188,281 10/1/2024
2.1.251 27,813 9/30/2024
2.1.250 48,574 9/27/2024
2.1.249 216 9/27/2024
2.1.248 193 9/27/2024
2.1.247 4,783 9/27/2024
2.1.246 185 9/27/2024
2.1.245 198 9/27/2024
2.1.244 193 9/27/2024
2.1.243 88,408 9/23/2024
2.1.242 1,321 9/23/2024
2.1.241 4,987 9/23/2024
2.1.240 214 9/23/2024
2.1.239 2,202 9/23/2024
2.1.238 222 9/23/2024
2.1.237 11,614 9/22/2024
2.1.236 44,774 9/17/2024
2.1.235 390 9/17/2024
2.1.234 200 9/17/2024
2.1.233 327 9/17/2024
2.1.232 224 9/17/2024
2.1.231 6,032 9/17/2024
2.1.230 239 9/17/2024
2.1.229 77,441 9/11/2024
2.1.228 25,436 9/11/2024
2.1.227 35,586 9/9/2024
2.1.226 13,554 9/9/2024
2.1.225 8,242 9/9/2024
2.1.224 11,469 9/9/2024
2.1.223 13,521 9/9/2024
2.1.222 213 9/9/2024
2.1.221 240 9/9/2024
2.1.220 55,673 9/5/2024
2.1.219 11,278 9/5/2024
2.1.218 221 9/5/2024
2.1.217 234 9/5/2024
2.1.216 1,795 9/5/2024
2.1.215 227 9/5/2024
2.1.214 6,162 9/5/2024
2.1.213 31,290 9/4/2024
2.1.212 79,682 8/20/2024
2.1.211 8,285 8/20/2024
2.1.210 213 8/20/2024
2.1.209 211 8/20/2024
2.1.208 7,896 8/20/2024
2.1.207 223 8/20/2024
2.1.206 223 8/20/2024
2.1.205 117,827 7/24/2024
2.1.204 8,913 7/24/2024
2.1.203 181 7/24/2024
2.1.202 44,543 7/13/2024
2.1.201 225 7/13/2024
2.1.200 24,572 7/10/2024
2.1.199 6,231 7/10/2024
2.1.198 261 7/10/2024
2.1.196 6,973 7/9/2024
2.1.194 5,283 7/9/2024
2.1.193 30,277 7/9/2024
2.1.192 10,086 7/9/2024
2.1.191 1,109 7/9/2024
2.1.190 215 7/9/2024
2.1.189 12,294 7/9/2024
2.1.188 4,637 7/8/2024
2.1.187 204 7/8/2024
2.1.186 220 7/8/2024
2.1.185 198 7/8/2024
2.1.184 206 7/8/2024
2.1.183 7,803 7/8/2024
2.1.182 234 7/8/2024
2.1.181 205 7/8/2024
2.1.180 929 7/8/2024
2.1.179 40,049 7/7/2024
2.1.178 4,679 7/7/2024
2.1.177 37,068 7/3/2024
2.1.176 59,892 6/14/2024
2.1.174 69,776 5/27/2024
2.1.173 4,110 5/27/2024
2.1.172 184 5/27/2024
2.1.171 32,785 5/25/2024
2.1.170 10,903 5/25/2024
2.1.169 210 5/25/2024
2.1.168 202 5/25/2024
2.1.167 6,923 5/25/2024
2.1.166 215 5/25/2024
2.1.165 239 5/25/2024
2.1.164 205 5/25/2024
2.1.163 6,253 5/25/2024
2.1.162 203 5/25/2024
2.1.161 29,494 5/22/2024
2.1.160 7,040 5/22/2024
2.1.159 3,978 5/22/2024
2.1.158 214 5/22/2024
2.1.157 212 5/22/2024
2.1.156 211 5/22/2024
2.1.155 15,626 5/22/2024
2.1.154 25,238 5/16/2024
2.1.153 76,450 4/28/2024
2.1.152 214 4/28/2024
2.1.151 11,425 4/28/2024
2.1.150 200 4/28/2024
2.1.149 236 4/28/2024
2.1.148 928 4/28/2024
2.1.147 205 4/28/2024
2.1.146 220 4/28/2024
2.1.145 7,178 4/27/2024
2.1.144 255 4/27/2024
2.1.143 213 4/27/2024
2.1.142 60,107 4/12/2024
2.1.141 247 4/12/2024
2.1.140 7,809 4/12/2024
2.1.139 242 4/12/2024
2.1.138 216 4/12/2024
2.1.137 3,693 4/12/2024
2.1.136 234 4/12/2024
2.1.135 217 4/12/2024
2.1.134 215 4/12/2024
2.1.133 41,627 4/1/2024
2.1.132 29,836 3/25/2024
2.1.131 31,705 3/18/2024
2.1.130 297 3/18/2024
2.1.129 532 3/18/2024
2.1.128 29,874 3/13/2024
2.1.127 293 3/13/2024
2.1.126 279 3/13/2024
2.1.125 2,044 3/13/2024
2.1.124 266 3/13/2024
2.1.123 284 3/13/2024
2.1.122 59,969 3/8/2024
2.1.121 24,688 3/3/2024
2.1.120 20,444 3/2/2024
2.1.119 2,459 3/1/2024
2.1.117 18,231 2/28/2024
2.1.116 34,957 2/25/2024
2.1.115 318 2/25/2024
2.1.114 27,874 2/21/2024
2.1.113 6,407 2/21/2024
2.1.112 4,359 2/21/2024
2.1.111 2,928 2/21/2024
2.1.110 353 2/21/2024
2.1.109 8,910 2/21/2024
2.1.108 334 2/21/2024
2.1.107 347 2/21/2024
2.1.106 21,965 2/20/2024
2.1.105 2,349 2/20/2024
2.1.104 14,972 2/19/2024
2.1.103 15,464 2/16/2024
2.1.102 10,207 2/16/2024
2.1.101 339 2/16/2024
2.1.100 9,100 2/16/2024
2.1.99 60,039 2/9/2024
2.1.98 54,594 2/7/2024
2.1.97 6,120 2/6/2024
2.1.96 3,947 2/6/2024
2.1.95 711 2/6/2024
2.1.94 364 2/6/2024
2.1.93 19,819 2/4/2024
2.1.92 145,366 1/15/2024
2.1.91 7,720 1/15/2024
2.1.90 470 1/15/2024
2.1.89 4,193 1/15/2024
2.1.88 422 1/15/2024
2.1.87 53,534 1/7/2024
2.1.86 10,428 1/5/2024
2.1.85 6,553 1/5/2024
2.1.84 457 1/5/2024
2.1.83 474 1/5/2024
2.1.82 6,651 1/5/2024
2.1.81 17,907 1/1/2024
2.1.80 534 1/1/2024
2.1.79 11,926 12/28/2023
2.1.78 5,646 12/28/2023
2.1.77 5,749 12/27/2023
2.1.76 495 12/27/2023
2.1.75 504 12/27/2023
2.1.74 6,588 12/27/2023
2.1.73 488 12/27/2023
2.1.72 517 12/27/2023
2.1.71 22,650 12/25/2023
2.1.70 1,200 12/25/2023
2.1.69 509 12/25/2023
2.1.68 528 12/25/2023
2.1.67 6,319 12/25/2023
2.1.66 17,793 12/24/2023
2.1.65 10,820 12/23/2023
2.1.64 3,131 12/23/2023
2.1.63 482 12/23/2023
2.1.62 7,580 12/23/2023
2.1.61 516 12/23/2023
2.1.60 482 12/23/2023
2.1.59 2,333 12/23/2023
2.1.58 478 12/23/2023
2.1.57 19,152 12/19/2023
2.1.56 6,464 12/18/2023
2.1.55 17,994 12/10/2023
2.1.51 8,428 12/10/2023
2.1.50 15,463 12/9/2023
2.1.49 534 12/9/2023
2.1.48 640 12/9/2023
2.1.47 551 12/9/2023
2.1.46 545 12/9/2023
2.1.45 558 12/9/2023
2.1.44 10,459 12/9/2023
2.1.43 16,123 12/6/2023
2.1.42 13,433 12/4/2023
2.1.41 8,020 12/4/2023
2.1.40 582 12/4/2023
2.1.39 1,260 12/4/2023
2.1.38 643 12/4/2023
2.1.37 23,114 11/23/2023
2.1.36 506 11/23/2023
2.1.35 1,124 11/23/2023
2.1.34 528 11/23/2023
2.1.33 2,858 11/23/2023
2.1.32 4,397 11/23/2023
2.1.31 13,787 11/20/2023
2.1.30 5,598 11/20/2023
2.1.29 9,912 11/19/2023
2.1.28 1,774 11/19/2023
2.1.27 549 11/19/2023
2.1.26 538 11/19/2023
2.1.25 515 11/19/2023
2.1.24 3,058 11/19/2023
2.1.23 14,175 11/18/2023
2.1.22 560 11/18/2023
2.1.21 4,563 11/18/2023
2.1.20 3,054 11/18/2023
2.1.19 545 11/18/2023
2.1.18 8,141 11/17/2023
2.1.17 2,136 11/17/2023
2.1.16 547 11/17/2023
2.1.15 556 11/17/2023
2.1.14 2,686 11/17/2023
2.1.13 11,339 11/17/2023
2.1.12 3,321 11/17/2023
2.1.11 527 11/17/2023
2.1.10 566 11/17/2023
2.1.9 642 11/17/2023
2.1.8 5,323 11/17/2023
2.1.7 2,249 11/16/2023
2.1.6 499 11/16/2023
2.1.5 1,315 11/16/2023
2.1.4 518 11/16/2023
2.0.140 7,972 11/15/2023
2.0.139 543 11/15/2023
2.0.138 523 11/15/2023
2.0.137 538 11/15/2023
2.0.136 537 11/15/2023
2.0.3 520 11/16/2023
2.0.2 542 11/16/2023
2.0.1 488 11/16/2023
1.0.135 17,239 11/10/2023
1.0.134 564 11/10/2023
1.0.133 7,699 11/9/2023
1.0.132 514 11/9/2023
1.0.131 553 11/9/2023
1.0.130 2,758 11/8/2023
1.0.129 13,957 11/6/2023
1.0.128 536 11/6/2023
1.0.127 564 11/6/2023
1.0.126 568 11/6/2023
1.0.125 5,171 11/3/2023
1.0.124 9,557 11/2/2023
1.0.123 584 11/2/2023
1.0.122 561 11/2/2023
1.0.121 524 11/2/2023
1.0.120 5,052 11/1/2023
1.0.119 26,496 10/18/2023
1.0.118 609 10/18/2023
1.0.117 593 10/18/2023
1.0.116 550 10/18/2023
1.0.115 5,684 10/17/2023
1.0.114 6,442 10/16/2023
1.0.113 589 10/16/2023
1.0.112 582 10/16/2023
1.0.111 616 10/16/2023
1.0.110 9,411 10/13/2023
1.0.109 634 10/13/2023
1.0.108 18,826 9/19/2023
1.0.107 632 9/19/2023
1.0.106 633 9/19/2023
1.0.105 587 9/19/2023
1.0.104 8,305 9/18/2023
1.0.103 620 9/18/2023
1.0.102 21,641 8/30/2023
1.0.101 700 8/30/2023
1.0.100 654 8/30/2023
1.0.99 654 8/30/2023
1.0.98 650 8/30/2023
1.0.97 15,963 8/25/2023
1.0.96 7,102 8/24/2023
1.0.95 678 8/24/2023
1.0.94 14,361 8/18/2023
1.0.93 678 8/18/2023
1.0.92 6,429 8/17/2023
1.0.91 641 8/17/2023
1.0.90 680 8/17/2023
1.0.89 23,926 8/8/2023
1.0.88 720 8/8/2023
1.0.87 7,766 8/7/2023
1.0.86 740 8/7/2023
1.0.85 713 8/7/2023
1.0.84 28,779 7/10/2023
1.0.83 781 7/10/2023
1.0.82 792 7/10/2023
1.0.81 808 7/10/2023
1.0.80 6,492 7/7/2023
1.0.79 755 7/7/2023
1.0.78 21,161 6/29/2023
1.0.77 5,822 6/28/2023
1.0.76 783 6/28/2023
1.0.75 813 6/28/2023
1.0.74 60,364 6/7/2023
1.0.73 7,194 6/7/2023
1.0.72 821 6/7/2023
1.0.71 821 6/7/2023
1.0.70 8,954 6/6/2023
1.0.69 796 6/6/2023
1.0.68 3,320 6/5/2023
1.0.67 803 6/5/2023
1.0.66 9,097 6/2/2023
1.0.65 836 6/2/2023
1.0.64 816 6/2/2023
1.0.63 34,703 5/30/2023
1.0.62 810 5/30/2023
1.0.61 10,019 5/29/2023
1.0.60 811 5/29/2023
1.0.59 7,731 5/26/2023
1.0.58 15,005 5/25/2023
1.0.57 800 5/25/2023
1.0.56 7,657 5/24/2023
1.0.55 841 5/24/2023
1.0.54 839 5/24/2023
1.0.53 817 5/24/2023
1.0.52 934 5/24/2023
1.0.51 5,117 5/23/2023
1.0.50 825 5/23/2023
1.0.49 829 5/23/2023
1.0.46 16,083 5/22/2023
1.0.45 13,289 5/18/2023
1.0.44 8,052 5/17/2023
1.0.43 805 5/17/2023
1.0.42 786 5/17/2023
1.0.41 785 5/17/2023
1.0.40 21,134 4/24/2023
1.0.39 2,798 4/24/2023
1.0.38 873 4/24/2023
1.0.37 4,874 4/21/2023
1.0.36 814 4/21/2023
1.0.35 825 4/21/2023
1.0.34 5,422 4/20/2023
1.0.33 1,062 4/20/2023
1.0.32 979 4/20/2023
1.0.31 4,898 4/19/2023
1.0.30 2,334 4/18/2023
1.0.29 855 4/18/2023
1.0.28 2,149 4/18/2023
1.0.27 3,991 4/17/2023
1.0.26 946 4/16/2023
1.0.25 872 4/16/2023
1.0.24 4,154 4/14/2023
1.0.23 3,058 4/13/2023
1.0.22 2,968 4/12/2023
1.0.21 858 4/12/2023
1.0.20 862 4/12/2023
1.0.19 2,186 4/11/2023
1.0.18 934 4/11/2023
1.0.17 3,035 4/11/2023
1.0.16 3,548 4/7/2023
1.0.15 4,602 4/3/2023
1.0.14 889 4/3/2023
1.0.13 896 4/3/2023
1.0.12 842 4/3/2023
1.0.11 2,403 4/1/2023
1.0.10 1,315 3/30/2023
1.0.9 1,043 3/26/2023
1.0.7 4,586 2/27/2023
1.0.6 934 2/26/2023
1.0.5 905 2/22/2023
1.0.4 1,166 2/22/2023
1.0.3 944 2/22/2023
1.0.2 1,556 2/12/2023
1.0.1 1,148 2/12/2023