Soenneker.Extensions.String 4.0.566

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 4.0.566
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 4.0.566
                    
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="4.0.566" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="4.0.566" />
                    
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 4.0.566
                    
#r "nuget: Soenneker.Extensions.String, 4.0.566"
                    
#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@4.0.566
                    
#: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=4.0.566
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=4.0.566
                    
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 net10.0 is compatible.  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 10,014 11/11/2025
4.0.567 30,722 11/6/2025
4.0.566 1,712 11/6/2025
4.0.565 24,934 11/3/2025
4.0.564 31,372 10/30/2025
4.0.563 172 10/30/2025
4.0.562 5,612 10/30/2025
4.0.561 169 10/30/2025
4.0.560 7,778 10/29/2025
4.0.559 3,178 10/29/2025
3.0.558 55,597 10/16/2025
3.0.557 107,489 9/16/2025
3.0.556 41,775 9/9/2025
3.0.555 39,381 9/3/2025
3.0.554 14,479 9/3/2025
3.0.553 186 9/3/2025
3.0.552 882 9/3/2025
3.0.551 205 9/3/2025
3.0.550 2,549 9/3/2025
3.0.549 52,556 8/16/2025
3.0.548 36,450 8/11/2025
3.0.547 2,925 8/11/2025
3.0.546 175 8/11/2025
3.0.545 4,859 8/11/2025
3.0.544 174 8/11/2025
3.0.543 288 8/11/2025
3.0.542 41,285 8/10/2025
3.0.541 28,664 8/5/2025
3.0.540 21,266 7/29/2025
3.0.539 38,850 7/8/2025
3.0.538 55,801 6/28/2025
3.0.537 7,051 6/27/2025
3.0.536 115 6/27/2025
3.0.535 8,767 6/27/2025
3.0.534 128 6/27/2025
3.0.533 410 6/27/2025
3.0.532 30,864 6/24/2025
3.0.531 25,999 6/11/2025
3.0.530 16,398 6/10/2025
3.0.529 29,889 6/2/2025
3.0.528 17,848 5/27/2025
3.0.527 3,518 5/27/2025
3.0.526 225 5/27/2025
3.0.525 5,004 5/27/2025
3.0.524 212 5/27/2025
3.0.523 226 5/27/2025
3.0.522 6,019 5/27/2025
3.0.521 28,725 5/25/2025
3.0.520 17,066 5/23/2025
3.0.519 5,496 5/23/2025
3.0.518 214 5/23/2025
3.0.517 193 5/23/2025
3.0.516 3,637 5/22/2025
3.0.515 218 5/22/2025
3.0.514 6,306 5/22/2025
3.0.513 43,980 5/14/2025
3.0.512 26,588 5/8/2025
3.0.511 6,423 5/8/2025
3.0.510 232 5/8/2025
3.0.509 1,480 5/8/2025
3.0.508 339 5/7/2025
3.0.507 219 5/7/2025
3.0.506 5,397 5/7/2025
3.0.505 30,253 5/5/2025
3.0.504 4,514 5/5/2025
3.0.503 353 5/5/2025
3.0.502 228 5/5/2025
3.0.501 7,592 5/5/2025
3.0.500 1,657 5/5/2025
3.0.499 233 5/5/2025
3.0.498 320 5/5/2025
3.0.497 217 5/5/2025
3.0.496 467 5/5/2025
3.0.495 12,632 5/5/2025
3.0.494 222 5/5/2025
3.0.493 40,342 4/27/2025
3.0.492 171 4/27/2025
3.0.491 9,024 4/26/2025
3.0.490 18,019 4/8/2025
3.0.489 3,840 4/8/2025
3.0.488 235 4/8/2025
3.0.487 252 4/8/2025
3.0.486 4,999 4/8/2025
3.0.485 352 4/8/2025
3.0.484 1,594 4/8/2025
3.0.483 4,078 4/8/2025
3.0.482 45,248 4/8/2025
3.0.481 799 4/8/2025
3.0.480 87,855 4/6/2025
3.0.479 11,349 4/6/2025
3.0.478 4,754 4/6/2025
3.0.477 5,738 4/6/2025
3.0.476 4,426 4/6/2025
3.0.475 220 4/6/2025
3.0.474 219 4/6/2025
3.0.473 11,632 4/6/2025
3.0.472 216 4/6/2025
3.0.471 225 4/6/2025
3.0.470 5,548 4/5/2025
3.0.469 184 4/5/2025
3.0.468 49,839 4/4/2025
3.0.467 176 4/4/2025
3.0.466 276 4/4/2025
3.0.465 11,967 4/4/2025
3.0.464 242,227 3/11/2025
3.0.463 18,147 3/11/2025
3.0.462 237 3/11/2025
3.0.461 13,475 3/11/2025
3.0.460 239 3/11/2025
3.0.459 89,129 3/1/2025
3.0.458 9,955 3/1/2025
3.0.457 177 3/1/2025
3.0.456 7,355 3/1/2025
3.0.455 201 3/1/2025
3.0.454 183 3/1/2025
3.0.453 3,777 3/1/2025
3.0.452 196 3/1/2025
3.0.451 190 3/1/2025
3.0.450 203 3/1/2025
3.0.449 190 3/1/2025
3.0.448 60,178 2/24/2025
3.0.447 2,006 2/24/2025
3.0.446 59,441 2/21/2025
3.0.445 44,254 2/18/2025
3.0.444 2,580 2/18/2025
3.0.443 207 2/18/2025
3.0.442 188 2/18/2025
3.0.441 46,066 2/13/2025
3.0.440 34,353 2/11/2025
3.0.439 5,861 2/11/2025
3.0.438 12,328 2/11/2025
3.0.437 9,515 2/11/2025
3.0.436 6,264 2/10/2025
3.0.435 219 2/10/2025
3.0.434 4,994 2/10/2025
3.0.433 15,085 2/10/2025
3.0.432 9,612 2/10/2025
3.0.431 409 2/10/2025
3.0.430 186 2/10/2025
3.0.429 23,821 2/10/2025
3.0.428 195 2/10/2025
3.0.427 42,725 2/8/2025
3.0.426 4,114 2/7/2025
3.0.425 186 2/7/2025
3.0.424 13,422 2/7/2025
3.0.423 5,307 2/7/2025
3.0.422 3,876 2/7/2025
3.0.421 186 2/7/2025
3.0.420 185 2/7/2025
3.0.419 4,314 2/7/2025
3.0.418 198 2/7/2025
3.0.417 185 2/7/2025
3.0.416 195 2/7/2025
3.0.415 7,137 2/7/2025
3.0.414 233 2/7/2025
3.0.413 185 2/7/2025
3.0.412 106,971 1/27/2025
3.0.411 4,415 1/27/2025
3.0.410 247 1/27/2025
3.0.409 8,848 1/27/2025
3.0.408 1,865 1/27/2025
3.0.407 185 1/27/2025
3.0.406 189 1/27/2025
3.0.405 41,116 1/25/2025
3.0.404 33,120 1/24/2025
3.0.403 33,542 1/24/2025
3.0.402 848 1/24/2025
3.0.401 9,377 1/23/2025
3.0.400 191 1/23/2025
3.0.398 13,104 1/23/2025
3.0.397 36,784 1/21/2025
3.0.396 192 1/21/2025
3.0.395 257 1/21/2025
3.0.394 31,478 1/20/2025
3.0.393 6,697 1/20/2025
3.0.392 3,127 1/20/2025
3.0.391 191 1/20/2025
3.0.390 16,885 1/20/2025
3.0.389 186 1/20/2025
3.0.388 7,423 1/20/2025
3.0.387 199 1/20/2025
3.0.386 184 1/20/2025
3.0.385 13,326 1/20/2025
3.0.384 191 1/20/2025
3.0.383 184 1/20/2025
3.0.382 172 1/20/2025
3.0.381 46,395 1/19/2025
3.0.380 568 1/19/2025
3.0.379 165 1/19/2025
3.0.378 26,944 1/18/2025
3.0.377 25,475 1/16/2025
3.0.376 30,363 1/16/2025
3.0.375 24,704 1/16/2025
3.0.374 21,482 1/15/2025
3.0.373 7,617 1/15/2025
3.0.372 6,293 1/15/2025
3.0.371 10,707 1/15/2025
3.0.370 10,495 1/15/2025
3.0.369 6,688 1/14/2025
3.0.368 1,802 1/14/2025
3.0.367 1,548 1/14/2025
3.0.366 413 1/14/2025
3.0.365 174 1/14/2025
3.0.364 7,445 1/14/2025
3.0.363 4,224 1/14/2025
3.0.362 183 1/14/2025
3.0.361 9,470 1/14/2025
3.0.360 40,713 1/12/2025
3.0.359 27,755 1/10/2025
3.0.358 8,360 1/10/2025
3.0.357 195 1/10/2025
3.0.356 182 1/10/2025
3.0.355 7,074 1/10/2025
3.0.354 203 1/10/2025
3.0.353 217 1/10/2025
3.0.352 193 1/10/2025
3.0.351 42,396 1/2/2025
3.0.350 249 1/2/2025
3.0.349 201 1/2/2025
3.0.348 10,080 1/2/2025
3.0.347 206 1/2/2025
3.0.346 223 1/2/2025
3.0.345 3,118 1/2/2025
3.0.344 28,170 1/1/2025
3.0.343 239 1/1/2025
3.0.342 226 1/1/2025
3.0.341 699 12/31/2024
3.0.340 200 12/31/2024
3.0.339 214 12/31/2024
3.0.338 3,867 12/31/2024
3.0.337 241 12/31/2024
3.0.336 206 12/31/2024
3.0.335 255 12/31/2024
3.0.334 13,379 12/31/2024
3.0.333 36,327 12/31/2024
3.0.332 184 12/31/2024
3.0.331 219 12/31/2024
3.0.330 16,087 12/31/2024
3.0.329 237 12/31/2024
3.0.328 203 12/31/2024
3.0.327 7,532 12/31/2024
3.0.326 67,510 12/24/2024
3.0.325 192 12/24/2024
3.0.324 193 12/24/2024
3.0.323 10,647 12/24/2024
3.0.322 204 12/24/2024
3.0.321 201 12/24/2024
3.0.320 2,446 12/24/2024
3.0.319 66,603 12/22/2024
3.0.318 722 12/22/2024
3.0.317 204 12/22/2024
3.0.316 12,742 12/21/2024
3.0.315 186 12/21/2024
3.0.314 1,593 12/21/2024
3.0.313 15,793 12/21/2024
3.0.312 191 12/21/2024
3.0.311 3,996 12/21/2024
3.0.310 8,435 12/21/2024
3.0.309 209 12/21/2024
3.0.308 12,978 12/21/2024
3.0.307 200 12/21/2024
3.0.306 1,123 12/21/2024
3.0.305 8,708 12/21/2024
3.0.304 198 12/21/2024
3.0.303 9,756 12/20/2024
3.0.302 6,205 12/20/2024
3.0.301 198 12/20/2024
3.0.300 22,585 12/19/2024
3.0.299 2,376 12/19/2024
3.0.298 1,113 12/18/2024
3.0.297 192 12/18/2024
3.0.296 416 12/18/2024
3.0.295 41,584 12/17/2024
3.0.294 5,641 12/17/2024
3.0.293 226 12/17/2024
3.0.292 617 12/16/2024
3.0.291 214 12/16/2024
3.0.290 177 12/16/2024
3.0.289 199 12/16/2024
3.0.288 94,418 12/5/2024
3.0.287 39,904 12/4/2024
3.0.286 12,734 12/4/2024
3.0.285 8,634 12/4/2024
3.0.284 6,030 12/4/2024
3.0.283 11,724 12/4/2024
3.0.282 330 12/4/2024
3.0.281 24,596 12/3/2024
3.0.280 230 12/3/2024
3.0.279 9,563 12/3/2024
3.0.278 6,786 12/2/2024
3.0.277 202 12/2/2024
3.0.276 9,393 12/2/2024
3.0.275 22,999 12/1/2024
3.0.274 9,832 12/1/2024
3.0.273 231 12/1/2024
3.0.272 214 12/1/2024
3.0.271 68,193 11/19/2024
3.0.270 217 11/19/2024
3.0.269 8,989 11/19/2024
3.0.268 226 11/19/2024
3.0.267 200 11/19/2024
3.0.266 21,337 11/19/2024
3.0.265 6,244 11/19/2024
3.0.264 46,272 11/14/2024
3.0.263 223 11/14/2024
3.0.262 5,255 11/14/2024
3.0.261 217 11/14/2024
3.0.260 205 11/14/2024
3.0.259 2,699 11/13/2024
3.0.258 235 11/13/2024
2.1.257 83,244 11/8/2024
2.1.256 23,214 11/8/2024
2.1.255 188 11/8/2024
2.1.254 181 11/8/2024
2.1.253 77,958 10/28/2024
2.1.252 188,118 10/1/2024
2.1.251 27,778 9/30/2024
2.1.250 48,507 9/27/2024
2.1.249 202 9/27/2024
2.1.248 191 9/27/2024
2.1.247 4,780 9/27/2024
2.1.246 180 9/27/2024
2.1.245 193 9/27/2024
2.1.244 189 9/27/2024
2.1.243 88,328 9/23/2024
2.1.242 1,315 9/23/2024
2.1.241 4,979 9/23/2024
2.1.240 208 9/23/2024
2.1.239 2,199 9/23/2024
2.1.238 210 9/23/2024
2.1.237 11,609 9/22/2024
2.1.236 44,734 9/17/2024
2.1.235 385 9/17/2024
2.1.234 198 9/17/2024
2.1.233 323 9/17/2024
2.1.232 222 9/17/2024
2.1.231 6,030 9/17/2024
2.1.230 235 9/17/2024
2.1.229 77,375 9/11/2024
2.1.228 25,402 9/11/2024
2.1.227 35,557 9/9/2024
2.1.226 13,550 9/9/2024
2.1.225 8,239 9/9/2024
2.1.224 11,465 9/9/2024
2.1.223 13,513 9/9/2024
2.1.222 209 9/9/2024
2.1.221 235 9/9/2024
2.1.220 55,651 9/5/2024
2.1.219 11,267 9/5/2024
2.1.218 218 9/5/2024
2.1.217 227 9/5/2024
2.1.216 1,790 9/5/2024
2.1.215 223 9/5/2024
2.1.214 6,156 9/5/2024
2.1.213 31,268 9/4/2024
2.1.212 79,638 8/20/2024
2.1.211 8,281 8/20/2024
2.1.210 209 8/20/2024
2.1.209 207 8/20/2024
2.1.208 7,894 8/20/2024
2.1.207 217 8/20/2024
2.1.206 220 8/20/2024
2.1.205 117,763 7/24/2024
2.1.204 8,910 7/24/2024
2.1.203 179 7/24/2024
2.1.202 44,474 7/13/2024
2.1.201 221 7/13/2024
2.1.200 24,541 7/10/2024
2.1.199 6,215 7/10/2024
2.1.198 258 7/10/2024
2.1.196 6,967 7/9/2024
2.1.194 5,270 7/9/2024
2.1.193 30,267 7/9/2024
2.1.192 10,074 7/9/2024
2.1.191 1,105 7/9/2024
2.1.190 211 7/9/2024
2.1.189 12,287 7/9/2024
2.1.188 4,621 7/8/2024
2.1.187 200 7/8/2024
2.1.186 216 7/8/2024
2.1.185 193 7/8/2024
2.1.184 203 7/8/2024
2.1.183 7,796 7/8/2024
2.1.182 232 7/8/2024
2.1.181 202 7/8/2024
2.1.180 915 7/8/2024
2.1.179 40,011 7/7/2024
2.1.178 4,676 7/7/2024
2.1.177 37,039 7/3/2024
2.1.176 59,842 6/14/2024
2.1.174 69,721 5/27/2024
2.1.173 4,106 5/27/2024
2.1.172 179 5/27/2024
2.1.171 32,763 5/25/2024
2.1.170 10,896 5/25/2024
2.1.169 208 5/25/2024
2.1.168 200 5/25/2024
2.1.167 6,916 5/25/2024
2.1.166 212 5/25/2024
2.1.165 237 5/25/2024
2.1.164 202 5/25/2024
2.1.163 6,245 5/25/2024
2.1.162 200 5/25/2024
2.1.161 29,487 5/22/2024
2.1.160 7,034 5/22/2024
2.1.159 3,967 5/22/2024
2.1.158 210 5/22/2024
2.1.157 206 5/22/2024
2.1.156 208 5/22/2024
2.1.155 15,618 5/22/2024
2.1.154 25,209 5/16/2024
2.1.153 76,361 4/28/2024
2.1.152 209 4/28/2024
2.1.151 11,412 4/28/2024
2.1.150 197 4/28/2024
2.1.149 230 4/28/2024
2.1.148 925 4/28/2024
2.1.147 199 4/28/2024
2.1.146 217 4/28/2024
2.1.145 7,167 4/27/2024
2.1.144 253 4/27/2024
2.1.143 210 4/27/2024
2.1.142 60,053 4/12/2024
2.1.141 244 4/12/2024
2.1.140 7,793 4/12/2024
2.1.139 240 4/12/2024
2.1.138 213 4/12/2024
2.1.137 3,689 4/12/2024
2.1.136 229 4/12/2024
2.1.135 213 4/12/2024
2.1.134 211 4/12/2024
2.1.133 41,564 4/1/2024
2.1.132 29,800 3/25/2024
2.1.131 31,682 3/18/2024
2.1.130 291 3/18/2024
2.1.129 530 3/18/2024
2.1.128 29,837 3/13/2024
2.1.127 290 3/13/2024
2.1.126 275 3/13/2024
2.1.125 2,041 3/13/2024
2.1.124 262 3/13/2024
2.1.123 279 3/13/2024
2.1.122 59,905 3/8/2024
2.1.121 24,676 3/3/2024
2.1.120 20,441 3/2/2024
2.1.119 2,451 3/1/2024
2.1.117 18,220 2/28/2024
2.1.116 34,934 2/25/2024
2.1.115 315 2/25/2024
2.1.114 27,853 2/21/2024
2.1.113 6,398 2/21/2024
2.1.112 4,352 2/21/2024
2.1.111 2,921 2/21/2024
2.1.110 350 2/21/2024
2.1.109 8,900 2/21/2024
2.1.108 329 2/21/2024
2.1.107 344 2/21/2024
2.1.106 21,942 2/20/2024
2.1.105 2,346 2/20/2024
2.1.104 14,947 2/19/2024
2.1.103 15,434 2/16/2024
2.1.102 10,181 2/16/2024
2.1.101 334 2/16/2024
2.1.100 9,079 2/16/2024
2.1.99 59,967 2/9/2024
2.1.98 54,534 2/7/2024
2.1.97 6,102 2/6/2024
2.1.96 3,935 2/6/2024
2.1.95 706 2/6/2024
2.1.94 358 2/6/2024
2.1.93 19,799 2/4/2024
2.1.92 145,234 1/15/2024
2.1.91 7,713 1/15/2024
2.1.90 464 1/15/2024
2.1.89 4,189 1/15/2024
2.1.88 415 1/15/2024
2.1.87 53,488 1/7/2024
2.1.86 10,419 1/5/2024
2.1.85 6,547 1/5/2024
2.1.84 453 1/5/2024
2.1.83 465 1/5/2024
2.1.82 6,641 1/5/2024
2.1.81 17,901 1/1/2024
2.1.80 529 1/1/2024
2.1.79 11,916 12/28/2023
2.1.78 5,641 12/28/2023
2.1.77 5,741 12/27/2023
2.1.76 492 12/27/2023
2.1.75 500 12/27/2023
2.1.74 6,572 12/27/2023
2.1.73 482 12/27/2023
2.1.72 514 12/27/2023
2.1.71 22,608 12/25/2023
2.1.70 1,196 12/25/2023
2.1.69 503 12/25/2023
2.1.68 523 12/25/2023
2.1.67 6,311 12/25/2023
2.1.66 17,782 12/24/2023
2.1.65 10,808 12/23/2023
2.1.64 3,128 12/23/2023
2.1.63 479 12/23/2023
2.1.62 7,571 12/23/2023
2.1.61 513 12/23/2023
2.1.60 477 12/23/2023
2.1.59 2,329 12/23/2023
2.1.58 474 12/23/2023
2.1.57 19,142 12/19/2023
2.1.56 6,457 12/18/2023
2.1.55 17,983 12/10/2023
2.1.51 8,425 12/10/2023
2.1.50 15,452 12/9/2023
2.1.49 521 12/9/2023
2.1.48 638 12/9/2023
2.1.47 545 12/9/2023
2.1.46 542 12/9/2023
2.1.45 555 12/9/2023
2.1.44 10,450 12/9/2023
2.1.43 16,113 12/6/2023
2.1.42 13,423 12/4/2023
2.1.41 8,014 12/4/2023
2.1.40 571 12/4/2023
2.1.39 1,255 12/4/2023
2.1.38 642 12/4/2023
2.1.37 23,094 11/23/2023
2.1.36 505 11/23/2023
2.1.35 1,119 11/23/2023
2.1.34 525 11/23/2023
2.1.33 2,853 11/23/2023
2.1.32 4,396 11/23/2023
2.1.31 13,769 11/20/2023
2.1.30 5,596 11/20/2023
2.1.29 9,901 11/19/2023
2.1.28 1,772 11/19/2023
2.1.27 538 11/19/2023
2.1.26 538 11/19/2023
2.1.25 515 11/19/2023
2.1.24 3,051 11/19/2023
2.1.23 14,168 11/18/2023
2.1.22 559 11/18/2023
2.1.21 4,549 11/18/2023
2.1.20 3,040 11/18/2023
2.1.19 542 11/18/2023
2.1.18 8,139 11/17/2023
2.1.17 2,135 11/17/2023
2.1.16 545 11/17/2023
2.1.15 543 11/17/2023
2.1.14 2,686 11/17/2023
2.1.13 11,326 11/17/2023
2.1.12 3,317 11/17/2023
2.1.11 524 11/17/2023
2.1.10 563 11/17/2023
2.1.9 640 11/17/2023
2.1.8 5,323 11/17/2023
2.1.7 2,237 11/16/2023
2.1.6 499 11/16/2023
2.1.5 1,312 11/16/2023
2.1.4 518 11/16/2023
2.0.140 7,970 11/15/2023
2.0.139 543 11/15/2023
2.0.138 523 11/15/2023
2.0.137 535 11/15/2023
2.0.136 535 11/15/2023
2.0.3 519 11/16/2023
2.0.2 541 11/16/2023
2.0.1 484 11/16/2023
1.0.135 17,229 11/10/2023
1.0.134 560 11/10/2023
1.0.133 7,689 11/9/2023
1.0.132 513 11/9/2023
1.0.131 552 11/9/2023
1.0.130 2,756 11/8/2023
1.0.129 13,950 11/6/2023
1.0.128 535 11/6/2023
1.0.127 563 11/6/2023
1.0.126 565 11/6/2023
1.0.125 5,168 11/3/2023
1.0.124 9,557 11/2/2023
1.0.123 584 11/2/2023
1.0.122 560 11/2/2023
1.0.121 522 11/2/2023
1.0.120 5,046 11/1/2023
1.0.119 26,481 10/18/2023
1.0.118 606 10/18/2023
1.0.117 592 10/18/2023
1.0.116 548 10/18/2023
1.0.115 5,674 10/17/2023
1.0.114 6,440 10/16/2023
1.0.113 589 10/16/2023
1.0.112 582 10/16/2023
1.0.111 613 10/16/2023
1.0.110 9,411 10/13/2023
1.0.109 633 10/13/2023
1.0.108 18,818 9/19/2023
1.0.107 629 9/19/2023
1.0.106 632 9/19/2023
1.0.105 581 9/19/2023
1.0.104 8,293 9/18/2023
1.0.103 617 9/18/2023
1.0.102 21,619 8/30/2023
1.0.101 699 8/30/2023
1.0.100 651 8/30/2023
1.0.99 652 8/30/2023
1.0.98 649 8/30/2023
1.0.97 15,948 8/25/2023
1.0.96 7,099 8/24/2023
1.0.95 675 8/24/2023
1.0.94 14,354 8/18/2023
1.0.93 676 8/18/2023
1.0.92 6,417 8/17/2023
1.0.91 639 8/17/2023
1.0.90 679 8/17/2023
1.0.89 23,917 8/8/2023
1.0.88 719 8/8/2023
1.0.87 7,766 8/7/2023
1.0.86 737 8/7/2023
1.0.85 713 8/7/2023
1.0.84 28,763 7/10/2023
1.0.83 779 7/10/2023
1.0.82 791 7/10/2023
1.0.81 807 7/10/2023
1.0.80 6,486 7/7/2023
1.0.79 753 7/7/2023
1.0.78 21,160 6/29/2023
1.0.77 5,814 6/28/2023
1.0.76 780 6/28/2023
1.0.75 811 6/28/2023
1.0.74 60,337 6/7/2023
1.0.73 7,190 6/7/2023
1.0.72 818 6/7/2023
1.0.71 818 6/7/2023
1.0.70 8,947 6/6/2023
1.0.69 796 6/6/2023
1.0.68 3,319 6/5/2023
1.0.67 803 6/5/2023
1.0.66 9,085 6/2/2023
1.0.65 831 6/2/2023
1.0.64 812 6/2/2023
1.0.63 34,689 5/30/2023
1.0.62 807 5/30/2023
1.0.61 10,018 5/29/2023
1.0.60 810 5/29/2023
1.0.59 7,729 5/26/2023
1.0.58 15,002 5/25/2023
1.0.57 798 5/25/2023
1.0.56 7,651 5/24/2023
1.0.55 840 5/24/2023
1.0.54 838 5/24/2023
1.0.53 816 5/24/2023
1.0.52 933 5/24/2023
1.0.51 5,110 5/23/2023
1.0.50 823 5/23/2023
1.0.49 823 5/23/2023
1.0.46 16,081 5/22/2023
1.0.45 13,288 5/18/2023
1.0.44 8,051 5/17/2023
1.0.43 803 5/17/2023
1.0.42 783 5/17/2023
1.0.41 783 5/17/2023
1.0.40 21,129 4/24/2023
1.0.39 2,795 4/24/2023
1.0.38 871 4/24/2023
1.0.37 4,872 4/21/2023
1.0.36 811 4/21/2023
1.0.35 821 4/21/2023
1.0.34 5,417 4/20/2023
1.0.33 1,059 4/20/2023
1.0.32 978 4/20/2023
1.0.31 4,889 4/19/2023
1.0.30 2,332 4/18/2023
1.0.29 852 4/18/2023
1.0.28 2,147 4/18/2023
1.0.27 3,989 4/17/2023
1.0.26 945 4/16/2023
1.0.25 870 4/16/2023
1.0.24 4,151 4/14/2023
1.0.23 3,056 4/13/2023
1.0.22 2,966 4/12/2023
1.0.21 856 4/12/2023
1.0.20 858 4/12/2023
1.0.19 2,185 4/11/2023
1.0.18 931 4/11/2023
1.0.17 3,033 4/11/2023
1.0.16 3,546 4/7/2023
1.0.15 4,599 4/3/2023
1.0.14 887 4/3/2023
1.0.13 893 4/3/2023
1.0.12 839 4/3/2023
1.0.11 2,398 4/1/2023
1.0.10 1,314 3/30/2023
1.0.9 1,039 3/26/2023
1.0.7 4,582 2/27/2023
1.0.6 933 2/26/2023
1.0.5 903 2/22/2023
1.0.4 1,163 2/22/2023
1.0.3 940 2/22/2023
1.0.2 1,553 2/12/2023
1.0.1 1,144 2/12/2023