Soenneker.Extensions.String 3.0.541

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.541
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.541
                    
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.541" />
                    
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.541" />
                    
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.541
                    
#r "nuget: Soenneker.Extensions.String, 3.0.541"
                    
#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.541
                    
#: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.541
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.541
                    
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 9,817 9/16/2025
3.0.556 20,862 9/9/2025
3.0.555 20,787 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,036 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,135 7/29/2025
3.0.539 22,526 7/8/2025
3.0.538 38,524 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,192 6/24/2025
3.0.531 16,641 6/11/2025
3.0.530 10,913 6/10/2025
3.0.529 20,422 6/2/2025
3.0.528 11,700 5/27/2025
3.0.527 2,201 5/27/2025
3.0.526 161 5/27/2025
3.0.525 3,111 5/27/2025
3.0.524 169 5/27/2025
3.0.523 174 5/27/2025
3.0.522 4,112 5/27/2025
3.0.521 18,741 5/25/2025
3.0.520 11,053 5/23/2025
3.0.519 3,819 5/23/2025
3.0.518 161 5/23/2025
3.0.517 159 5/23/2025
3.0.516 2,446 5/22/2025
3.0.515 170 5/22/2025
3.0.514 4,174 5/22/2025
3.0.513 29,677 5/14/2025
3.0.512 17,799 5/8/2025
3.0.511 4,262 5/8/2025
3.0.510 182 5/8/2025
3.0.509 927 5/8/2025
3.0.508 275 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,048 5/5/2025
3.0.503 258 5/5/2025
3.0.502 175 5/5/2025
3.0.501 5,117 5/5/2025
3.0.500 1,146 5/5/2025
3.0.499 187 5/5/2025
3.0.498 258 5/5/2025
3.0.497 175 5/5/2025
3.0.496 342 5/5/2025
3.0.495 8,416 5/5/2025
3.0.494 174 5/5/2025
3.0.493 27,334 4/27/2025
3.0.492 129 4/27/2025
3.0.491 5,522 4/26/2025
3.0.490 12,052 4/8/2025
3.0.489 2,410 4/8/2025
3.0.488 191 4/8/2025
3.0.487 195 4/8/2025
3.0.486 3,095 4/8/2025
3.0.485 279 4/8/2025
3.0.484 1,153 4/8/2025
3.0.483 2,738 4/8/2025
3.0.482 28,244 4/8/2025
3.0.481 518 4/8/2025
3.0.480 56,383 4/6/2025
3.0.479 8,581 4/6/2025
3.0.478 3,027 4/6/2025
3.0.477 3,464 4/6/2025
3.0.476 2,729 4/6/2025
3.0.475 176 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 171 4/6/2025
3.0.470 3,570 4/5/2025
3.0.469 141 4/5/2025
3.0.468 34,696 4/4/2025
3.0.467 132 4/4/2025
3.0.466 224 4/4/2025
3.0.465 9,290 4/4/2025
3.0.464 149,602 3/11/2025
3.0.463 12,031 3/11/2025
3.0.462 197 3/11/2025
3.0.461 8,716 3/11/2025
3.0.460 202 3/11/2025
3.0.459 55,481 3/1/2025
3.0.458 6,602 3/1/2025
3.0.457 133 3/1/2025
3.0.456 4,369 3/1/2025
3.0.455 138 3/1/2025
3.0.454 139 3/1/2025
3.0.453 2,250 3/1/2025
3.0.452 141 3/1/2025
3.0.451 135 3/1/2025
3.0.450 152 3/1/2025
3.0.449 140 3/1/2025
3.0.448 38,622 2/24/2025
3.0.447 1,754 2/24/2025
3.0.446 36,574 2/21/2025
3.0.445 27,798 2/18/2025
3.0.444 1,636 2/18/2025
3.0.443 151 2/18/2025
3.0.442 146 2/18/2025
3.0.441 29,098 2/13/2025
3.0.440 21,507 2/11/2025
3.0.439 4,170 2/11/2025
3.0.438 7,202 2/11/2025
3.0.437 5,593 2/11/2025
3.0.436 3,431 2/10/2025
3.0.435 169 2/10/2025
3.0.434 2,996 2/10/2025
3.0.433 12,567 2/10/2025
3.0.432 5,967 2/10/2025
3.0.431 339 2/10/2025
3.0.430 144 2/10/2025
3.0.429 18,138 2/10/2025
3.0.428 151 2/10/2025
3.0.427 27,602 2/8/2025
3.0.426 2,466 2/7/2025
3.0.425 141 2/7/2025
3.0.424 9,015 2/7/2025
3.0.423 3,214 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 158 2/7/2025
3.0.417 138 2/7/2025
3.0.416 147 2/7/2025
3.0.415 5,343 2/7/2025
3.0.414 171 2/7/2025
3.0.413 144 2/7/2025
3.0.412 64,746 1/27/2025
3.0.411 2,975 1/27/2025
3.0.410 185 1/27/2025
3.0.409 6,410 1/27/2025
3.0.408 1,454 1/27/2025
3.0.407 143 1/27/2025
3.0.406 135 1/27/2025
3.0.405 24,557 1/25/2025
3.0.404 20,821 1/24/2025
3.0.403 19,329 1/24/2025
3.0.402 528 1/24/2025
3.0.401 6,635 1/23/2025
3.0.400 146 1/23/2025
3.0.398 7,102 1/23/2025
3.0.397 22,319 1/21/2025
3.0.396 148 1/21/2025
3.0.395 201 1/21/2025
3.0.394 19,228 1/20/2025
3.0.393 4,600 1/20/2025
3.0.392 1,855 1/20/2025
3.0.391 148 1/20/2025
3.0.390 10,606 1/20/2025
3.0.389 137 1/20/2025
3.0.388 4,099 1/20/2025
3.0.387 154 1/20/2025
3.0.386 137 1/20/2025
3.0.385 8,864 1/20/2025
3.0.384 141 1/20/2025
3.0.383 141 1/20/2025
3.0.382 133 1/20/2025
3.0.381 27,768 1/19/2025
3.0.380 353 1/19/2025
3.0.379 122 1/19/2025
3.0.378 16,105 1/18/2025
3.0.377 15,152 1/16/2025
3.0.376 17,209 1/16/2025
3.0.375 14,385 1/16/2025
3.0.374 12,868 1/15/2025
3.0.373 5,055 1/15/2025
3.0.372 3,786 1/15/2025
3.0.371 7,114 1/15/2025
3.0.370 5,733 1/15/2025
3.0.369 3,101 1/14/2025
3.0.368 1,252 1/14/2025
3.0.367 726 1/14/2025
3.0.366 277 1/14/2025
3.0.365 130 1/14/2025
3.0.364 3,636 1/14/2025
3.0.363 2,215 1/14/2025
3.0.362 135 1/14/2025
3.0.361 5,266 1/14/2025
3.0.360 22,985 1/12/2025
3.0.359 16,018 1/10/2025
3.0.358 4,607 1/10/2025
3.0.357 153 1/10/2025
3.0.356 144 1/10/2025
3.0.355 3,964 1/10/2025
3.0.354 155 1/10/2025
3.0.353 174 1/10/2025
3.0.352 143 1/10/2025
3.0.351 25,696 1/2/2025
3.0.350 203 1/2/2025
3.0.349 153 1/2/2025
3.0.348 6,641 1/2/2025
3.0.347 166 1/2/2025
3.0.346 175 1/2/2025
3.0.345 1,674 1/2/2025
3.0.344 17,103 1/1/2025
3.0.343 180 1/1/2025
3.0.342 185 1/1/2025
3.0.341 613 12/31/2024
3.0.340 161 12/31/2024
3.0.339 167 12/31/2024
3.0.338 2,175 12/31/2024
3.0.337 182 12/31/2024
3.0.336 166 12/31/2024
3.0.335 191 12/31/2024
3.0.334 8,190 12/31/2024
3.0.333 22,126 12/31/2024
3.0.332 142 12/31/2024
3.0.331 173 12/31/2024
3.0.330 9,840 12/31/2024
3.0.329 170 12/31/2024
3.0.328 150 12/31/2024
3.0.327 4,349 12/31/2024
3.0.326 40,316 12/24/2024
3.0.325 145 12/24/2024
3.0.324 152 12/24/2024
3.0.323 6,849 12/24/2024
3.0.322 163 12/24/2024
3.0.321 159 12/24/2024
3.0.320 1,657 12/24/2024
3.0.319 40,556 12/22/2024
3.0.318 522 12/22/2024
3.0.317 161 12/22/2024
3.0.316 6,763 12/21/2024
3.0.315 142 12/21/2024
3.0.314 1,085 12/21/2024
3.0.313 9,820 12/21/2024
3.0.312 148 12/21/2024
3.0.311 3,443 12/21/2024
3.0.310 5,113 12/21/2024
3.0.309 170 12/21/2024
3.0.308 7,274 12/21/2024
3.0.307 160 12/21/2024
3.0.306 662 12/21/2024
3.0.305 5,155 12/21/2024
3.0.304 151 12/21/2024
3.0.303 7,335 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,523 12/19/2024
3.0.298 706 12/18/2024
3.0.297 149 12/18/2024
3.0.296 288 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,618 12/4/2024
3.0.285 5,708 12/4/2024
3.0.284 3,429 12/4/2024
3.0.283 7,094 12/4/2024
3.0.282 244 12/4/2024
3.0.281 14,292 12/3/2024
3.0.280 177 12/3/2024
3.0.279 6,850 12/3/2024
3.0.278 4,158 12/2/2024
3.0.277 159 12/2/2024
3.0.276 6,184 12/2/2024
3.0.275 14,570 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 177 11/19/2024
3.0.269 5,454 11/19/2024
3.0.268 184 11/19/2024
3.0.267 162 11/19/2024
3.0.266 14,374 11/19/2024
3.0.265 3,815 11/19/2024
3.0.264 28,289 11/14/2024
3.0.263 182 11/14/2024
3.0.262 3,037 11/14/2024
3.0.261 168 11/14/2024
3.0.260 163 11/14/2024
3.0.259 1,863 11/13/2024
3.0.258 183 11/13/2024
2.1.257 53,072 11/8/2024
2.1.256 14,382 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,651 10/1/2024
2.1.251 16,970 9/30/2024
2.1.250 30,251 9/27/2024
2.1.249 156 9/27/2024
2.1.248 147 9/27/2024
2.1.247 2,872 9/27/2024
2.1.246 140 9/27/2024
2.1.245 140 9/27/2024
2.1.244 144 9/27/2024
2.1.243 54,960 9/23/2024
2.1.242 855 9/23/2024
2.1.241 3,804 9/23/2024
2.1.240 152 9/23/2024
2.1.239 1,354 9/23/2024
2.1.238 173 9/23/2024
2.1.237 7,424 9/22/2024
2.1.236 28,443 9/17/2024
2.1.235 289 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,243 9/17/2024
2.1.230 193 9/17/2024
2.1.229 50,292 9/11/2024
2.1.228 17,150 9/11/2024
2.1.227 23,651 9/9/2024
2.1.226 9,748 9/9/2024
2.1.225 5,971 9/9/2024
2.1.224 8,388 9/9/2024
2.1.223 9,026 9/9/2024
2.1.222 166 9/9/2024
2.1.221 190 9/9/2024
2.1.220 36,676 9/5/2024
2.1.219 7,265 9/5/2024
2.1.218 168 9/5/2024
2.1.217 177 9/5/2024
2.1.216 1,275 9/5/2024
2.1.215 185 9/5/2024
2.1.214 3,953 9/5/2024
2.1.213 20,951 9/4/2024
2.1.212 49,915 8/20/2024
2.1.211 5,732 8/20/2024
2.1.210 166 8/20/2024
2.1.209 167 8/20/2024
2.1.208 5,071 8/20/2024
2.1.207 169 8/20/2024
2.1.206 170 8/20/2024
2.1.205 73,185 7/24/2024
2.1.204 5,864 7/24/2024
2.1.203 136 7/24/2024
2.1.202 28,263 7/13/2024
2.1.201 176 7/13/2024
2.1.200 15,826 7/10/2024
2.1.199 4,706 7/10/2024
2.1.198 198 7/10/2024
2.1.196 4,361 7/9/2024
2.1.194 3,412 7/9/2024
2.1.193 19,654 7/9/2024
2.1.192 6,016 7/9/2024
2.1.191 707 7/9/2024
2.1.190 165 7/9/2024
2.1.189 9,287 7/9/2024
2.1.188 2,866 7/8/2024
2.1.187 156 7/8/2024
2.1.186 176 7/8/2024
2.1.185 147 7/8/2024
2.1.184 146 7/8/2024
2.1.183 5,500 7/8/2024
2.1.182 170 7/8/2024
2.1.181 161 7/8/2024
2.1.180 621 7/8/2024
2.1.179 25,003 7/7/2024
2.1.178 3,309 7/7/2024
2.1.177 22,235 7/3/2024
2.1.176 37,674 6/14/2024
2.1.174 43,468 5/27/2024
2.1.173 3,147 5/27/2024
2.1.172 142 5/27/2024
2.1.171 20,400 5/25/2024
2.1.170 7,541 5/25/2024
2.1.169 166 5/25/2024
2.1.168 160 5/25/2024
2.1.167 4,481 5/25/2024
2.1.166 167 5/25/2024
2.1.165 192 5/25/2024
2.1.164 173 5/25/2024
2.1.163 4,164 5/25/2024
2.1.162 155 5/25/2024
2.1.161 19,058 5/22/2024
2.1.160 4,834 5/22/2024
2.1.159 2,469 5/22/2024
2.1.158 162 5/22/2024
2.1.157 164 5/22/2024
2.1.156 170 5/22/2024
2.1.155 9,906 5/22/2024
2.1.154 16,452 5/16/2024
2.1.153 47,390 4/28/2024
2.1.152 153 4/28/2024
2.1.151 7,465 4/28/2024
2.1.150 149 4/28/2024
2.1.149 170 4/28/2024
2.1.148 730 4/28/2024
2.1.147 158 4/28/2024
2.1.146 171 4/28/2024
2.1.145 5,269 4/27/2024
2.1.144 196 4/27/2024
2.1.143 156 4/27/2024
2.1.142 38,200 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 168 4/12/2024
2.1.137 3,189 4/12/2024
2.1.136 186 4/12/2024
2.1.135 174 4/12/2024
2.1.134 162 4/12/2024
2.1.133 27,829 4/1/2024
2.1.132 18,696 3/25/2024
2.1.131 20,286 3/18/2024
2.1.130 250 3/18/2024
2.1.129 408 3/18/2024
2.1.128 19,005 3/13/2024
2.1.127 238 3/13/2024
2.1.126 226 3/13/2024
2.1.125 1,733 3/13/2024
2.1.124 220 3/13/2024
2.1.123 234 3/13/2024
2.1.122 38,095 3/8/2024
2.1.121 16,001 3/3/2024
2.1.120 13,423 3/2/2024
2.1.119 2,116 3/1/2024
2.1.117 12,214 2/28/2024
2.1.116 23,195 2/25/2024
2.1.115 272 2/25/2024
2.1.114 18,645 2/21/2024
2.1.113 4,766 2/21/2024
2.1.112 2,872 2/21/2024
2.1.111 1,941 2/21/2024
2.1.110 291 2/21/2024
2.1.109 6,076 2/21/2024
2.1.108 286 2/21/2024
2.1.107 301 2/21/2024
2.1.106 15,055 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,037 2/16/2024
2.1.101 290 2/16/2024
2.1.100 6,669 2/16/2024
2.1.99 40,467 2/9/2024
2.1.98 36,539 2/7/2024
2.1.97 4,650 2/6/2024
2.1.96 2,846 2/6/2024
2.1.95 513 2/6/2024
2.1.94 312 2/6/2024
2.1.93 13,559 2/4/2024
2.1.92 99,062 1/15/2024
2.1.91 5,411 1/15/2024
2.1.90 422 1/15/2024
2.1.89 3,180 1/15/2024
2.1.88 372 1/15/2024
2.1.87 37,599 1/7/2024
2.1.86 7,428 1/5/2024
2.1.85 4,520 1/5/2024
2.1.84 403 1/5/2024
2.1.83 423 1/5/2024
2.1.82 5,134 1/5/2024
2.1.81 12,844 1/1/2024
2.1.80 476 1/1/2024
2.1.79 8,437 12/28/2023
2.1.78 4,306 12/28/2023
2.1.77 4,193 12/27/2023
2.1.76 452 12/27/2023
2.1.75 452 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,832 12/25/2023
2.1.70 935 12/25/2023
2.1.69 462 12/25/2023
2.1.68 470 12/25/2023
2.1.67 4,802 12/25/2023
2.1.66 12,852 12/24/2023
2.1.65 7,764 12/23/2023
2.1.64 2,124 12/23/2023
2.1.63 438 12/23/2023
2.1.62 5,583 12/23/2023
2.1.61 475 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,825 12/19/2023
2.1.56 4,644 12/18/2023
2.1.55 12,941 12/10/2023
2.1.51 6,354 12/10/2023
2.1.50 11,143 12/9/2023
2.1.49 478 12/9/2023
2.1.48 561 12/9/2023
2.1.47 492 12/9/2023
2.1.46 497 12/9/2023
2.1.45 514 12/9/2023
2.1.44 7,536 12/9/2023
2.1.43 11,682 12/6/2023
2.1.42 9,384 12/4/2023
2.1.41 5,989 12/4/2023
2.1.40 520 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 465 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,252 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 496 11/19/2023
2.1.25 469 11/19/2023
2.1.24 2,376 11/19/2023
2.1.23 10,096 11/18/2023
2.1.22 518 11/18/2023
2.1.21 3,363 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 507 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,918 11/17/2023
2.1.13 8,037 11/17/2023
2.1.12 2,146 11/17/2023
2.1.11 488 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,696 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,605 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 492 11/15/2023
2.0.3 481 11/16/2023
2.0.2 496 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,876 11/9/2023
1.0.132 471 11/9/2023
1.0.131 513 11/9/2023
1.0.130 2,135 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 517 11/6/2023
1.0.125 3,958 11/3/2023
1.0.124 7,143 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,852 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,011 10/16/2023
1.0.113 551 10/16/2023
1.0.112 541 10/16/2023
1.0.111 571 10/16/2023
1.0.110 7,453 10/13/2023
1.0.109 594 10/13/2023
1.0.108 13,972 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,695 9/18/2023
1.0.103 586 9/18/2023
1.0.102 16,364 8/30/2023
1.0.101 667 8/30/2023
1.0.100 612 8/30/2023
1.0.99 612 8/30/2023
1.0.98 622 8/30/2023
1.0.97 12,211 8/25/2023
1.0.96 5,582 8/24/2023
1.0.95 627 8/24/2023
1.0.94 10,809 8/18/2023
1.0.93 646 8/18/2023
1.0.92 5,019 8/17/2023
1.0.91 612 8/17/2023
1.0.90 635 8/17/2023
1.0.89 18,533 8/8/2023
1.0.88 682 8/8/2023
1.0.87 6,045 8/7/2023
1.0.86 692 8/7/2023
1.0.85 676 8/7/2023
1.0.84 22,487 7/10/2023
1.0.83 737 7/10/2023
1.0.82 750 7/10/2023
1.0.81 764 7/10/2023
1.0.80 5,126 7/7/2023
1.0.79 713 7/7/2023
1.0.78 16,729 6/29/2023
1.0.77 4,667 6/28/2023
1.0.76 737 6/28/2023
1.0.75 761 6/28/2023
1.0.74 48,141 6/7/2023
1.0.73 6,188 6/7/2023
1.0.72 772 6/7/2023
1.0.71 771 6/7/2023
1.0.70 7,514 6/6/2023
1.0.69 754 6/6/2023
1.0.68 2,917 6/5/2023
1.0.67 761 6/5/2023
1.0.66 7,341 6/2/2023
1.0.65 784 6/2/2023
1.0.64 770 6/2/2023
1.0.63 28,901 5/30/2023
1.0.62 764 5/30/2023
1.0.61 8,412 5/29/2023
1.0.60 764 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,455 5/24/2023
1.0.55 792 5/24/2023
1.0.54 782 5/24/2023
1.0.53 763 5/24/2023
1.0.52 868 5/24/2023
1.0.51 4,318 5/23/2023
1.0.50 767 5/23/2023
1.0.49 773 5/23/2023
1.0.46 13,585 5/22/2023
1.0.45 11,105 5/18/2023
1.0.44 6,660 5/17/2023
1.0.43 755 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,475 4/24/2023
1.0.38 817 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,591 4/20/2023
1.0.33 959 4/20/2023
1.0.32 899 4/20/2023
1.0.31 4,239 4/19/2023
1.0.30 1,984 4/18/2023
1.0.29 802 4/18/2023
1.0.28 1,948 4/18/2023
1.0.27 3,435 4/17/2023
1.0.26 880 4/16/2023
1.0.25 822 4/16/2023
1.0.24 3,585 4/14/2023
1.0.23 2,629 4/13/2023
1.0.22 2,527 4/12/2023
1.0.21 808 4/12/2023
1.0.20 801 4/12/2023
1.0.19 1,824 4/11/2023
1.0.18 869 4/11/2023
1.0.17 2,677 4/11/2023
1.0.16 3,056 4/7/2023
1.0.15 3,902 4/3/2023
1.0.14 845 4/3/2023
1.0.13 835 4/3/2023
1.0.12 794 4/3/2023
1.0.11 2,122 4/1/2023
1.0.10 1,230 3/30/2023
1.0.9 974 3/26/2023
1.0.7 4,064 2/27/2023
1.0.6 887 2/26/2023
1.0.5 858 2/22/2023
1.0.4 1,055 2/22/2023
1.0.3 891 2/22/2023
1.0.2 1,432 2/12/2023
1.0.1 1,088 2/12/2023