Soenneker.Extensions.String 4.0.562

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.562
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 4.0.562
                    
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.562" />
                    
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.562" />
                    
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.562
                    
#r "nuget: Soenneker.Extensions.String, 4.0.562"
                    
#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.562
                    
#: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.562
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=4.0.562
                    
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.567 0 11/6/2025
4.0.566 0 11/6/2025
4.0.565 6,322 11/3/2025
4.0.564 23,250 10/30/2025
4.0.563 167 10/30/2025
4.0.562 5,537 10/30/2025
4.0.561 163 10/30/2025
4.0.560 7,758 10/29/2025
4.0.559 3,165 10/29/2025
3.0.558 54,526 10/16/2025
3.0.557 107,463 9/16/2025
3.0.556 41,766 9/9/2025
3.0.555 39,379 9/3/2025
3.0.554 14,466 9/3/2025
3.0.553 183 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,526 8/16/2025
3.0.548 36,444 8/11/2025
3.0.547 2,922 8/11/2025
3.0.546 171 8/11/2025
3.0.545 4,855 8/11/2025
3.0.544 171 8/11/2025
3.0.543 286 8/11/2025
3.0.542 41,277 8/10/2025
3.0.541 28,660 8/5/2025
3.0.540 20,870 7/29/2025
3.0.539 38,444 7/8/2025
3.0.538 55,778 6/28/2025
3.0.537 7,039 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,850 6/24/2025
3.0.531 25,918 6/11/2025
3.0.530 16,395 6/10/2025
3.0.529 29,879 6/2/2025
3.0.528 17,841 5/27/2025
3.0.527 3,513 5/27/2025
3.0.526 223 5/27/2025
3.0.525 5,000 5/27/2025
3.0.524 209 5/27/2025
3.0.523 220 5/27/2025
3.0.522 6,010 5/27/2025
3.0.521 28,713 5/25/2025
3.0.520 17,051 5/23/2025
3.0.519 5,494 5/23/2025
3.0.518 211 5/23/2025
3.0.517 188 5/23/2025
3.0.516 3,633 5/22/2025
3.0.515 214 5/22/2025
3.0.514 6,300 5/22/2025
3.0.513 43,933 5/14/2025
3.0.512 26,572 5/8/2025
3.0.511 6,416 5/8/2025
3.0.510 228 5/8/2025
3.0.509 1,475 5/8/2025
3.0.508 335 5/7/2025
3.0.507 214 5/7/2025
3.0.506 5,392 5/7/2025
3.0.505 30,248 5/5/2025
3.0.504 4,509 5/5/2025
3.0.503 348 5/5/2025
3.0.502 226 5/5/2025
3.0.501 7,589 5/5/2025
3.0.500 1,654 5/5/2025
3.0.499 231 5/5/2025
3.0.498 317 5/5/2025
3.0.497 211 5/5/2025
3.0.496 462 5/5/2025
3.0.495 12,628 5/5/2025
3.0.494 217 5/5/2025
3.0.493 40,335 4/27/2025
3.0.492 169 4/27/2025
3.0.491 9,020 4/26/2025
3.0.490 18,012 4/8/2025
3.0.489 3,834 4/8/2025
3.0.488 233 4/8/2025
3.0.487 248 4/8/2025
3.0.486 4,997 4/8/2025
3.0.485 349 4/8/2025
3.0.484 1,590 4/8/2025
3.0.483 4,075 4/8/2025
3.0.482 45,241 4/8/2025
3.0.481 795 4/8/2025
3.0.480 87,839 4/6/2025
3.0.479 11,343 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 216 4/6/2025
3.0.474 217 4/6/2025
3.0.473 11,620 4/6/2025
3.0.472 202 4/6/2025
3.0.471 222 4/6/2025
3.0.470 5,545 4/5/2025
3.0.469 180 4/5/2025
3.0.468 49,830 4/4/2025
3.0.467 170 4/4/2025
3.0.466 274 4/4/2025
3.0.465 11,961 4/4/2025
3.0.464 242,152 3/11/2025
3.0.463 18,140 3/11/2025
3.0.462 235 3/11/2025
3.0.461 13,471 3/11/2025
3.0.460 235 3/11/2025
3.0.459 89,121 3/1/2025
3.0.458 9,953 3/1/2025
3.0.457 175 3/1/2025
3.0.456 7,351 3/1/2025
3.0.455 198 3/1/2025
3.0.454 178 3/1/2025
3.0.453 3,770 3/1/2025
3.0.452 192 3/1/2025
3.0.451 184 3/1/2025
3.0.450 199 3/1/2025
3.0.449 177 3/1/2025
3.0.448 60,163 2/24/2025
3.0.447 2,003 2/24/2025
3.0.446 59,408 2/21/2025
3.0.445 44,249 2/18/2025
3.0.444 2,577 2/18/2025
3.0.443 202 2/18/2025
3.0.442 183 2/18/2025
3.0.441 46,028 2/13/2025
3.0.440 34,342 2/11/2025
3.0.439 5,857 2/11/2025
3.0.438 12,323 2/11/2025
3.0.437 9,506 2/11/2025
3.0.436 6,252 2/10/2025
3.0.435 211 2/10/2025
3.0.434 4,988 2/10/2025
3.0.433 15,083 2/10/2025
3.0.432 9,608 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 190 2/10/2025
3.0.427 42,703 2/8/2025
3.0.426 4,111 2/7/2025
3.0.425 182 2/7/2025
3.0.424 13,406 2/7/2025
3.0.423 5,298 2/7/2025
3.0.422 3,866 2/7/2025
3.0.421 183 2/7/2025
3.0.420 182 2/7/2025
3.0.419 4,307 2/7/2025
3.0.418 194 2/7/2025
3.0.417 180 2/7/2025
3.0.416 190 2/7/2025
3.0.415 7,135 2/7/2025
3.0.414 231 2/7/2025
3.0.413 180 2/7/2025
3.0.412 106,943 1/27/2025
3.0.411 4,410 1/27/2025
3.0.410 243 1/27/2025
3.0.409 8,844 1/27/2025
3.0.408 1,862 1/27/2025
3.0.407 183 1/27/2025
3.0.406 186 1/27/2025
3.0.405 41,110 1/25/2025
3.0.404 33,115 1/24/2025
3.0.403 33,540 1/24/2025
3.0.402 844 1/24/2025
3.0.401 9,375 1/23/2025
3.0.400 187 1/23/2025
3.0.398 13,102 1/23/2025
3.0.397 36,779 1/21/2025
3.0.396 189 1/21/2025
3.0.395 254 1/21/2025
3.0.394 31,476 1/20/2025
3.0.393 6,695 1/20/2025
3.0.392 3,121 1/20/2025
3.0.391 188 1/20/2025
3.0.390 16,880 1/20/2025
3.0.389 181 1/20/2025
3.0.388 7,418 1/20/2025
3.0.387 194 1/20/2025
3.0.386 182 1/20/2025
3.0.385 13,324 1/20/2025
3.0.384 186 1/20/2025
3.0.383 181 1/20/2025
3.0.382 168 1/20/2025
3.0.381 46,387 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,464 1/16/2025
3.0.376 30,349 1/16/2025
3.0.375 24,693 1/16/2025
3.0.374 21,477 1/15/2025
3.0.373 7,614 1/15/2025
3.0.372 6,289 1/15/2025
3.0.371 10,704 1/15/2025
3.0.370 10,493 1/15/2025
3.0.369 6,686 1/14/2025
3.0.368 1,799 1/14/2025
3.0.367 1,546 1/14/2025
3.0.366 408 1/14/2025
3.0.365 169 1/14/2025
3.0.364 7,429 1/14/2025
3.0.363 4,222 1/14/2025
3.0.362 181 1/14/2025
3.0.361 9,465 1/14/2025
3.0.360 40,701 1/12/2025
3.0.359 27,749 1/10/2025
3.0.358 8,352 1/10/2025
3.0.357 193 1/10/2025
3.0.356 179 1/10/2025
3.0.355 7,072 1/10/2025
3.0.354 199 1/10/2025
3.0.353 214 1/10/2025
3.0.352 188 1/10/2025
3.0.351 42,386 1/2/2025
3.0.350 245 1/2/2025
3.0.349 197 1/2/2025
3.0.348 10,075 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,160 1/1/2025
3.0.343 224 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,864 12/31/2024
3.0.337 239 12/31/2024
3.0.336 204 12/31/2024
3.0.335 251 12/31/2024
3.0.334 13,369 12/31/2024
3.0.333 36,321 12/31/2024
3.0.332 181 12/31/2024
3.0.331 215 12/31/2024
3.0.330 16,075 12/31/2024
3.0.329 231 12/31/2024
3.0.328 201 12/31/2024
3.0.327 7,526 12/31/2024
3.0.326 67,502 12/24/2024
3.0.325 189 12/24/2024
3.0.324 191 12/24/2024
3.0.323 10,635 12/24/2024
3.0.322 201 12/24/2024
3.0.321 198 12/24/2024
3.0.320 2,442 12/24/2024
3.0.319 66,592 12/22/2024
3.0.318 719 12/22/2024
3.0.317 201 12/22/2024
3.0.316 12,731 12/21/2024
3.0.315 182 12/21/2024
3.0.314 1,590 12/21/2024
3.0.313 15,779 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,970 12/21/2024
3.0.307 198 12/21/2024
3.0.306 1,110 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,202 12/20/2024
3.0.301 194 12/20/2024
3.0.300 22,581 12/19/2024
3.0.299 2,370 12/19/2024
3.0.298 1,110 12/18/2024
3.0.297 187 12/18/2024
3.0.296 414 12/18/2024
3.0.295 41,570 12/17/2024
3.0.294 5,627 12/17/2024
3.0.293 224 12/17/2024
3.0.292 614 12/16/2024
3.0.291 209 12/16/2024
3.0.290 175 12/16/2024
3.0.289 195 12/16/2024
3.0.288 94,403 12/5/2024
3.0.287 39,901 12/4/2024
3.0.286 12,732 12/4/2024
3.0.285 8,631 12/4/2024
3.0.284 6,025 12/4/2024
3.0.283 11,719 12/4/2024
3.0.282 328 12/4/2024
3.0.281 24,589 12/3/2024
3.0.280 227 12/3/2024
3.0.279 9,560 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,992 12/1/2024
3.0.274 9,825 12/1/2024
3.0.273 229 12/1/2024
3.0.272 211 12/1/2024
3.0.271 67,719 11/19/2024
3.0.270 215 11/19/2024
3.0.269 8,975 11/19/2024
3.0.268 222 11/19/2024
3.0.267 198 11/19/2024
3.0.266 21,332 11/19/2024
3.0.265 6,240 11/19/2024
3.0.264 46,263 11/14/2024
3.0.263 221 11/14/2024
3.0.262 5,248 11/14/2024
3.0.261 214 11/14/2024
3.0.260 203 11/14/2024
3.0.259 2,696 11/13/2024
3.0.258 232 11/13/2024
2.1.257 83,083 11/8/2024
2.1.256 23,207 11/8/2024
2.1.255 185 11/8/2024
2.1.254 178 11/8/2024
2.1.253 77,943 10/28/2024
2.1.252 188,026 10/1/2024
2.1.251 27,770 9/30/2024
2.1.250 48,486 9/27/2024
2.1.249 200 9/27/2024
2.1.248 187 9/27/2024
2.1.247 4,775 9/27/2024
2.1.246 177 9/27/2024
2.1.245 188 9/27/2024
2.1.244 184 9/27/2024
2.1.243 88,247 9/23/2024
2.1.242 1,309 9/23/2024
2.1.241 4,977 9/23/2024
2.1.240 203 9/23/2024
2.1.239 2,194 9/23/2024
2.1.238 207 9/23/2024
2.1.237 11,602 9/22/2024
2.1.236 44,722 9/17/2024
2.1.235 382 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,025 9/17/2024
2.1.230 231 9/17/2024
2.1.229 77,340 9/11/2024
2.1.228 25,391 9/11/2024
2.1.227 35,534 9/9/2024
2.1.226 13,542 9/9/2024
2.1.225 8,237 9/9/2024
2.1.224 11,459 9/9/2024
2.1.223 13,503 9/9/2024
2.1.222 204 9/9/2024
2.1.221 232 9/9/2024
2.1.220 55,634 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,787 9/5/2024
2.1.215 220 9/5/2024
2.1.214 6,155 9/5/2024
2.1.213 31,254 9/4/2024
2.1.212 79,611 8/20/2024
2.1.211 8,279 8/20/2024
2.1.210 206 8/20/2024
2.1.209 202 8/20/2024
2.1.208 7,891 8/20/2024
2.1.207 213 8/20/2024
2.1.206 216 8/20/2024
2.1.205 117,723 7/24/2024
2.1.204 8,908 7/24/2024
2.1.203 176 7/24/2024
2.1.202 44,437 7/13/2024
2.1.201 218 7/13/2024
2.1.200 24,516 7/10/2024
2.1.199 6,210 7/10/2024
2.1.198 252 7/10/2024
2.1.196 6,964 7/9/2024
2.1.194 5,265 7/9/2024
2.1.193 30,249 7/9/2024
2.1.192 10,068 7/9/2024
2.1.191 1,103 7/9/2024
2.1.190 206 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 212 7/8/2024
2.1.185 187 7/8/2024
2.1.184 196 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 910 7/8/2024
2.1.179 39,998 7/7/2024
2.1.178 4,674 7/7/2024
2.1.177 37,027 7/3/2024
2.1.176 59,809 6/14/2024
2.1.174 69,707 5/27/2024
2.1.173 4,100 5/27/2024
2.1.172 177 5/27/2024
2.1.171 32,743 5/25/2024
2.1.170 10,890 5/25/2024
2.1.169 206 5/25/2024
2.1.168 196 5/25/2024
2.1.167 6,913 5/25/2024
2.1.166 209 5/25/2024
2.1.165 233 5/25/2024
2.1.164 199 5/25/2024
2.1.163 6,237 5/25/2024
2.1.162 195 5/25/2024
2.1.161 29,472 5/22/2024
2.1.160 7,027 5/22/2024
2.1.159 3,961 5/22/2024
2.1.158 206 5/22/2024
2.1.157 201 5/22/2024
2.1.156 204 5/22/2024
2.1.155 15,606 5/22/2024
2.1.154 25,201 5/16/2024
2.1.153 76,317 4/28/2024
2.1.152 206 4/28/2024
2.1.151 11,405 4/28/2024
2.1.150 193 4/28/2024
2.1.149 217 4/28/2024
2.1.148 922 4/28/2024
2.1.147 195 4/28/2024
2.1.146 213 4/28/2024
2.1.145 7,160 4/27/2024
2.1.144 249 4/27/2024
2.1.143 208 4/27/2024
2.1.142 60,044 4/12/2024
2.1.141 241 4/12/2024
2.1.140 7,786 4/12/2024
2.1.139 235 4/12/2024
2.1.138 210 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 207 4/12/2024
2.1.133 41,519 4/1/2024
2.1.132 29,798 3/25/2024
2.1.131 31,669 3/18/2024
2.1.130 286 3/18/2024
2.1.129 527 3/18/2024
2.1.128 29,819 3/13/2024
2.1.127 284 3/13/2024
2.1.126 271 3/13/2024
2.1.125 2,039 3/13/2024
2.1.124 257 3/13/2024
2.1.123 275 3/13/2024
2.1.122 59,885 3/8/2024
2.1.121 24,667 3/3/2024
2.1.120 20,434 3/2/2024
2.1.119 2,446 3/1/2024
2.1.117 18,208 2/28/2024
2.1.116 34,919 2/25/2024
2.1.115 312 2/25/2024
2.1.114 27,843 2/21/2024
2.1.113 6,395 2/21/2024
2.1.112 4,349 2/21/2024
2.1.111 2,916 2/21/2024
2.1.110 346 2/21/2024
2.1.109 8,897 2/21/2024
2.1.108 325 2/21/2024
2.1.107 341 2/21/2024
2.1.106 21,932 2/20/2024
2.1.105 2,343 2/20/2024
2.1.104 14,942 2/19/2024
2.1.103 15,428 2/16/2024
2.1.102 10,177 2/16/2024
2.1.101 331 2/16/2024
2.1.100 9,076 2/16/2024
2.1.99 59,959 2/9/2024
2.1.98 54,490 2/7/2024
2.1.97 6,100 2/6/2024
2.1.96 3,933 2/6/2024
2.1.95 702 2/6/2024
2.1.94 355 2/6/2024
2.1.93 19,790 2/4/2024
2.1.92 145,148 1/15/2024
2.1.91 7,707 1/15/2024
2.1.90 462 1/15/2024
2.1.89 4,185 1/15/2024
2.1.88 413 1/15/2024
2.1.87 53,453 1/7/2024
2.1.86 10,415 1/5/2024
2.1.85 6,545 1/5/2024
2.1.84 450 1/5/2024
2.1.83 463 1/5/2024
2.1.82 6,640 1/5/2024
2.1.81 17,891 1/1/2024
2.1.80 526 1/1/2024
2.1.79 11,913 12/28/2023
2.1.78 5,636 12/28/2023
2.1.77 5,735 12/27/2023
2.1.76 491 12/27/2023
2.1.75 498 12/27/2023
2.1.74 6,569 12/27/2023
2.1.73 479 12/27/2023
2.1.72 513 12/27/2023
2.1.71 22,598 12/25/2023
2.1.70 1,192 12/25/2023
2.1.69 500 12/25/2023
2.1.68 521 12/25/2023
2.1.67 6,308 12/25/2023
2.1.66 17,779 12/24/2023
2.1.65 10,806 12/23/2023
2.1.64 3,121 12/23/2023
2.1.63 476 12/23/2023
2.1.62 7,561 12/23/2023
2.1.61 510 12/23/2023
2.1.60 471 12/23/2023
2.1.59 2,326 12/23/2023
2.1.58 471 12/23/2023
2.1.57 19,133 12/19/2023
2.1.56 6,455 12/18/2023
2.1.55 17,973 12/10/2023
2.1.51 8,421 12/10/2023
2.1.50 15,441 12/9/2023
2.1.49 519 12/9/2023
2.1.48 635 12/9/2023
2.1.47 541 12/9/2023
2.1.46 540 12/9/2023
2.1.45 552 12/9/2023
2.1.44 10,439 12/9/2023
2.1.43 16,106 12/6/2023
2.1.42 13,413 12/4/2023
2.1.41 8,012 12/4/2023
2.1.40 567 12/4/2023
2.1.39 1,251 12/4/2023
2.1.38 638 12/4/2023
2.1.37 23,075 11/23/2023
2.1.36 501 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,746 11/20/2023
2.1.30 5,592 11/20/2023
2.1.29 9,899 11/19/2023
2.1.28 1,769 11/19/2023
2.1.27 534 11/19/2023
2.1.26 534 11/19/2023
2.1.25 513 11/19/2023
2.1.24 3,047 11/19/2023
2.1.23 14,166 11/18/2023
2.1.22 555 11/18/2023
2.1.21 4,541 11/18/2023
2.1.20 3,038 11/18/2023
2.1.19 535 11/18/2023
2.1.18 8,137 11/17/2023
2.1.17 2,132 11/17/2023
2.1.16 541 11/17/2023
2.1.15 539 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,233 11/16/2023
2.1.6 497 11/16/2023
2.1.5 1,308 11/16/2023
2.1.4 515 11/16/2023
2.0.140 7,968 11/15/2023
2.0.139 539 11/15/2023
2.0.138 520 11/15/2023
2.0.137 533 11/15/2023
2.0.136 533 11/15/2023
2.0.3 516 11/16/2023
2.0.2 537 11/16/2023
2.0.1 479 11/16/2023
1.0.135 17,219 11/10/2023
1.0.134 557 11/10/2023
1.0.133 7,687 11/9/2023
1.0.132 510 11/9/2023
1.0.131 549 11/9/2023
1.0.130 2,753 11/8/2023
1.0.129 13,948 11/6/2023
1.0.128 530 11/6/2023
1.0.127 561 11/6/2023
1.0.126 562 11/6/2023
1.0.125 5,165 11/3/2023
1.0.124 9,549 11/2/2023
1.0.123 580 11/2/2023
1.0.122 558 11/2/2023
1.0.121 520 11/2/2023
1.0.120 5,041 11/1/2023
1.0.119 26,456 10/18/2023
1.0.118 601 10/18/2023
1.0.117 588 10/18/2023
1.0.116 545 10/18/2023
1.0.115 5,671 10/17/2023
1.0.114 6,435 10/16/2023
1.0.113 585 10/16/2023
1.0.112 578 10/16/2023
1.0.111 610 10/16/2023
1.0.110 9,395 10/13/2023
1.0.109 629 10/13/2023
1.0.108 18,807 9/19/2023
1.0.107 624 9/19/2023
1.0.106 628 9/19/2023
1.0.105 569 9/19/2023
1.0.104 8,286 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 648 8/30/2023
1.0.99 648 8/30/2023
1.0.98 645 8/30/2023
1.0.97 15,945 8/25/2023
1.0.96 7,096 8/24/2023
1.0.95 673 8/24/2023
1.0.94 14,350 8/18/2023
1.0.93 674 8/18/2023
1.0.92 6,414 8/17/2023
1.0.91 637 8/17/2023
1.0.90 672 8/17/2023
1.0.89 23,914 8/8/2023
1.0.88 717 8/8/2023
1.0.87 7,763 8/7/2023
1.0.86 733 8/7/2023
1.0.85 711 8/7/2023
1.0.84 28,752 7/10/2023
1.0.83 776 7/10/2023
1.0.82 788 7/10/2023
1.0.81 802 7/10/2023
1.0.80 6,481 7/7/2023
1.0.79 750 7/7/2023
1.0.78 21,156 6/29/2023
1.0.77 5,810 6/28/2023
1.0.76 777 6/28/2023
1.0.75 807 6/28/2023
1.0.74 60,322 6/7/2023
1.0.73 7,182 6/7/2023
1.0.72 814 6/7/2023
1.0.71 813 6/7/2023
1.0.70 8,939 6/6/2023
1.0.69 792 6/6/2023
1.0.68 3,314 6/5/2023
1.0.67 800 6/5/2023
1.0.66 9,081 6/2/2023
1.0.65 827 6/2/2023
1.0.64 809 6/2/2023
1.0.63 34,684 5/30/2023
1.0.62 802 5/30/2023
1.0.61 10,005 5/29/2023
1.0.60 805 5/29/2023
1.0.59 7,723 5/26/2023
1.0.58 14,997 5/25/2023
1.0.57 794 5/25/2023
1.0.56 7,645 5/24/2023
1.0.55 835 5/24/2023
1.0.54 832 5/24/2023
1.0.53 809 5/24/2023
1.0.52 929 5/24/2023
1.0.51 5,105 5/23/2023
1.0.50 819 5/23/2023
1.0.49 818 5/23/2023
1.0.46 16,069 5/22/2023
1.0.45 13,283 5/18/2023
1.0.44 8,046 5/17/2023
1.0.43 796 5/17/2023
1.0.42 779 5/17/2023
1.0.41 777 5/17/2023
1.0.40 21,125 4/24/2023
1.0.39 2,789 4/24/2023
1.0.38 866 4/24/2023
1.0.37 4,868 4/21/2023
1.0.36 806 4/21/2023
1.0.35 817 4/21/2023
1.0.34 5,411 4/20/2023
1.0.33 1,051 4/20/2023
1.0.32 973 4/20/2023
1.0.31 4,885 4/19/2023
1.0.30 2,325 4/18/2023
1.0.29 845 4/18/2023
1.0.28 2,139 4/18/2023
1.0.27 3,984 4/17/2023
1.0.26 939 4/16/2023
1.0.25 866 4/16/2023
1.0.24 4,142 4/14/2023
1.0.23 3,051 4/13/2023
1.0.22 2,961 4/12/2023
1.0.21 850 4/12/2023
1.0.20 854 4/12/2023
1.0.19 2,177 4/11/2023
1.0.18 927 4/11/2023
1.0.17 3,028 4/11/2023
1.0.16 3,540 4/7/2023
1.0.15 4,594 4/3/2023
1.0.14 882 4/3/2023
1.0.13 879 4/3/2023
1.0.12 833 4/3/2023
1.0.11 2,393 4/1/2023
1.0.10 1,309 3/30/2023
1.0.9 1,033 3/26/2023
1.0.7 4,575 2/27/2023
1.0.6 928 2/26/2023
1.0.5 899 2/22/2023
1.0.4 1,147 2/22/2023
1.0.3 935 2/22/2023
1.0.2 1,548 2/12/2023
1.0.1 1,140 2/12/2023