Soenneker.Extensions.String 3.0.556

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.556
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.556
                    
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.556" />
                    
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.556" />
                    
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.556
                    
#r "nuget: Soenneker.Extensions.String, 3.0.556"
                    
#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.556
                    
#: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.556
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.556
                    
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 (63)

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
3.0.557 10,699 9/16/2025
3.0.556 20,904 9/9/2025
3.0.555 20,788 9/3/2025
3.0.554 7,657 9/3/2025
3.0.553 140 9/3/2025
3.0.552 451 9/3/2025
3.0.551 146 9/3/2025
3.0.550 1,048 9/3/2025
3.0.549 28,039 8/16/2025
3.0.548 19,987 8/11/2025
3.0.547 1,466 8/11/2025
3.0.546 133 8/11/2025
3.0.545 2,378 8/11/2025
3.0.544 133 8/11/2025
3.0.543 189 8/11/2025
3.0.542 21,998 8/10/2025
3.0.541 14,928 8/5/2025
3.0.540 9,136 7/29/2025
3.0.539 22,526 7/8/2025
3.0.538 38,528 6/28/2025
3.0.537 4,295 6/27/2025
3.0.536 81 6/27/2025
3.0.535 6,217 6/27/2025
3.0.534 97 6/27/2025
3.0.533 319 6/27/2025
3.0.532 20,195 6/24/2025
3.0.531 16,645 6/11/2025
3.0.530 10,914 6/10/2025
3.0.529 20,422 6/2/2025
3.0.528 11,701 5/27/2025
3.0.527 2,201 5/27/2025
3.0.526 163 5/27/2025
3.0.525 3,112 5/27/2025
3.0.524 170 5/27/2025
3.0.523 175 5/27/2025
3.0.522 4,112 5/27/2025
3.0.521 18,741 5/25/2025
3.0.520 11,054 5/23/2025
3.0.519 3,820 5/23/2025
3.0.518 162 5/23/2025
3.0.517 159 5/23/2025
3.0.516 2,448 5/22/2025
3.0.515 172 5/22/2025
3.0.514 4,175 5/22/2025
3.0.513 29,679 5/14/2025
3.0.512 17,799 5/8/2025
3.0.511 4,264 5/8/2025
3.0.510 184 5/8/2025
3.0.509 927 5/8/2025
3.0.508 277 5/7/2025
3.0.507 179 5/7/2025
3.0.506 3,652 5/7/2025
3.0.505 20,342 5/5/2025
3.0.504 3,049 5/5/2025
3.0.503 259 5/5/2025
3.0.502 176 5/5/2025
3.0.501 5,119 5/5/2025
3.0.500 1,147 5/5/2025
3.0.499 188 5/5/2025
3.0.498 259 5/5/2025
3.0.497 176 5/5/2025
3.0.496 342 5/5/2025
3.0.495 8,417 5/5/2025
3.0.494 176 5/5/2025
3.0.493 27,334 4/27/2025
3.0.492 130 4/27/2025
3.0.491 5,523 4/26/2025
3.0.490 12,055 4/8/2025
3.0.489 2,412 4/8/2025
3.0.488 192 4/8/2025
3.0.487 195 4/8/2025
3.0.486 3,096 4/8/2025
3.0.485 281 4/8/2025
3.0.484 1,153 4/8/2025
3.0.483 2,739 4/8/2025
3.0.482 28,245 4/8/2025
3.0.481 519 4/8/2025
3.0.480 56,384 4/6/2025
3.0.479 8,581 4/6/2025
3.0.478 3,027 4/6/2025
3.0.477 3,465 4/6/2025
3.0.476 2,729 4/6/2025
3.0.475 177 4/6/2025
3.0.474 182 4/6/2025
3.0.473 8,706 4/6/2025
3.0.472 165 4/6/2025
3.0.471 172 4/6/2025
3.0.470 3,570 4/5/2025
3.0.469 141 4/5/2025
3.0.468 34,697 4/4/2025
3.0.467 132 4/4/2025
3.0.466 224 4/4/2025
3.0.465 9,291 4/4/2025
3.0.464 149,602 3/11/2025
3.0.463 12,031 3/11/2025
3.0.462 198 3/11/2025
3.0.461 8,717 3/11/2025
3.0.460 202 3/11/2025
3.0.459 55,482 3/1/2025
3.0.458 6,603 3/1/2025
3.0.457 133 3/1/2025
3.0.456 4,371 3/1/2025
3.0.455 139 3/1/2025
3.0.454 141 3/1/2025
3.0.453 2,251 3/1/2025
3.0.452 142 3/1/2025
3.0.451 135 3/1/2025
3.0.450 154 3/1/2025
3.0.449 140 3/1/2025
3.0.448 38,622 2/24/2025
3.0.447 1,756 2/24/2025
3.0.446 36,575 2/21/2025
3.0.445 27,799 2/18/2025
3.0.444 1,637 2/18/2025
3.0.443 151 2/18/2025
3.0.442 146 2/18/2025
3.0.441 29,115 2/13/2025
3.0.440 21,509 2/11/2025
3.0.439 4,170 2/11/2025
3.0.438 7,203 2/11/2025
3.0.437 5,595 2/11/2025
3.0.436 3,431 2/10/2025
3.0.435 170 2/10/2025
3.0.434 2,997 2/10/2025
3.0.433 12,568 2/10/2025
3.0.432 5,969 2/10/2025
3.0.431 340 2/10/2025
3.0.430 145 2/10/2025
3.0.429 18,138 2/10/2025
3.0.428 152 2/10/2025
3.0.427 27,603 2/8/2025
3.0.426 2,467 2/7/2025
3.0.425 141 2/7/2025
3.0.424 9,015 2/7/2025
3.0.423 3,215 2/7/2025
3.0.422 2,445 2/7/2025
3.0.421 146 2/7/2025
3.0.420 144 2/7/2025
3.0.419 2,509 2/7/2025
3.0.418 159 2/7/2025
3.0.417 138 2/7/2025
3.0.416 148 2/7/2025
3.0.415 5,344 2/7/2025
3.0.414 171 2/7/2025
3.0.413 144 2/7/2025
3.0.412 64,747 1/27/2025
3.0.411 2,976 1/27/2025
3.0.410 185 1/27/2025
3.0.409 6,412 1/27/2025
3.0.408 1,455 1/27/2025
3.0.407 144 1/27/2025
3.0.406 136 1/27/2025
3.0.405 24,557 1/25/2025
3.0.404 20,821 1/24/2025
3.0.403 19,330 1/24/2025
3.0.402 528 1/24/2025
3.0.401 6,636 1/23/2025
3.0.400 146 1/23/2025
3.0.398 7,103 1/23/2025
3.0.397 22,321 1/21/2025
3.0.396 149 1/21/2025
3.0.395 201 1/21/2025
3.0.394 19,229 1/20/2025
3.0.393 4,601 1/20/2025
3.0.392 1,855 1/20/2025
3.0.391 148 1/20/2025
3.0.390 10,607 1/20/2025
3.0.389 138 1/20/2025
3.0.388 4,100 1/20/2025
3.0.387 155 1/20/2025
3.0.386 138 1/20/2025
3.0.385 8,866 1/20/2025
3.0.384 142 1/20/2025
3.0.383 142 1/20/2025
3.0.382 135 1/20/2025
3.0.381 27,768 1/19/2025
3.0.380 354 1/19/2025
3.0.379 122 1/19/2025
3.0.378 16,105 1/18/2025
3.0.377 15,154 1/16/2025
3.0.376 17,210 1/16/2025
3.0.375 14,385 1/16/2025
3.0.374 12,869 1/15/2025
3.0.373 5,055 1/15/2025
3.0.372 3,787 1/15/2025
3.0.371 7,114 1/15/2025
3.0.370 5,735 1/15/2025
3.0.369 3,103 1/14/2025
3.0.368 1,253 1/14/2025
3.0.367 727 1/14/2025
3.0.366 279 1/14/2025
3.0.365 131 1/14/2025
3.0.364 3,636 1/14/2025
3.0.363 2,217 1/14/2025
3.0.362 135 1/14/2025
3.0.361 5,266 1/14/2025
3.0.360 22,986 1/12/2025
3.0.359 16,018 1/10/2025
3.0.358 4,608 1/10/2025
3.0.357 153 1/10/2025
3.0.356 145 1/10/2025
3.0.355 3,964 1/10/2025
3.0.354 156 1/10/2025
3.0.353 174 1/10/2025
3.0.352 144 1/10/2025
3.0.351 25,697 1/2/2025
3.0.350 205 1/2/2025
3.0.349 154 1/2/2025
3.0.348 6,642 1/2/2025
3.0.347 166 1/2/2025
3.0.346 177 1/2/2025
3.0.345 1,674 1/2/2025
3.0.344 17,104 1/1/2025
3.0.343 182 1/1/2025
3.0.342 186 1/1/2025
3.0.341 614 12/31/2024
3.0.340 162 12/31/2024
3.0.339 168 12/31/2024
3.0.338 2,175 12/31/2024
3.0.337 182 12/31/2024
3.0.336 167 12/31/2024
3.0.335 192 12/31/2024
3.0.334 8,191 12/31/2024
3.0.333 22,127 12/31/2024
3.0.332 143 12/31/2024
3.0.331 173 12/31/2024
3.0.330 9,841 12/31/2024
3.0.329 170 12/31/2024
3.0.328 151 12/31/2024
3.0.327 4,350 12/31/2024
3.0.326 40,316 12/24/2024
3.0.325 147 12/24/2024
3.0.324 153 12/24/2024
3.0.323 6,850 12/24/2024
3.0.322 164 12/24/2024
3.0.321 159 12/24/2024
3.0.320 1,657 12/24/2024
3.0.319 40,557 12/22/2024
3.0.318 523 12/22/2024
3.0.317 162 12/22/2024
3.0.316 6,764 12/21/2024
3.0.315 142 12/21/2024
3.0.314 1,086 12/21/2024
3.0.313 9,821 12/21/2024
3.0.312 148 12/21/2024
3.0.311 3,444 12/21/2024
3.0.310 5,113 12/21/2024
3.0.309 171 12/21/2024
3.0.308 7,275 12/21/2024
3.0.307 161 12/21/2024
3.0.306 663 12/21/2024
3.0.305 5,155 12/21/2024
3.0.304 151 12/21/2024
3.0.303 7,337 12/20/2024
3.0.302 3,856 12/20/2024
3.0.301 160 12/20/2024
3.0.300 14,674 12/19/2024
3.0.299 1,524 12/19/2024
3.0.298 707 12/18/2024
3.0.297 150 12/18/2024
3.0.296 289 12/18/2024
3.0.295 25,193 12/17/2024
3.0.294 3,935 12/17/2024
3.0.293 185 12/17/2024
3.0.292 422 12/16/2024
3.0.291 160 12/16/2024
3.0.290 147 12/16/2024
3.0.289 159 12/16/2024
3.0.288 56,457 12/5/2024
3.0.287 24,326 12/4/2024
3.0.286 8,619 12/4/2024
3.0.285 5,709 12/4/2024
3.0.284 3,430 12/4/2024
3.0.283 7,094 12/4/2024
3.0.282 244 12/4/2024
3.0.281 14,293 12/3/2024
3.0.280 179 12/3/2024
3.0.279 6,851 12/3/2024
3.0.278 4,158 12/2/2024
3.0.277 160 12/2/2024
3.0.276 6,185 12/2/2024
3.0.275 14,571 12/1/2024
3.0.274 5,946 12/1/2024
3.0.273 179 12/1/2024
3.0.272 178 12/1/2024
3.0.271 41,002 11/19/2024
3.0.270 178 11/19/2024
3.0.269 5,454 11/19/2024
3.0.268 184 11/19/2024
3.0.267 163 11/19/2024
3.0.266 14,375 11/19/2024
3.0.265 3,816 11/19/2024
3.0.264 28,290 11/14/2024
3.0.263 182 11/14/2024
3.0.262 3,037 11/14/2024
3.0.261 169 11/14/2024
3.0.260 163 11/14/2024
3.0.259 1,866 11/13/2024
3.0.258 185 11/13/2024
2.1.257 53,101 11/8/2024
2.1.256 14,383 11/8/2024
2.1.255 146 11/8/2024
2.1.254 139 11/8/2024
2.1.253 48,411 10/28/2024
2.1.252 114,655 10/1/2024
2.1.251 16,970 9/30/2024
2.1.250 30,252 9/27/2024
2.1.249 158 9/27/2024
2.1.248 149 9/27/2024
2.1.247 2,873 9/27/2024
2.1.246 142 9/27/2024
2.1.245 142 9/27/2024
2.1.244 144 9/27/2024
2.1.243 54,974 9/23/2024
2.1.242 856 9/23/2024
2.1.241 3,804 9/23/2024
2.1.240 153 9/23/2024
2.1.239 1,355 9/23/2024
2.1.238 173 9/23/2024
2.1.237 7,425 9/22/2024
2.1.236 28,443 9/17/2024
2.1.235 290 9/17/2024
2.1.234 160 9/17/2024
2.1.233 253 9/17/2024
2.1.232 181 9/17/2024
2.1.231 4,244 9/17/2024
2.1.230 193 9/17/2024
2.1.229 50,295 9/11/2024
2.1.228 17,151 9/11/2024
2.1.227 23,651 9/9/2024
2.1.226 9,749 9/9/2024
2.1.225 5,972 9/9/2024
2.1.224 8,388 9/9/2024
2.1.223 9,026 9/9/2024
2.1.222 168 9/9/2024
2.1.221 192 9/9/2024
2.1.220 36,676 9/5/2024
2.1.219 7,266 9/5/2024
2.1.218 169 9/5/2024
2.1.217 178 9/5/2024
2.1.216 1,276 9/5/2024
2.1.215 186 9/5/2024
2.1.214 3,954 9/5/2024
2.1.213 20,951 9/4/2024
2.1.212 49,916 8/20/2024
2.1.211 5,733 8/20/2024
2.1.210 167 8/20/2024
2.1.209 167 8/20/2024
2.1.208 5,072 8/20/2024
2.1.207 171 8/20/2024
2.1.206 171 8/20/2024
2.1.205 73,185 7/24/2024
2.1.204 5,865 7/24/2024
2.1.203 136 7/24/2024
2.1.202 28,266 7/13/2024
2.1.201 177 7/13/2024
2.1.200 15,827 7/10/2024
2.1.199 4,708 7/10/2024
2.1.198 198 7/10/2024
2.1.196 4,362 7/9/2024
2.1.194 3,412 7/9/2024
2.1.193 19,656 7/9/2024
2.1.192 6,017 7/9/2024
2.1.191 707 7/9/2024
2.1.190 166 7/9/2024
2.1.189 9,288 7/9/2024
2.1.188 2,868 7/8/2024
2.1.187 156 7/8/2024
2.1.186 176 7/8/2024
2.1.185 148 7/8/2024
2.1.184 147 7/8/2024
2.1.183 5,501 7/8/2024
2.1.182 171 7/8/2024
2.1.181 161 7/8/2024
2.1.180 622 7/8/2024
2.1.179 25,005 7/7/2024
2.1.178 3,310 7/7/2024
2.1.177 22,235 7/3/2024
2.1.176 37,675 6/14/2024
2.1.174 43,469 5/27/2024
2.1.173 3,148 5/27/2024
2.1.172 142 5/27/2024
2.1.171 20,401 5/25/2024
2.1.170 7,542 5/25/2024
2.1.169 167 5/25/2024
2.1.168 161 5/25/2024
2.1.167 4,482 5/25/2024
2.1.166 168 5/25/2024
2.1.165 194 5/25/2024
2.1.164 173 5/25/2024
2.1.163 4,166 5/25/2024
2.1.162 157 5/25/2024
2.1.161 19,060 5/22/2024
2.1.160 4,835 5/22/2024
2.1.159 2,470 5/22/2024
2.1.158 163 5/22/2024
2.1.157 165 5/22/2024
2.1.156 170 5/22/2024
2.1.155 9,906 5/22/2024
2.1.154 16,454 5/16/2024
2.1.153 47,390 4/28/2024
2.1.152 154 4/28/2024
2.1.151 7,467 4/28/2024
2.1.150 149 4/28/2024
2.1.149 172 4/28/2024
2.1.148 732 4/28/2024
2.1.147 159 4/28/2024
2.1.146 171 4/28/2024
2.1.145 5,271 4/27/2024
2.1.144 199 4/27/2024
2.1.143 157 4/27/2024
2.1.142 38,202 4/12/2024
2.1.141 200 4/12/2024
2.1.140 4,888 4/12/2024
2.1.139 194 4/12/2024
2.1.138 169 4/12/2024
2.1.137 3,189 4/12/2024
2.1.136 187 4/12/2024
2.1.135 176 4/12/2024
2.1.134 162 4/12/2024
2.1.133 27,842 4/1/2024
2.1.132 18,697 3/25/2024
2.1.131 20,289 3/18/2024
2.1.130 250 3/18/2024
2.1.129 408 3/18/2024
2.1.128 19,006 3/13/2024
2.1.127 239 3/13/2024
2.1.126 226 3/13/2024
2.1.125 1,733 3/13/2024
2.1.124 221 3/13/2024
2.1.123 236 3/13/2024
2.1.122 38,095 3/8/2024
2.1.121 16,002 3/3/2024
2.1.120 13,424 3/2/2024
2.1.119 2,117 3/1/2024
2.1.117 12,215 2/28/2024
2.1.116 23,195 2/25/2024
2.1.115 273 2/25/2024
2.1.114 18,646 2/21/2024
2.1.113 4,768 2/21/2024
2.1.112 2,873 2/21/2024
2.1.111 1,942 2/21/2024
2.1.110 292 2/21/2024
2.1.109 6,076 2/21/2024
2.1.108 286 2/21/2024
2.1.107 303 2/21/2024
2.1.106 15,056 2/20/2024
2.1.105 1,693 2/20/2024
2.1.104 10,088 2/19/2024
2.1.103 10,315 2/16/2024
2.1.102 7,039 2/16/2024
2.1.101 291 2/16/2024
2.1.100 6,670 2/16/2024
2.1.99 40,467 2/9/2024
2.1.98 36,539 2/7/2024
2.1.97 4,651 2/6/2024
2.1.96 2,847 2/6/2024
2.1.95 514 2/6/2024
2.1.94 313 2/6/2024
2.1.93 13,561 2/4/2024
2.1.92 99,062 1/15/2024
2.1.91 5,411 1/15/2024
2.1.90 423 1/15/2024
2.1.89 3,180 1/15/2024
2.1.88 373 1/15/2024
2.1.87 37,601 1/7/2024
2.1.86 7,429 1/5/2024
2.1.85 4,521 1/5/2024
2.1.84 404 1/5/2024
2.1.83 424 1/5/2024
2.1.82 5,136 1/5/2024
2.1.81 12,844 1/1/2024
2.1.80 477 1/1/2024
2.1.79 8,438 12/28/2023
2.1.78 4,308 12/28/2023
2.1.77 4,194 12/27/2023
2.1.76 453 12/27/2023
2.1.75 453 12/27/2023
2.1.74 5,060 12/27/2023
2.1.73 428 12/27/2023
2.1.72 466 12/27/2023
2.1.71 15,833 12/25/2023
2.1.70 935 12/25/2023
2.1.69 463 12/25/2023
2.1.68 471 12/25/2023
2.1.67 4,803 12/25/2023
2.1.66 12,853 12/24/2023
2.1.65 7,765 12/23/2023
2.1.64 2,126 12/23/2023
2.1.63 441 12/23/2023
2.1.62 5,583 12/23/2023
2.1.61 476 12/23/2023
2.1.60 429 12/23/2023
2.1.59 1,880 12/23/2023
2.1.58 428 12/23/2023
2.1.57 13,827 12/19/2023
2.1.56 4,646 12/18/2023
2.1.55 12,941 12/10/2023
2.1.51 6,354 12/10/2023
2.1.50 11,144 12/9/2023
2.1.49 479 12/9/2023
2.1.48 561 12/9/2023
2.1.47 494 12/9/2023
2.1.46 499 12/9/2023
2.1.45 514 12/9/2023
2.1.44 7,536 12/9/2023
2.1.43 11,684 12/6/2023
2.1.42 9,386 12/4/2023
2.1.41 5,991 12/4/2023
2.1.40 520 12/4/2023
2.1.39 924 12/4/2023
2.1.38 559 12/4/2023
2.1.37 15,825 11/23/2023
2.1.36 465 11/23/2023
2.1.35 856 11/23/2023
2.1.34 489 11/23/2023
2.1.33 2,077 11/23/2023
2.1.32 3,253 11/23/2023
2.1.31 9,590 11/20/2023
2.1.30 3,897 11/20/2023
2.1.29 6,853 11/19/2023
2.1.28 1,213 11/19/2023
2.1.27 488 11/19/2023
2.1.26 497 11/19/2023
2.1.25 469 11/19/2023
2.1.24 2,376 11/19/2023
2.1.23 10,097 11/18/2023
2.1.22 520 11/18/2023
2.1.21 3,364 11/18/2023
2.1.20 2,285 11/18/2023
2.1.19 503 11/18/2023
2.1.18 5,861 11/17/2023
2.1.17 1,499 11/17/2023
2.1.16 508 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,919 11/17/2023
2.1.13 8,038 11/17/2023
2.1.12 2,148 11/17/2023
2.1.11 488 11/17/2023
2.1.10 529 11/17/2023
2.1.9 541 11/17/2023
2.1.8 3,737 11/17/2023
2.1.7 1,697 11/16/2023
2.1.6 455 11/16/2023
2.1.5 945 11/16/2023
2.1.4 479 11/16/2023
2.0.140 5,606 11/15/2023
2.0.139 510 11/15/2023
2.0.138 485 11/15/2023
2.0.137 498 11/15/2023
2.0.136 493 11/15/2023
2.0.3 482 11/16/2023
2.0.2 497 11/16/2023
2.0.1 445 11/16/2023
1.0.135 12,322 11/10/2023
1.0.134 517 11/10/2023
1.0.133 5,878 11/9/2023
1.0.132 472 11/9/2023
1.0.131 514 11/9/2023
1.0.130 2,138 11/8/2023
1.0.129 10,627 11/6/2023
1.0.128 490 11/6/2023
1.0.127 520 11/6/2023
1.0.126 518 11/6/2023
1.0.125 3,958 11/3/2023
1.0.124 7,144 11/2/2023
1.0.123 543 11/2/2023
1.0.122 521 11/2/2023
1.0.121 487 11/2/2023
1.0.120 3,824 11/1/2023
1.0.119 19,854 10/18/2023
1.0.118 562 10/18/2023
1.0.117 558 10/18/2023
1.0.116 522 10/18/2023
1.0.115 4,296 10/17/2023
1.0.114 5,011 10/16/2023
1.0.113 553 10/16/2023
1.0.112 545 10/16/2023
1.0.111 572 10/16/2023
1.0.110 7,453 10/13/2023
1.0.109 595 10/13/2023
1.0.108 13,973 9/19/2023
1.0.107 582 9/19/2023
1.0.106 595 9/19/2023
1.0.105 535 9/19/2023
1.0.104 6,696 9/18/2023
1.0.103 587 9/18/2023
1.0.102 16,365 8/30/2023
1.0.101 667 8/30/2023
1.0.100 614 8/30/2023
1.0.99 613 8/30/2023
1.0.98 622 8/30/2023
1.0.97 12,211 8/25/2023
1.0.96 5,583 8/24/2023
1.0.95 628 8/24/2023
1.0.94 10,809 8/18/2023
1.0.93 647 8/18/2023
1.0.92 5,019 8/17/2023
1.0.91 612 8/17/2023
1.0.90 636 8/17/2023
1.0.89 18,535 8/8/2023
1.0.88 683 8/8/2023
1.0.87 6,046 8/7/2023
1.0.86 694 8/7/2023
1.0.85 677 8/7/2023
1.0.84 22,487 7/10/2023
1.0.83 739 7/10/2023
1.0.82 752 7/10/2023
1.0.81 764 7/10/2023
1.0.80 5,127 7/7/2023
1.0.79 715 7/7/2023
1.0.78 16,730 6/29/2023
1.0.77 4,668 6/28/2023
1.0.76 738 6/28/2023
1.0.75 761 6/28/2023
1.0.74 48,142 6/7/2023
1.0.73 6,189 6/7/2023
1.0.72 772 6/7/2023
1.0.71 772 6/7/2023
1.0.70 7,514 6/6/2023
1.0.69 755 6/6/2023
1.0.68 2,918 6/5/2023
1.0.67 762 6/5/2023
1.0.66 7,342 6/2/2023
1.0.65 785 6/2/2023
1.0.64 772 6/2/2023
1.0.63 28,902 5/30/2023
1.0.62 765 5/30/2023
1.0.61 8,412 5/29/2023
1.0.60 765 5/29/2023
1.0.59 6,704 5/26/2023
1.0.58 12,487 5/25/2023
1.0.57 763 5/25/2023
1.0.56 6,456 5/24/2023
1.0.55 793 5/24/2023
1.0.54 785 5/24/2023
1.0.53 764 5/24/2023
1.0.52 869 5/24/2023
1.0.51 4,318 5/23/2023
1.0.50 767 5/23/2023
1.0.49 775 5/23/2023
1.0.46 13,586 5/22/2023
1.0.45 11,105 5/18/2023
1.0.44 6,660 5/17/2023
1.0.43 757 5/17/2023
1.0.42 742 5/17/2023
1.0.41 733 5/17/2023
1.0.40 17,534 4/24/2023
1.0.39 2,476 4/24/2023
1.0.38 819 4/24/2023
1.0.37 4,143 4/21/2023
1.0.36 765 4/21/2023
1.0.35 782 4/21/2023
1.0.34 4,592 4/20/2023
1.0.33 960 4/20/2023
1.0.32 901 4/20/2023
1.0.31 4,240 4/19/2023
1.0.30 1,985 4/18/2023
1.0.29 802 4/18/2023
1.0.28 1,948 4/18/2023
1.0.27 3,436 4/17/2023
1.0.26 880 4/16/2023
1.0.25 823 4/16/2023
1.0.24 3,587 4/14/2023
1.0.23 2,630 4/13/2023
1.0.22 2,527 4/12/2023
1.0.21 809 4/12/2023
1.0.20 802 4/12/2023
1.0.19 1,824 4/11/2023
1.0.18 870 4/11/2023
1.0.17 2,677 4/11/2023
1.0.16 3,057 4/7/2023
1.0.15 3,904 4/3/2023
1.0.14 845 4/3/2023
1.0.13 838 4/3/2023
1.0.12 794 4/3/2023
1.0.11 2,124 4/1/2023
1.0.10 1,230 3/30/2023
1.0.9 974 3/26/2023
1.0.7 4,065 2/27/2023
1.0.6 889 2/26/2023
1.0.5 858 2/22/2023
1.0.4 1,055 2/22/2023
1.0.3 892 2/22/2023
1.0.2 1,432 2/12/2023
1.0.1 1,089 2/12/2023