Soenneker.Extensions.String 3.0.542

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.542
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.542
                    
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.542" />
                    
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.542" />
                    
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.542
                    
#r "nuget: Soenneker.Extensions.String, 3.0.542"
                    
#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.542
                    
#: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.542
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.542
                    
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 14,274 9/16/2025
3.0.556 22,299 9/9/2025
3.0.555 21,733 9/3/2025
3.0.554 7,917 9/3/2025
3.0.553 150 9/3/2025
3.0.552 476 9/3/2025
3.0.551 156 9/3/2025
3.0.550 1,150 9/3/2025
3.0.549 29,247 8/16/2025
3.0.548 20,765 8/11/2025
3.0.547 1,539 8/11/2025
3.0.546 143 8/11/2025
3.0.545 2,515 8/11/2025
3.0.544 143 8/11/2025
3.0.543 205 8/11/2025
3.0.542 22,992 8/10/2025
3.0.541 15,626 8/5/2025
3.0.540 9,868 7/29/2025
3.0.539 24,695 7/8/2025
3.0.538 39,920 6/28/2025
3.0.537 4,447 6/27/2025
3.0.536 91 6/27/2025
3.0.535 6,431 6/27/2025
3.0.534 107 6/27/2025
3.0.533 341 6/27/2025
3.0.532 20,992 6/24/2025
3.0.531 17,276 6/11/2025
3.0.530 11,323 6/10/2025
3.0.529 21,095 6/2/2025
3.0.528 12,130 5/27/2025
3.0.527 2,300 5/27/2025
3.0.526 173 5/27/2025
3.0.525 3,234 5/27/2025
3.0.524 181 5/27/2025
3.0.523 176 5/27/2025
3.0.522 4,262 5/27/2025
3.0.521 19,491 5/25/2025
3.0.520 11,499 5/23/2025
3.0.519 3,965 5/23/2025
3.0.518 173 5/23/2025
3.0.517 169 5/23/2025
3.0.516 2,487 5/22/2025
3.0.515 183 5/22/2025
3.0.514 4,324 5/22/2025
3.0.513 30,728 5/14/2025
3.0.512 18,462 5/8/2025
3.0.511 4,416 5/8/2025
3.0.510 195 5/8/2025
3.0.509 950 5/8/2025
3.0.508 291 5/7/2025
3.0.507 179 5/7/2025
3.0.506 3,767 5/7/2025
3.0.505 21,047 5/5/2025
3.0.504 3,179 5/5/2025
3.0.503 272 5/5/2025
3.0.502 186 5/5/2025
3.0.501 5,289 5/5/2025
3.0.500 1,165 5/5/2025
3.0.499 200 5/5/2025
3.0.498 269 5/5/2025
3.0.497 186 5/5/2025
3.0.496 353 5/5/2025
3.0.495 8,785 5/5/2025
3.0.494 186 5/5/2025
3.0.493 28,293 4/27/2025
3.0.492 142 4/27/2025
3.0.491 5,773 4/26/2025
3.0.490 12,463 4/8/2025
3.0.489 2,536 4/8/2025
3.0.488 204 4/8/2025
3.0.487 207 4/8/2025
3.0.486 3,284 4/8/2025
3.0.485 297 4/8/2025
3.0.484 1,194 4/8/2025
3.0.483 2,813 4/8/2025
3.0.482 29,563 4/8/2025
3.0.481 546 4/8/2025
3.0.480 58,647 4/6/2025
3.0.479 8,834 4/6/2025
3.0.478 3,163 4/6/2025
3.0.477 3,635 4/6/2025
3.0.476 2,851 4/6/2025
3.0.475 187 4/6/2025
3.0.474 192 4/6/2025
3.0.473 8,915 4/6/2025
3.0.472 175 4/6/2025
3.0.471 181 4/6/2025
3.0.470 3,696 4/5/2025
3.0.469 151 4/5/2025
3.0.468 35,835 4/4/2025
3.0.467 143 4/4/2025
3.0.466 235 4/4/2025
3.0.465 9,537 4/4/2025
3.0.464 157,119 3/11/2025
3.0.463 12,469 3/11/2025
3.0.462 208 3/11/2025
3.0.461 9,126 3/11/2025
3.0.460 212 3/11/2025
3.0.459 58,452 3/1/2025
3.0.458 6,903 3/1/2025
3.0.457 145 3/1/2025
3.0.456 4,618 3/1/2025
3.0.455 149 3/1/2025
3.0.454 151 3/1/2025
3.0.453 2,345 3/1/2025
3.0.452 152 3/1/2025
3.0.451 147 3/1/2025
3.0.450 165 3/1/2025
3.0.449 141 3/1/2025
3.0.448 40,404 2/24/2025
3.0.447 1,768 2/24/2025
3.0.446 38,437 2/21/2025
3.0.445 29,035 2/18/2025
3.0.444 1,702 2/18/2025
3.0.443 170 2/18/2025
3.0.442 157 2/18/2025
3.0.441 30,470 2/13/2025
3.0.440 22,676 2/11/2025
3.0.439 4,350 2/11/2025
3.0.438 7,625 2/11/2025
3.0.437 5,878 2/11/2025
3.0.436 3,642 2/10/2025
3.0.435 181 2/10/2025
3.0.434 3,073 2/10/2025
3.0.433 12,819 2/10/2025
3.0.432 6,376 2/10/2025
3.0.431 351 2/10/2025
3.0.430 155 2/10/2025
3.0.429 18,622 2/10/2025
3.0.428 162 2/10/2025
3.0.427 28,942 2/8/2025
3.0.426 2,595 2/7/2025
3.0.425 151 2/7/2025
3.0.424 9,338 2/7/2025
3.0.423 3,340 2/7/2025
3.0.422 2,478 2/7/2025
3.0.421 157 2/7/2025
3.0.420 154 2/7/2025
3.0.419 2,624 2/7/2025
3.0.418 170 2/7/2025
3.0.417 149 2/7/2025
3.0.416 158 2/7/2025
3.0.415 5,517 2/7/2025
3.0.414 181 2/7/2025
3.0.413 155 2/7/2025
3.0.412 68,171 1/27/2025
3.0.411 3,104 1/27/2025
3.0.410 199 1/27/2025
3.0.409 6,641 1/27/2025
3.0.408 1,489 1/27/2025
3.0.407 154 1/27/2025
3.0.406 147 1/27/2025
3.0.405 25,913 1/25/2025
3.0.404 21,882 1/24/2025
3.0.403 20,500 1/24/2025
3.0.402 542 1/24/2025
3.0.401 6,806 1/23/2025
3.0.400 156 1/23/2025
3.0.398 7,570 1/23/2025
3.0.397 23,562 1/21/2025
3.0.396 160 1/21/2025
3.0.395 201 1/21/2025
3.0.394 20,335 1/20/2025
3.0.393 4,814 1/20/2025
3.0.392 2,015 1/20/2025
3.0.391 159 1/20/2025
3.0.390 11,164 1/20/2025
3.0.389 149 1/20/2025
3.0.388 4,429 1/20/2025
3.0.387 165 1/20/2025
3.0.386 148 1/20/2025
3.0.385 9,228 1/20/2025
3.0.384 153 1/20/2025
3.0.383 151 1/20/2025
3.0.382 145 1/20/2025
3.0.381 29,469 1/19/2025
3.0.380 376 1/19/2025
3.0.379 131 1/19/2025
3.0.378 16,928 1/18/2025
3.0.377 16,065 1/16/2025
3.0.376 18,585 1/16/2025
3.0.375 15,129 1/16/2025
3.0.374 13,589 1/15/2025
3.0.373 5,231 1/15/2025
3.0.372 3,971 1/15/2025
3.0.371 7,370 1/15/2025
3.0.370 6,175 1/15/2025
3.0.369 3,400 1/14/2025
3.0.368 1,295 1/14/2025
3.0.367 796 1/14/2025
3.0.366 291 1/14/2025
3.0.365 142 1/14/2025
3.0.364 3,922 1/14/2025
3.0.363 2,422 1/14/2025
3.0.362 145 1/14/2025
3.0.361 5,607 1/14/2025
3.0.360 24,700 1/12/2025
3.0.359 17,077 1/10/2025
3.0.358 4,986 1/10/2025
3.0.357 164 1/10/2025
3.0.356 155 1/10/2025
3.0.355 4,154 1/10/2025
3.0.354 167 1/10/2025
3.0.353 184 1/10/2025
3.0.352 155 1/10/2025
3.0.351 27,132 1/2/2025
3.0.350 215 1/2/2025
3.0.349 165 1/2/2025
3.0.348 6,925 1/2/2025
3.0.347 176 1/2/2025
3.0.346 188 1/2/2025
3.0.345 1,805 1/2/2025
3.0.344 18,026 1/1/2025
3.0.343 194 1/1/2025
3.0.342 197 1/1/2025
3.0.341 634 12/31/2024
3.0.340 172 12/31/2024
3.0.339 178 12/31/2024
3.0.338 2,302 12/31/2024
3.0.337 193 12/31/2024
3.0.336 167 12/31/2024
3.0.335 202 12/31/2024
3.0.334 8,694 12/31/2024
3.0.333 23,240 12/31/2024
3.0.332 153 12/31/2024
3.0.331 183 12/31/2024
3.0.330 10,302 12/31/2024
3.0.329 180 12/31/2024
3.0.328 162 12/31/2024
3.0.327 4,654 12/31/2024
3.0.326 42,519 12/24/2024
3.0.325 157 12/24/2024
3.0.324 164 12/24/2024
3.0.323 7,214 12/24/2024
3.0.322 164 12/24/2024
3.0.321 170 12/24/2024
3.0.320 1,731 12/24/2024
3.0.319 42,555 12/22/2024
3.0.318 549 12/22/2024
3.0.317 173 12/22/2024
3.0.316 7,350 12/21/2024
3.0.315 152 12/21/2024
3.0.314 1,126 12/21/2024
3.0.313 10,336 12/21/2024
3.0.312 159 12/21/2024
3.0.311 3,482 12/21/2024
3.0.310 5,325 12/21/2024
3.0.309 181 12/21/2024
3.0.308 7,890 12/21/2024
3.0.307 171 12/21/2024
3.0.306 755 12/21/2024
3.0.305 5,564 12/21/2024
3.0.304 162 12/21/2024
3.0.303 7,586 12/20/2024
3.0.302 4,111 12/20/2024
3.0.301 170 12/20/2024
3.0.300 15,348 12/19/2024
3.0.299 1,568 12/19/2024
3.0.298 737 12/18/2024
3.0.297 161 12/18/2024
3.0.296 290 12/18/2024
3.0.295 26,596 12/17/2024
3.0.294 4,119 12/17/2024
3.0.293 195 12/17/2024
3.0.292 432 12/16/2024
3.0.291 171 12/16/2024
3.0.290 157 12/16/2024
3.0.289 159 12/16/2024
3.0.288 59,126 12/5/2024
3.0.287 25,343 12/4/2024
3.0.286 8,949 12/4/2024
3.0.285 5,892 12/4/2024
3.0.284 3,547 12/4/2024
3.0.283 7,376 12/4/2024
3.0.282 260 12/4/2024
3.0.281 15,003 12/3/2024
3.0.280 191 12/3/2024
3.0.279 7,060 12/3/2024
3.0.278 4,287 12/2/2024
3.0.277 171 12/2/2024
3.0.276 6,397 12/2/2024
3.0.275 15,037 12/1/2024
3.0.274 6,122 12/1/2024
3.0.273 179 12/1/2024
3.0.272 189 12/1/2024
3.0.271 42,731 11/19/2024
3.0.270 189 11/19/2024
3.0.269 5,705 11/19/2024
3.0.268 194 11/19/2024
3.0.267 173 11/19/2024
3.0.266 14,915 11/19/2024
3.0.265 3,993 11/19/2024
3.0.264 29,522 11/14/2024
3.0.263 182 11/14/2024
3.0.262 3,255 11/14/2024
3.0.261 179 11/14/2024
3.0.260 173 11/14/2024
3.0.259 1,956 11/13/2024
3.0.258 198 11/13/2024
2.1.257 55,151 11/8/2024
2.1.256 14,920 11/8/2024
2.1.255 146 11/8/2024
2.1.254 149 11/8/2024
2.1.253 50,471 10/28/2024
2.1.252 119,658 10/1/2024
2.1.251 17,702 9/30/2024
2.1.250 31,464 9/27/2024
2.1.249 169 9/27/2024
2.1.248 160 9/27/2024
2.1.247 3,008 9/27/2024
2.1.246 152 9/27/2024
2.1.245 152 9/27/2024
2.1.244 154 9/27/2024
2.1.243 57,433 9/23/2024
2.1.242 867 9/23/2024
2.1.241 3,884 9/23/2024
2.1.240 164 9/23/2024
2.1.239 1,416 9/23/2024
2.1.238 183 9/23/2024
2.1.237 7,793 9/22/2024
2.1.236 29,818 9/17/2024
2.1.235 308 9/17/2024
2.1.234 170 9/17/2024
2.1.233 268 9/17/2024
2.1.232 191 9/17/2024
2.1.231 4,431 9/17/2024
2.1.230 193 9/17/2024
2.1.229 52,191 9/11/2024
2.1.228 17,754 9/11/2024
2.1.227 24,482 9/9/2024
2.1.226 9,989 9/9/2024
2.1.225 6,126 9/9/2024
2.1.224 8,710 9/9/2024
2.1.223 9,358 9/9/2024
2.1.222 178 9/9/2024
2.1.221 202 9/9/2024
2.1.220 37,932 9/5/2024
2.1.219 7,638 9/5/2024
2.1.218 180 9/5/2024
2.1.217 188 9/5/2024
2.1.216 1,303 9/5/2024
2.1.215 197 9/5/2024
2.1.214 4,129 9/5/2024
2.1.213 21,692 9/4/2024
2.1.212 52,211 8/20/2024
2.1.211 5,922 8/20/2024
2.1.210 177 8/20/2024
2.1.209 177 8/20/2024
2.1.208 5,379 8/20/2024
2.1.207 181 8/20/2024
2.1.206 181 8/20/2024
2.1.205 76,378 7/24/2024
2.1.204 6,123 7/24/2024
2.1.203 147 7/24/2024
2.1.202 29,387 7/13/2024
2.1.201 188 7/13/2024
2.1.200 16,404 7/10/2024
2.1.199 4,816 7/10/2024
2.1.198 209 7/10/2024
2.1.196 4,525 7/9/2024
2.1.194 3,515 7/9/2024
2.1.193 20,587 7/9/2024
2.1.192 6,285 7/9/2024
2.1.191 717 7/9/2024
2.1.190 176 7/9/2024
2.1.189 9,442 7/9/2024
2.1.188 2,963 7/8/2024
2.1.187 167 7/8/2024
2.1.186 187 7/8/2024
2.1.185 148 7/8/2024
2.1.184 158 7/8/2024
2.1.183 5,632 7/8/2024
2.1.182 182 7/8/2024
2.1.181 172 7/8/2024
2.1.180 632 7/8/2024
2.1.179 25,995 7/7/2024
2.1.178 3,421 7/7/2024
2.1.177 23,328 7/3/2024
2.1.176 39,123 6/14/2024
2.1.174 45,368 5/27/2024
2.1.173 3,160 5/27/2024
2.1.172 152 5/27/2024
2.1.171 21,299 5/25/2024
2.1.170 7,780 5/25/2024
2.1.169 177 5/25/2024
2.1.168 171 5/25/2024
2.1.167 4,625 5/25/2024
2.1.166 168 5/25/2024
2.1.165 204 5/25/2024
2.1.164 181 5/25/2024
2.1.163 4,243 5/25/2024
2.1.162 164 5/25/2024
2.1.161 19,873 5/22/2024
2.1.160 4,988 5/22/2024
2.1.159 2,561 5/22/2024
2.1.158 176 5/22/2024
2.1.157 175 5/22/2024
2.1.156 180 5/22/2024
2.1.155 10,250 5/22/2024
2.1.154 17,091 5/16/2024
2.1.153 49,454 4/28/2024
2.1.152 164 4/28/2024
2.1.151 7,770 4/28/2024
2.1.150 158 4/28/2024
2.1.149 182 4/28/2024
2.1.148 746 4/28/2024
2.1.147 170 4/28/2024
2.1.146 181 4/28/2024
2.1.145 5,420 4/27/2024
2.1.144 209 4/27/2024
2.1.143 167 4/27/2024
2.1.142 39,808 4/12/2024
2.1.141 212 4/12/2024
2.1.140 5,118 4/12/2024
2.1.139 204 4/12/2024
2.1.138 179 4/12/2024
2.1.137 3,219 4/12/2024
2.1.136 197 4/12/2024
2.1.135 186 4/12/2024
2.1.134 174 4/12/2024
2.1.133 28,824 4/1/2024
2.1.132 19,518 3/25/2024
2.1.131 21,259 3/18/2024
2.1.130 260 3/18/2024
2.1.129 442 3/18/2024
2.1.128 19,884 3/13/2024
2.1.127 252 3/13/2024
2.1.126 236 3/13/2024
2.1.125 1,744 3/13/2024
2.1.124 231 3/13/2024
2.1.123 246 3/13/2024
2.1.122 39,921 3/8/2024
2.1.121 16,630 3/3/2024
2.1.120 13,763 3/2/2024
2.1.119 2,127 3/1/2024
2.1.117 12,526 2/28/2024
2.1.116 23,732 2/25/2024
2.1.115 284 2/25/2024
2.1.114 19,148 2/21/2024
2.1.113 4,867 2/21/2024
2.1.112 2,950 2/21/2024
2.1.111 1,980 2/21/2024
2.1.110 303 2/21/2024
2.1.109 6,191 2/21/2024
2.1.108 296 2/21/2024
2.1.107 313 2/21/2024
2.1.106 15,467 2/20/2024
2.1.105 1,738 2/20/2024
2.1.104 10,339 2/19/2024
2.1.103 10,588 2/16/2024
2.1.102 7,215 2/16/2024
2.1.101 301 2/16/2024
2.1.100 6,776 2/16/2024
2.1.99 41,522 2/9/2024
2.1.98 38,517 2/7/2024
2.1.97 4,695 2/6/2024
2.1.96 2,868 2/6/2024
2.1.95 525 2/6/2024
2.1.94 323 2/6/2024
2.1.93 14,000 2/4/2024
2.1.92 102,269 1/15/2024
2.1.91 5,560 1/15/2024
2.1.90 424 1/15/2024
2.1.89 3,265 1/15/2024
2.1.88 383 1/15/2024
2.1.87 38,511 1/7/2024
2.1.86 7,651 1/5/2024
2.1.85 4,662 1/5/2024
2.1.84 415 1/5/2024
2.1.83 433 1/5/2024
2.1.82 5,181 1/5/2024
2.1.81 13,160 1/1/2024
2.1.80 489 1/1/2024
2.1.79 8,613 12/28/2023
2.1.78 4,428 12/28/2023
2.1.77 4,306 12/27/2023
2.1.76 463 12/27/2023
2.1.75 455 12/27/2023
2.1.74 5,145 12/27/2023
2.1.73 428 12/27/2023
2.1.72 467 12/27/2023
2.1.71 16,235 12/25/2023
2.1.70 956 12/25/2023
2.1.69 473 12/25/2023
2.1.68 471 12/25/2023
2.1.67 4,900 12/25/2023
2.1.66 13,132 12/24/2023
2.1.65 7,973 12/23/2023
2.1.64 2,169 12/23/2023
2.1.63 452 12/23/2023
2.1.62 5,675 12/23/2023
2.1.61 486 12/23/2023
2.1.60 439 12/23/2023
2.1.59 1,902 12/23/2023
2.1.58 439 12/23/2023
2.1.57 14,217 12/19/2023
2.1.56 4,775 12/18/2023
2.1.55 13,274 12/10/2023
2.1.51 6,545 12/10/2023
2.1.50 11,430 12/9/2023
2.1.49 490 12/9/2023
2.1.48 573 12/9/2023
2.1.47 505 12/9/2023
2.1.46 509 12/9/2023
2.1.45 524 12/9/2023
2.1.44 7,726 12/9/2023
2.1.43 11,955 12/6/2023
2.1.42 9,673 12/4/2023
2.1.41 6,133 12/4/2023
2.1.40 532 12/4/2023
2.1.39 934 12/4/2023
2.1.38 573 12/4/2023
2.1.37 16,244 11/23/2023
2.1.36 477 11/23/2023
2.1.35 866 11/23/2023
2.1.34 501 11/23/2023
2.1.33 2,107 11/23/2023
2.1.32 3,332 11/23/2023
2.1.31 9,851 11/20/2023
2.1.30 3,964 11/20/2023
2.1.29 7,053 11/19/2023
2.1.28 1,231 11/19/2023
2.1.27 499 11/19/2023
2.1.26 507 11/19/2023
2.1.25 489 11/19/2023
2.1.24 2,401 11/19/2023
2.1.23 10,337 11/18/2023
2.1.22 530 11/18/2023
2.1.21 3,438 11/18/2023
2.1.20 2,322 11/18/2023
2.1.19 513 11/18/2023
2.1.18 5,987 11/17/2023
2.1.17 1,538 11/17/2023
2.1.16 518 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,941 11/17/2023
2.1.13 8,164 11/17/2023
2.1.12 2,207 11/17/2023
2.1.11 499 11/17/2023
2.1.10 540 11/17/2023
2.1.9 552 11/17/2023
2.1.8 3,808 11/17/2023
2.1.7 1,711 11/16/2023
2.1.6 465 11/16/2023
2.1.5 965 11/16/2023
2.1.4 489 11/16/2023
2.0.140 5,741 11/15/2023
2.0.139 521 11/15/2023
2.0.138 496 11/15/2023
2.0.137 509 11/15/2023
2.0.136 503 11/15/2023
2.0.3 493 11/16/2023
2.0.2 509 11/16/2023
2.0.1 455 11/16/2023
1.0.135 12,586 11/10/2023
1.0.134 527 11/10/2023
1.0.133 5,966 11/9/2023
1.0.132 482 11/9/2023
1.0.131 524 11/9/2023
1.0.130 2,176 11/8/2023
1.0.129 10,830 11/6/2023
1.0.128 500 11/6/2023
1.0.127 531 11/6/2023
1.0.126 528 11/6/2023
1.0.125 4,044 11/3/2023
1.0.124 7,390 11/2/2023
1.0.123 543 11/2/2023
1.0.122 521 11/2/2023
1.0.121 497 11/2/2023
1.0.120 3,902 11/1/2023
1.0.119 20,210 10/18/2023
1.0.118 572 10/18/2023
1.0.117 568 10/18/2023
1.0.116 532 10/18/2023
1.0.115 4,386 10/17/2023
1.0.114 5,094 10/16/2023
1.0.113 563 10/16/2023
1.0.112 553 10/16/2023
1.0.111 584 10/16/2023
1.0.110 7,590 10/13/2023
1.0.109 607 10/13/2023
1.0.108 14,290 9/19/2023
1.0.107 592 9/19/2023
1.0.106 605 9/19/2023
1.0.105 545 9/19/2023
1.0.104 6,827 9/18/2023
1.0.103 587 9/18/2023
1.0.102 16,695 8/30/2023
1.0.101 677 8/30/2023
1.0.100 625 8/30/2023
1.0.99 624 8/30/2023
1.0.98 632 8/30/2023
1.0.97 12,431 8/25/2023
1.0.96 5,688 8/24/2023
1.0.95 639 8/24/2023
1.0.94 11,039 8/18/2023
1.0.93 657 8/18/2023
1.0.92 5,096 8/17/2023
1.0.91 622 8/17/2023
1.0.90 636 8/17/2023
1.0.89 18,872 8/8/2023
1.0.88 693 8/8/2023
1.0.87 6,151 8/7/2023
1.0.86 703 8/7/2023
1.0.85 688 8/7/2023
1.0.84 22,870 7/10/2023
1.0.83 739 7/10/2023
1.0.82 754 7/10/2023
1.0.81 776 7/10/2023
1.0.80 5,173 7/7/2023
1.0.79 725 7/7/2023
1.0.78 16,999 6/29/2023
1.0.77 4,744 6/28/2023
1.0.76 748 6/28/2023
1.0.75 771 6/28/2023
1.0.74 48,857 6/7/2023
1.0.73 6,275 6/7/2023
1.0.72 773 6/7/2023
1.0.71 782 6/7/2023
1.0.70 7,581 6/6/2023
1.0.69 766 6/6/2023
1.0.68 2,934 6/5/2023
1.0.67 773 6/5/2023
1.0.66 7,439 6/2/2023
1.0.65 795 6/2/2023
1.0.64 784 6/2/2023
1.0.63 29,282 5/30/2023
1.0.62 765 5/30/2023
1.0.61 8,540 5/29/2023
1.0.60 772 5/29/2023
1.0.59 6,786 5/26/2023
1.0.58 12,666 5/25/2023
1.0.57 773 5/25/2023
1.0.56 6,562 5/24/2023
1.0.55 803 5/24/2023
1.0.54 797 5/24/2023
1.0.53 775 5/24/2023
1.0.52 880 5/24/2023
1.0.51 4,364 5/23/2023
1.0.50 777 5/23/2023
1.0.49 785 5/23/2023
1.0.46 13,721 5/22/2023
1.0.45 11,249 5/18/2023
1.0.44 6,729 5/17/2023
1.0.43 768 5/17/2023
1.0.42 752 5/17/2023
1.0.41 733 5/17/2023
1.0.40 17,758 4/24/2023
1.0.39 2,504 4/24/2023
1.0.38 829 4/24/2023
1.0.37 4,180 4/21/2023
1.0.36 767 4/21/2023
1.0.35 782 4/21/2023
1.0.34 4,614 4/20/2023
1.0.33 970 4/20/2023
1.0.32 912 4/20/2023
1.0.31 4,275 4/19/2023
1.0.30 1,995 4/18/2023
1.0.29 813 4/18/2023
1.0.28 1,979 4/18/2023
1.0.27 3,458 4/17/2023
1.0.26 881 4/16/2023
1.0.25 835 4/16/2023
1.0.24 3,612 4/14/2023
1.0.23 2,651 4/13/2023
1.0.22 2,556 4/12/2023
1.0.21 809 4/12/2023
1.0.20 802 4/12/2023
1.0.19 1,834 4/11/2023
1.0.18 870 4/11/2023
1.0.17 2,712 4/11/2023
1.0.16 3,096 4/7/2023
1.0.15 3,984 4/3/2023
1.0.14 856 4/3/2023
1.0.13 838 4/3/2023
1.0.12 795 4/3/2023
1.0.11 2,156 4/1/2023
1.0.10 1,231 3/30/2023
1.0.9 985 3/26/2023
1.0.7 4,135 2/27/2023
1.0.6 889 2/26/2023
1.0.5 859 2/22/2023
1.0.4 1,055 2/22/2023
1.0.3 892 2/22/2023
1.0.2 1,456 2/12/2023
1.0.1 1,089 2/12/2023