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 9,753 11/11/2025
4.0.567 30,654 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,589 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,555 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,839 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 187 2/18/2025
3.0.441 46,063 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 190 1/23/2025
3.0.398 13,103 1/23/2025
3.0.397 36,783 1/21/2025
3.0.396 191 1/21/2025
3.0.395 256 1/21/2025
3.0.394 31,477 1/20/2025
3.0.393 6,696 1/20/2025
3.0.392 3,126 1/20/2025
3.0.391 190 1/20/2025
3.0.390 16,884 1/20/2025
3.0.389 185 1/20/2025
3.0.388 7,422 1/20/2025
3.0.387 198 1/20/2025
3.0.386 183 1/20/2025
3.0.385 13,325 1/20/2025
3.0.384 190 1/20/2025
3.0.383 183 1/20/2025
3.0.382 171 1/20/2025
3.0.381 46,394 1/19/2025
3.0.380 567 1/19/2025
3.0.379 164 1/19/2025
3.0.378 26,943 1/18/2025
3.0.377 25,474 1/16/2025
3.0.376 30,362 1/16/2025
3.0.375 24,703 1/16/2025
3.0.374 21,481 1/15/2025
3.0.373 7,616 1/15/2025
3.0.372 6,292 1/15/2025
3.0.371 10,706 1/15/2025
3.0.370 10,494 1/15/2025
3.0.369 6,687 1/14/2025
3.0.368 1,801 1/14/2025
3.0.367 1,547 1/14/2025
3.0.366 412 1/14/2025
3.0.365 173 1/14/2025
3.0.364 7,444 1/14/2025
3.0.363 4,223 1/14/2025
3.0.362 182 1/14/2025
3.0.361 9,469 1/14/2025
3.0.360 40,712 1/12/2025
3.0.359 27,754 1/10/2025
3.0.358 8,359 1/10/2025
3.0.357 194 1/10/2025
3.0.356 181 1/10/2025
3.0.355 7,073 1/10/2025
3.0.354 202 1/10/2025
3.0.353 216 1/10/2025
3.0.352 192 1/10/2025
3.0.351 42,395 1/2/2025
3.0.350 248 1/2/2025
3.0.349 200 1/2/2025
3.0.348 10,079 1/2/2025
3.0.347 205 1/2/2025
3.0.346 222 1/2/2025
3.0.345 3,117 1/2/2025
3.0.344 28,169 1/1/2025
3.0.343 238 1/1/2025
3.0.342 225 1/1/2025
3.0.341 698 12/31/2024
3.0.340 199 12/31/2024
3.0.339 213 12/31/2024
3.0.338 3,866 12/31/2024
3.0.337 240 12/31/2024
3.0.336 205 12/31/2024
3.0.335 254 12/31/2024
3.0.334 13,378 12/31/2024
3.0.333 36,326 12/31/2024
3.0.332 183 12/31/2024
3.0.331 218 12/31/2024
3.0.330 16,086 12/31/2024
3.0.329 236 12/31/2024
3.0.328 202 12/31/2024
3.0.327 7,531 12/31/2024
3.0.326 67,509 12/24/2024
3.0.325 191 12/24/2024
3.0.324 192 12/24/2024
3.0.323 10,646 12/24/2024
3.0.322 203 12/24/2024
3.0.321 200 12/24/2024
3.0.320 2,445 12/24/2024
3.0.319 66,602 12/22/2024
3.0.318 721 12/22/2024
3.0.317 203 12/22/2024
3.0.316 12,741 12/21/2024
3.0.315 185 12/21/2024
3.0.314 1,592 12/21/2024
3.0.313 15,792 12/21/2024
3.0.312 190 12/21/2024
3.0.311 3,995 12/21/2024
3.0.310 8,434 12/21/2024
3.0.309 208 12/21/2024
3.0.308 12,977 12/21/2024
3.0.307 199 12/21/2024
3.0.306 1,122 12/21/2024
3.0.305 8,707 12/21/2024
3.0.304 197 12/21/2024
3.0.303 9,755 12/20/2024
3.0.302 6,204 12/20/2024
3.0.301 197 12/20/2024
3.0.300 22,584 12/19/2024
3.0.299 2,375 12/19/2024
3.0.298 1,112 12/18/2024
3.0.297 191 12/18/2024
3.0.296 415 12/18/2024
3.0.295 41,583 12/17/2024
3.0.294 5,640 12/17/2024
3.0.293 225 12/17/2024
3.0.292 616 12/16/2024
3.0.291 213 12/16/2024
3.0.290 176 12/16/2024
3.0.289 198 12/16/2024
3.0.288 94,417 12/5/2024
3.0.287 39,903 12/4/2024
3.0.286 12,733 12/4/2024
3.0.285 8,633 12/4/2024
3.0.284 6,029 12/4/2024
3.0.283 11,723 12/4/2024
3.0.282 329 12/4/2024
3.0.281 24,595 12/3/2024
3.0.280 229 12/3/2024
3.0.279 9,562 12/3/2024
3.0.278 6,785 12/2/2024
3.0.277 201 12/2/2024
3.0.276 9,392 12/2/2024
3.0.275 22,998 12/1/2024
3.0.274 9,831 12/1/2024
3.0.273 230 12/1/2024
3.0.272 213 12/1/2024
3.0.271 68,192 11/19/2024
3.0.270 216 11/19/2024
3.0.269 8,988 11/19/2024
3.0.268 225 11/19/2024
3.0.267 199 11/19/2024
3.0.266 21,336 11/19/2024
3.0.265 6,243 11/19/2024
3.0.264 46,271 11/14/2024
3.0.263 222 11/14/2024
3.0.262 5,254 11/14/2024
3.0.261 216 11/14/2024
3.0.260 204 11/14/2024
3.0.259 2,698 11/13/2024
3.0.258 234 11/13/2024
2.1.257 83,235 11/8/2024
2.1.256 23,213 11/8/2024
2.1.255 187 11/8/2024
2.1.254 180 11/8/2024
2.1.253 77,957 10/28/2024
2.1.252 188,117 10/1/2024
2.1.251 27,777 9/30/2024
2.1.250 48,506 9/27/2024
2.1.249 201 9/27/2024
2.1.248 190 9/27/2024
2.1.247 4,779 9/27/2024
2.1.246 179 9/27/2024
2.1.245 192 9/27/2024
2.1.244 188 9/27/2024
2.1.243 88,327 9/23/2024
2.1.242 1,314 9/23/2024
2.1.241 4,978 9/23/2024
2.1.240 207 9/23/2024
2.1.239 2,198 9/23/2024
2.1.238 209 9/23/2024
2.1.237 11,608 9/22/2024
2.1.236 44,733 9/17/2024
2.1.235 384 9/17/2024
2.1.234 197 9/17/2024
2.1.233 322 9/17/2024
2.1.232 221 9/17/2024
2.1.231 6,029 9/17/2024
2.1.230 234 9/17/2024
2.1.229 77,374 9/11/2024
2.1.228 25,401 9/11/2024
2.1.227 35,556 9/9/2024
2.1.226 13,549 9/9/2024
2.1.225 8,238 9/9/2024
2.1.224 11,464 9/9/2024
2.1.223 13,512 9/9/2024
2.1.222 208 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 217 9/5/2024
2.1.217 226 9/5/2024
2.1.216 1,790 9/5/2024
2.1.215 222 9/5/2024
2.1.214 6,156 9/5/2024
2.1.213 31,267 9/4/2024
2.1.212 79,637 8/20/2024
2.1.211 8,280 8/20/2024
2.1.210 208 8/20/2024
2.1.209 206 8/20/2024
2.1.208 7,893 8/20/2024
2.1.207 216 8/20/2024
2.1.206 219 8/20/2024
2.1.205 117,762 7/24/2024
2.1.204 8,909 7/24/2024
2.1.203 178 7/24/2024
2.1.202 44,472 7/13/2024
2.1.201 220 7/13/2024
2.1.200 24,540 7/10/2024
2.1.199 6,214 7/10/2024
2.1.198 256 7/10/2024
2.1.196 6,965 7/9/2024
2.1.194 5,268 7/9/2024
2.1.193 30,265 7/9/2024
2.1.192 10,073 7/9/2024
2.1.191 1,104 7/9/2024
2.1.190 210 7/9/2024
2.1.189 12,286 7/9/2024
2.1.188 4,620 7/8/2024
2.1.187 199 7/8/2024
2.1.186 215 7/8/2024
2.1.185 192 7/8/2024
2.1.184 202 7/8/2024
2.1.183 7,795 7/8/2024
2.1.182 231 7/8/2024
2.1.181 201 7/8/2024
2.1.180 914 7/8/2024
2.1.179 40,010 7/7/2024
2.1.178 4,675 7/7/2024
2.1.177 37,038 7/3/2024
2.1.176 59,841 6/14/2024
2.1.174 69,720 5/27/2024
2.1.173 4,105 5/27/2024
2.1.172 178 5/27/2024
2.1.171 32,762 5/25/2024
2.1.170 10,895 5/25/2024
2.1.169 207 5/25/2024
2.1.168 198 5/25/2024
2.1.167 6,914 5/25/2024
2.1.166 210 5/25/2024
2.1.165 235 5/25/2024
2.1.164 200 5/25/2024
2.1.163 6,243 5/25/2024
2.1.162 198 5/25/2024
2.1.161 29,485 5/22/2024
2.1.160 7,032 5/22/2024
2.1.159 3,965 5/22/2024
2.1.158 208 5/22/2024
2.1.157 204 5/22/2024
2.1.156 206 5/22/2024
2.1.155 15,616 5/22/2024
2.1.154 25,207 5/16/2024
2.1.153 76,359 4/28/2024
2.1.152 207 4/28/2024
2.1.151 11,411 4/28/2024
2.1.150 196 4/28/2024
2.1.149 229 4/28/2024
2.1.148 924 4/28/2024
2.1.147 198 4/28/2024
2.1.146 216 4/28/2024
2.1.145 7,166 4/27/2024
2.1.144 252 4/27/2024
2.1.143 209 4/27/2024
2.1.142 60,052 4/12/2024
2.1.141 243 4/12/2024
2.1.140 7,792 4/12/2024
2.1.139 239 4/12/2024
2.1.138 212 4/12/2024
2.1.137 3,688 4/12/2024
2.1.136 228 4/12/2024
2.1.135 212 4/12/2024
2.1.134 210 4/12/2024
2.1.133 41,563 4/1/2024
2.1.132 29,799 3/25/2024
2.1.131 31,681 3/18/2024
2.1.130 290 3/18/2024
2.1.129 529 3/18/2024
2.1.128 29,836 3/13/2024
2.1.127 289 3/13/2024
2.1.126 274 3/13/2024
2.1.125 2,040 3/13/2024
2.1.124 261 3/13/2024
2.1.123 278 3/13/2024
2.1.122 59,904 3/8/2024
2.1.121 24,675 3/3/2024
2.1.120 20,440 3/2/2024
2.1.119 2,450 3/1/2024
2.1.117 18,219 2/28/2024
2.1.116 34,933 2/25/2024
2.1.115 314 2/25/2024
2.1.114 27,852 2/21/2024
2.1.113 6,397 2/21/2024
2.1.112 4,351 2/21/2024
2.1.111 2,920 2/21/2024
2.1.110 349 2/21/2024
2.1.109 8,899 2/21/2024
2.1.108 328 2/21/2024
2.1.107 343 2/21/2024
2.1.106 21,941 2/20/2024
2.1.105 2,345 2/20/2024
2.1.104 14,946 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,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 414 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,915 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 544 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