Soenneker.Extensions.String 3.0.544

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

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 7,989 9/16/2025
3.0.556 20,761 9/9/2025
3.0.555 20,786 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,023 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,131 7/29/2025
3.0.539 22,426 7/8/2025
3.0.538 38,485 6/28/2025
3.0.537 4,293 6/27/2025
3.0.536 79 6/27/2025
3.0.535 6,215 6/27/2025
3.0.534 95 6/27/2025
3.0.533 316 6/27/2025
3.0.532 20,190 6/24/2025
3.0.531 16,630 6/11/2025
3.0.530 10,911 6/10/2025
3.0.529 20,419 6/2/2025
3.0.528 11,698 5/27/2025
3.0.527 2,199 5/27/2025
3.0.526 159 5/27/2025
3.0.525 3,107 5/27/2025
3.0.524 167 5/27/2025
3.0.523 171 5/27/2025
3.0.522 4,110 5/27/2025
3.0.521 18,739 5/25/2025
3.0.520 11,051 5/23/2025
3.0.519 3,817 5/23/2025
3.0.518 159 5/23/2025
3.0.517 156 5/23/2025
3.0.516 2,443 5/22/2025
3.0.515 168 5/22/2025
3.0.514 4,172 5/22/2025
3.0.513 29,671 5/14/2025
3.0.512 17,794 5/8/2025
3.0.511 4,259 5/8/2025
3.0.510 180 5/8/2025
3.0.509 924 5/8/2025
3.0.508 273 5/7/2025
3.0.507 177 5/7/2025
3.0.506 3,650 5/7/2025
3.0.505 20,340 5/5/2025
3.0.504 3,046 5/5/2025
3.0.503 255 5/5/2025
3.0.502 171 5/5/2025
3.0.501 5,114 5/5/2025
3.0.500 1,142 5/5/2025
3.0.499 185 5/5/2025
3.0.498 256 5/5/2025
3.0.497 173 5/5/2025
3.0.496 340 5/5/2025
3.0.495 8,414 5/5/2025
3.0.494 172 5/5/2025
3.0.493 27,331 4/27/2025
3.0.492 127 4/27/2025
3.0.491 5,520 4/26/2025
3.0.490 12,049 4/8/2025
3.0.489 2,408 4/8/2025
3.0.488 188 4/8/2025
3.0.487 192 4/8/2025
3.0.486 3,093 4/8/2025
3.0.485 277 4/8/2025
3.0.484 1,149 4/8/2025
3.0.483 2,736 4/8/2025
3.0.482 28,241 4/8/2025
3.0.481 516 4/8/2025
3.0.480 56,380 4/6/2025
3.0.479 8,579 4/6/2025
3.0.478 3,023 4/6/2025
3.0.477 3,462 4/6/2025
3.0.476 2,726 4/6/2025
3.0.475 174 4/6/2025
3.0.474 180 4/6/2025
3.0.473 8,704 4/6/2025
3.0.472 163 4/6/2025
3.0.471 169 4/6/2025
3.0.470 3,568 4/5/2025
3.0.469 139 4/5/2025
3.0.468 34,694 4/4/2025
3.0.467 129 4/4/2025
3.0.466 222 4/4/2025
3.0.465 9,288 4/4/2025
3.0.464 149,600 3/11/2025
3.0.463 12,029 3/11/2025
3.0.462 195 3/11/2025
3.0.461 8,714 3/11/2025
3.0.460 200 3/11/2025
3.0.459 55,479 3/1/2025
3.0.458 6,600 3/1/2025
3.0.457 131 3/1/2025
3.0.456 4,366 3/1/2025
3.0.455 136 3/1/2025
3.0.454 135 3/1/2025
3.0.453 2,248 3/1/2025
3.0.452 138 3/1/2025
3.0.451 133 3/1/2025
3.0.450 149 3/1/2025
3.0.449 138 3/1/2025
3.0.448 38,618 2/24/2025
3.0.447 1,752 2/24/2025
3.0.446 36,572 2/21/2025
3.0.445 27,796 2/18/2025
3.0.444 1,634 2/18/2025
3.0.443 149 2/18/2025
3.0.442 144 2/18/2025
3.0.441 29,061 2/13/2025
3.0.440 21,505 2/11/2025
3.0.439 4,168 2/11/2025
3.0.438 7,199 2/11/2025
3.0.437 5,591 2/11/2025
3.0.436 3,429 2/10/2025
3.0.435 167 2/10/2025
3.0.434 2,994 2/10/2025
3.0.433 12,564 2/10/2025
3.0.432 5,965 2/10/2025
3.0.431 337 2/10/2025
3.0.430 141 2/10/2025
3.0.429 18,136 2/10/2025
3.0.428 149 2/10/2025
3.0.427 27,600 2/8/2025
3.0.426 2,464 2/7/2025
3.0.425 139 2/7/2025
3.0.424 9,013 2/7/2025
3.0.423 3,212 2/7/2025
3.0.422 2,443 2/7/2025
3.0.421 144 2/7/2025
3.0.420 142 2/7/2025
3.0.419 2,507 2/7/2025
3.0.418 156 2/7/2025
3.0.417 136 2/7/2025
3.0.416 145 2/7/2025
3.0.415 5,341 2/7/2025
3.0.414 168 2/7/2025
3.0.413 141 2/7/2025
3.0.412 64,743 1/27/2025
3.0.411 2,973 1/27/2025
3.0.410 183 1/27/2025
3.0.409 6,407 1/27/2025
3.0.408 1,452 1/27/2025
3.0.407 141 1/27/2025
3.0.406 133 1/27/2025
3.0.405 24,555 1/25/2025
3.0.404 20,819 1/24/2025
3.0.403 19,327 1/24/2025
3.0.402 526 1/24/2025
3.0.401 6,633 1/23/2025
3.0.400 144 1/23/2025
3.0.398 7,100 1/23/2025
3.0.397 22,317 1/21/2025
3.0.396 146 1/21/2025
3.0.395 199 1/21/2025
3.0.394 19,225 1/20/2025
3.0.393 4,598 1/20/2025
3.0.392 1,852 1/20/2025
3.0.391 145 1/20/2025
3.0.390 10,604 1/20/2025
3.0.389 135 1/20/2025
3.0.388 4,096 1/20/2025
3.0.387 151 1/20/2025
3.0.386 135 1/20/2025
3.0.385 8,862 1/20/2025
3.0.384 139 1/20/2025
3.0.383 139 1/20/2025
3.0.382 131 1/20/2025
3.0.381 27,764 1/19/2025
3.0.380 351 1/19/2025
3.0.379 120 1/19/2025
3.0.378 16,103 1/18/2025
3.0.377 15,150 1/16/2025
3.0.376 17,207 1/16/2025
3.0.375 14,382 1/16/2025
3.0.374 12,865 1/15/2025
3.0.373 5,053 1/15/2025
3.0.372 3,783 1/15/2025
3.0.371 7,111 1/15/2025
3.0.370 5,729 1/15/2025
3.0.369 3,098 1/14/2025
3.0.368 1,250 1/14/2025
3.0.367 724 1/14/2025
3.0.366 275 1/14/2025
3.0.365 128 1/14/2025
3.0.364 3,634 1/14/2025
3.0.363 2,213 1/14/2025
3.0.362 133 1/14/2025
3.0.361 5,264 1/14/2025
3.0.360 22,981 1/12/2025
3.0.359 16,014 1/10/2025
3.0.358 4,605 1/10/2025
3.0.357 151 1/10/2025
3.0.356 142 1/10/2025
3.0.355 3,962 1/10/2025
3.0.354 153 1/10/2025
3.0.353 172 1/10/2025
3.0.352 141 1/10/2025
3.0.351 25,694 1/2/2025
3.0.350 200 1/2/2025
3.0.349 150 1/2/2025
3.0.348 6,639 1/2/2025
3.0.347 164 1/2/2025
3.0.346 173 1/2/2025
3.0.345 1,672 1/2/2025
3.0.344 17,101 1/1/2025
3.0.343 177 1/1/2025
3.0.342 182 1/1/2025
3.0.341 611 12/31/2024
3.0.340 159 12/31/2024
3.0.339 165 12/31/2024
3.0.338 2,173 12/31/2024
3.0.337 180 12/31/2024
3.0.336 163 12/31/2024
3.0.335 189 12/31/2024
3.0.334 8,188 12/31/2024
3.0.333 22,123 12/31/2024
3.0.332 140 12/31/2024
3.0.331 171 12/31/2024
3.0.330 9,838 12/31/2024
3.0.329 167 12/31/2024
3.0.328 148 12/31/2024
3.0.327 4,347 12/31/2024
3.0.326 40,314 12/24/2024
3.0.325 143 12/24/2024
3.0.324 148 12/24/2024
3.0.323 6,847 12/24/2024
3.0.322 161 12/24/2024
3.0.321 157 12/24/2024
3.0.320 1,655 12/24/2024
3.0.319 40,553 12/22/2024
3.0.318 520 12/22/2024
3.0.317 159 12/22/2024
3.0.316 6,760 12/21/2024
3.0.315 140 12/21/2024
3.0.314 1,081 12/21/2024
3.0.313 9,817 12/21/2024
3.0.312 146 12/21/2024
3.0.311 3,441 12/21/2024
3.0.310 5,111 12/21/2024
3.0.309 168 12/21/2024
3.0.308 7,272 12/21/2024
3.0.307 158 12/21/2024
3.0.306 660 12/21/2024
3.0.305 5,153 12/21/2024
3.0.304 149 12/21/2024
3.0.303 7,333 12/20/2024
3.0.302 3,854 12/20/2024
3.0.301 157 12/20/2024
3.0.300 14,671 12/19/2024
3.0.299 1,520 12/19/2024
3.0.298 704 12/18/2024
3.0.297 147 12/18/2024
3.0.296 286 12/18/2024
3.0.295 25,191 12/17/2024
3.0.294 3,932 12/17/2024
3.0.293 183 12/17/2024
3.0.292 420 12/16/2024
3.0.291 158 12/16/2024
3.0.290 145 12/16/2024
3.0.289 156 12/16/2024
3.0.288 56,455 12/5/2024
3.0.287 24,322 12/4/2024
3.0.286 8,615 12/4/2024
3.0.285 5,706 12/4/2024
3.0.284 3,427 12/4/2024
3.0.283 7,090 12/4/2024
3.0.282 242 12/4/2024
3.0.281 14,290 12/3/2024
3.0.280 174 12/3/2024
3.0.279 6,848 12/3/2024
3.0.278 4,156 12/2/2024
3.0.277 157 12/2/2024
3.0.276 6,182 12/2/2024
3.0.275 14,566 12/1/2024
3.0.274 5,944 12/1/2024
3.0.273 177 12/1/2024
3.0.272 175 12/1/2024
3.0.271 41,000 11/19/2024
3.0.270 175 11/19/2024
3.0.269 5,452 11/19/2024
3.0.268 182 11/19/2024
3.0.267 160 11/19/2024
3.0.266 14,372 11/19/2024
3.0.265 3,813 11/19/2024
3.0.264 28,287 11/14/2024
3.0.263 179 11/14/2024
3.0.262 3,035 11/14/2024
3.0.261 165 11/14/2024
3.0.260 161 11/14/2024
3.0.259 1,861 11/13/2024
3.0.258 181 11/13/2024
2.1.257 53,047 11/8/2024
2.1.256 14,380 11/8/2024
2.1.255 144 11/8/2024
2.1.254 137 11/8/2024
2.1.253 48,408 10/28/2024
2.1.252 114,644 10/1/2024
2.1.251 16,968 9/30/2024
2.1.250 30,245 9/27/2024
2.1.249 154 9/27/2024
2.1.248 145 9/27/2024
2.1.247 2,869 9/27/2024
2.1.246 138 9/27/2024
2.1.245 138 9/27/2024
2.1.244 141 9/27/2024
2.1.243 54,954 9/23/2024
2.1.242 852 9/23/2024
2.1.241 3,802 9/23/2024
2.1.240 150 9/23/2024
2.1.239 1,351 9/23/2024
2.1.238 171 9/23/2024
2.1.237 7,422 9/22/2024
2.1.236 28,440 9/17/2024
2.1.235 286 9/17/2024
2.1.234 158 9/17/2024
2.1.233 251 9/17/2024
2.1.232 179 9/17/2024
2.1.231 4,241 9/17/2024
2.1.230 191 9/17/2024
2.1.229 50,290 9/11/2024
2.1.228 17,147 9/11/2024
2.1.227 23,649 9/9/2024
2.1.226 9,746 9/9/2024
2.1.225 5,969 9/9/2024
2.1.224 8,386 9/9/2024
2.1.223 9,024 9/9/2024
2.1.222 164 9/9/2024
2.1.221 187 9/9/2024
2.1.220 36,674 9/5/2024
2.1.219 7,263 9/5/2024
2.1.218 166 9/5/2024
2.1.217 175 9/5/2024
2.1.216 1,273 9/5/2024
2.1.215 182 9/5/2024
2.1.214 3,950 9/5/2024
2.1.213 20,948 9/4/2024
2.1.212 49,913 8/20/2024
2.1.211 5,728 8/20/2024
2.1.210 163 8/20/2024
2.1.209 165 8/20/2024
2.1.208 5,069 8/20/2024
2.1.207 167 8/20/2024
2.1.206 168 8/20/2024
2.1.205 73,182 7/24/2024
2.1.204 5,862 7/24/2024
2.1.203 134 7/24/2024
2.1.202 28,258 7/13/2024
2.1.201 174 7/13/2024
2.1.200 15,824 7/10/2024
2.1.199 4,704 7/10/2024
2.1.198 196 7/10/2024
2.1.196 4,359 7/9/2024
2.1.194 3,409 7/9/2024
2.1.193 19,652 7/9/2024
2.1.192 6,013 7/9/2024
2.1.191 704 7/9/2024
2.1.190 162 7/9/2024
2.1.189 9,282 7/9/2024
2.1.188 2,864 7/8/2024
2.1.187 154 7/8/2024
2.1.186 174 7/8/2024
2.1.185 145 7/8/2024
2.1.184 144 7/8/2024
2.1.183 5,497 7/8/2024
2.1.182 167 7/8/2024
2.1.181 158 7/8/2024
2.1.180 618 7/8/2024
2.1.179 25,000 7/7/2024
2.1.178 3,307 7/7/2024
2.1.177 22,232 7/3/2024
2.1.176 37,669 6/14/2024
2.1.174 43,464 5/27/2024
2.1.173 3,145 5/27/2024
2.1.172 140 5/27/2024
2.1.171 20,398 5/25/2024
2.1.170 7,539 5/25/2024
2.1.169 164 5/25/2024
2.1.168 158 5/25/2024
2.1.167 4,478 5/25/2024
2.1.166 164 5/25/2024
2.1.165 189 5/25/2024
2.1.164 171 5/25/2024
2.1.163 4,162 5/25/2024
2.1.162 153 5/25/2024
2.1.161 19,056 5/22/2024
2.1.160 4,831 5/22/2024
2.1.159 2,467 5/22/2024
2.1.158 158 5/22/2024
2.1.157 162 5/22/2024
2.1.156 168 5/22/2024
2.1.155 9,903 5/22/2024
2.1.154 16,449 5/16/2024
2.1.153 47,388 4/28/2024
2.1.152 151 4/28/2024
2.1.151 7,462 4/28/2024
2.1.150 147 4/28/2024
2.1.149 167 4/28/2024
2.1.148 728 4/28/2024
2.1.147 156 4/28/2024
2.1.146 169 4/28/2024
2.1.145 5,267 4/27/2024
2.1.144 194 4/27/2024
2.1.143 154 4/27/2024
2.1.142 38,197 4/12/2024
2.1.141 198 4/12/2024
2.1.140 4,886 4/12/2024
2.1.139 192 4/12/2024
2.1.138 166 4/12/2024
2.1.137 3,187 4/12/2024
2.1.136 184 4/12/2024
2.1.135 172 4/12/2024
2.1.134 160 4/12/2024
2.1.133 27,822 4/1/2024
2.1.132 18,692 3/25/2024
2.1.131 20,284 3/18/2024
2.1.130 248 3/18/2024
2.1.129 406 3/18/2024
2.1.128 19,003 3/13/2024
2.1.127 236 3/13/2024
2.1.126 224 3/13/2024
2.1.125 1,731 3/13/2024
2.1.124 218 3/13/2024
2.1.123 232 3/13/2024
2.1.122 38,092 3/8/2024
2.1.121 15,998 3/3/2024
2.1.120 13,420 3/2/2024
2.1.119 2,114 3/1/2024
2.1.117 12,212 2/28/2024
2.1.116 23,192 2/25/2024
2.1.115 270 2/25/2024
2.1.114 18,643 2/21/2024
2.1.113 4,762 2/21/2024
2.1.112 2,869 2/21/2024
2.1.111 1,939 2/21/2024
2.1.110 289 2/21/2024
2.1.109 6,074 2/21/2024
2.1.108 284 2/21/2024
2.1.107 299 2/21/2024
2.1.106 15,053 2/20/2024
2.1.105 1,691 2/20/2024
2.1.104 10,086 2/19/2024
2.1.103 10,313 2/16/2024
2.1.102 7,035 2/16/2024
2.1.101 287 2/16/2024
2.1.100 6,667 2/16/2024
2.1.99 40,464 2/9/2024
2.1.98 36,536 2/7/2024
2.1.97 4,648 2/6/2024
2.1.96 2,844 2/6/2024
2.1.95 510 2/6/2024
2.1.94 310 2/6/2024
2.1.93 13,556 2/4/2024
2.1.92 99,060 1/15/2024
2.1.91 5,409 1/15/2024
2.1.90 419 1/15/2024
2.1.89 3,178 1/15/2024
2.1.88 369 1/15/2024
2.1.87 37,597 1/7/2024
2.1.86 7,426 1/5/2024
2.1.85 4,517 1/5/2024
2.1.84 401 1/5/2024
2.1.83 421 1/5/2024
2.1.82 5,132 1/5/2024
2.1.81 12,842 1/1/2024
2.1.80 474 1/1/2024
2.1.79 8,435 12/28/2023
2.1.78 4,304 12/28/2023
2.1.77 4,190 12/27/2023
2.1.76 448 12/27/2023
2.1.75 450 12/27/2023
2.1.74 5,056 12/27/2023
2.1.73 426 12/27/2023
2.1.72 464 12/27/2023
2.1.71 15,830 12/25/2023
2.1.70 933 12/25/2023
2.1.69 460 12/25/2023
2.1.68 468 12/25/2023
2.1.67 4,800 12/25/2023
2.1.66 12,850 12/24/2023
2.1.65 7,762 12/23/2023
2.1.64 2,121 12/23/2023
2.1.63 436 12/23/2023
2.1.62 5,580 12/23/2023
2.1.61 473 12/23/2023
2.1.60 427 12/23/2023
2.1.59 1,878 12/23/2023
2.1.58 426 12/23/2023
2.1.57 13,823 12/19/2023
2.1.56 4,642 12/18/2023
2.1.55 12,939 12/10/2023
2.1.51 6,351 12/10/2023
2.1.50 11,141 12/9/2023
2.1.49 476 12/9/2023
2.1.48 559 12/9/2023
2.1.47 490 12/9/2023
2.1.46 495 12/9/2023
2.1.45 512 12/9/2023
2.1.44 7,534 12/9/2023
2.1.43 11,681 12/6/2023
2.1.42 9,383 12/4/2023
2.1.41 5,989 12/4/2023
2.1.40 518 12/4/2023
2.1.39 923 12/4/2023
2.1.38 558 12/4/2023
2.1.37 15,824 11/23/2023
2.1.36 464 11/23/2023
2.1.35 856 11/23/2023
2.1.34 488 11/23/2023
2.1.33 2,077 11/23/2023
2.1.32 3,251 11/23/2023
2.1.31 9,589 11/20/2023
2.1.30 3,896 11/20/2023
2.1.29 6,853 11/19/2023
2.1.28 1,212 11/19/2023
2.1.27 487 11/19/2023
2.1.26 495 11/19/2023
2.1.25 469 11/19/2023
2.1.24 2,376 11/19/2023
2.1.23 10,095 11/18/2023
2.1.22 518 11/18/2023
2.1.21 3,361 11/18/2023
2.1.20 2,284 11/18/2023
2.1.19 502 11/18/2023
2.1.18 5,861 11/17/2023
2.1.17 1,497 11/17/2023
2.1.16 506 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,918 11/17/2023
2.1.13 8,036 11/17/2023
2.1.12 2,146 11/17/2023
2.1.11 487 11/17/2023
2.1.10 529 11/17/2023
2.1.9 539 11/17/2023
2.1.8 3,736 11/17/2023
2.1.7 1,695 11/16/2023
2.1.6 455 11/16/2023
2.1.5 945 11/16/2023
2.1.4 478 11/16/2023
2.0.140 5,604 11/15/2023
2.0.139 509 11/15/2023
2.0.138 485 11/15/2023
2.0.137 497 11/15/2023
2.0.136 491 11/15/2023
2.0.3 481 11/16/2023
2.0.2 496 11/16/2023
2.0.1 444 11/16/2023
1.0.135 12,322 11/10/2023
1.0.134 517 11/10/2023
1.0.133 5,876 11/9/2023
1.0.132 471 11/9/2023
1.0.131 513 11/9/2023
1.0.130 2,134 11/8/2023
1.0.129 10,627 11/6/2023
1.0.128 489 11/6/2023
1.0.127 518 11/6/2023
1.0.126 516 11/6/2023
1.0.125 3,958 11/3/2023
1.0.124 7,142 11/2/2023
1.0.123 541 11/2/2023
1.0.122 519 11/2/2023
1.0.121 485 11/2/2023
1.0.120 3,823 11/1/2023
1.0.119 19,851 10/18/2023
1.0.118 561 10/18/2023
1.0.117 557 10/18/2023
1.0.116 522 10/18/2023
1.0.115 4,296 10/17/2023
1.0.114 5,010 10/16/2023
1.0.113 550 10/16/2023
1.0.112 541 10/16/2023
1.0.111 569 10/16/2023
1.0.110 7,453 10/13/2023
1.0.109 592 10/13/2023
1.0.108 13,971 9/19/2023
1.0.107 582 9/19/2023
1.0.106 594 9/19/2023
1.0.105 535 9/19/2023
1.0.104 6,694 9/18/2023
1.0.103 586 9/18/2023
1.0.102 16,363 8/30/2023
1.0.101 666 8/30/2023
1.0.100 611 8/30/2023
1.0.99 610 8/30/2023
1.0.98 621 8/30/2023
1.0.97 12,210 8/25/2023
1.0.96 5,581 8/24/2023
1.0.95 626 8/24/2023
1.0.94 10,808 8/18/2023
1.0.93 645 8/18/2023
1.0.92 5,018 8/17/2023
1.0.91 611 8/17/2023
1.0.90 634 8/17/2023
1.0.89 18,531 8/8/2023
1.0.88 680 8/8/2023
1.0.87 6,043 8/7/2023
1.0.86 691 8/7/2023
1.0.85 675 8/7/2023
1.0.84 22,486 7/10/2023
1.0.83 735 7/10/2023
1.0.82 748 7/10/2023
1.0.81 763 7/10/2023
1.0.80 5,124 7/7/2023
1.0.79 710 7/7/2023
1.0.78 16,727 6/29/2023
1.0.77 4,664 6/28/2023
1.0.76 735 6/28/2023
1.0.75 758 6/28/2023
1.0.74 48,138 6/7/2023
1.0.73 6,186 6/7/2023
1.0.72 770 6/7/2023
1.0.71 769 6/7/2023
1.0.70 7,512 6/6/2023
1.0.69 751 6/6/2023
1.0.68 2,915 6/5/2023
1.0.67 759 6/5/2023
1.0.66 7,338 6/2/2023
1.0.65 782 6/2/2023
1.0.64 768 6/2/2023
1.0.63 28,898 5/30/2023
1.0.62 762 5/30/2023
1.0.61 8,410 5/29/2023
1.0.60 762 5/29/2023
1.0.59 6,701 5/26/2023
1.0.58 12,485 5/25/2023
1.0.57 761 5/25/2023
1.0.56 6,452 5/24/2023
1.0.55 789 5/24/2023
1.0.54 780 5/24/2023
1.0.53 760 5/24/2023
1.0.52 866 5/24/2023
1.0.51 4,316 5/23/2023
1.0.50 765 5/23/2023
1.0.49 771 5/23/2023
1.0.46 13,583 5/22/2023
1.0.45 11,103 5/18/2023
1.0.44 6,657 5/17/2023
1.0.43 753 5/17/2023
1.0.42 739 5/17/2023
1.0.41 731 5/17/2023
1.0.40 17,531 4/24/2023
1.0.39 2,472 4/24/2023
1.0.38 815 4/24/2023
1.0.37 4,141 4/21/2023
1.0.36 762 4/21/2023
1.0.35 779 4/21/2023
1.0.34 4,589 4/20/2023
1.0.33 957 4/20/2023
1.0.32 896 4/20/2023
1.0.31 4,237 4/19/2023
1.0.30 1,982 4/18/2023
1.0.29 800 4/18/2023
1.0.28 1,946 4/18/2023
1.0.27 3,433 4/17/2023
1.0.26 878 4/16/2023
1.0.25 820 4/16/2023
1.0.24 3,583 4/14/2023
1.0.23 2,625 4/13/2023
1.0.22 2,525 4/12/2023
1.0.21 805 4/12/2023
1.0.20 798 4/12/2023
1.0.19 1,822 4/11/2023
1.0.18 867 4/11/2023
1.0.17 2,675 4/11/2023
1.0.16 3,054 4/7/2023
1.0.15 3,899 4/3/2023
1.0.14 843 4/3/2023
1.0.13 832 4/3/2023
1.0.12 792 4/3/2023
1.0.11 2,119 4/1/2023
1.0.10 1,228 3/30/2023
1.0.9 971 3/26/2023
1.0.7 4,062 2/27/2023
1.0.6 884 2/26/2023
1.0.5 856 2/22/2023
1.0.4 1,053 2/22/2023
1.0.3 889 2/22/2023
1.0.2 1,430 2/12/2023
1.0.1 1,085 2/12/2023