Soenneker.Extensions.String 3.0.547

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.547
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.547
                    
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.547" />
                    
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.547" />
                    
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.547
                    
#r "nuget: Soenneker.Extensions.String, 3.0.547"
                    
#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.547
                    
#: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.547
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.547
                    
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,500 9/16/2025
3.0.556 20,898 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,037 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,526 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,193 6/24/2025
3.0.531 16,644 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 162 5/27/2025
3.0.525 3,112 5/27/2025
3.0.524 170 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,447 5/22/2025
3.0.515 171 5/22/2025
3.0.514 4,175 5/22/2025
3.0.513 29,678 5/14/2025
3.0.512 17,799 5/8/2025
3.0.511 4,263 5/8/2025
3.0.510 182 5/8/2025
3.0.509 927 5/8/2025
3.0.508 276 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 259 5/5/2025
3.0.502 175 5/5/2025
3.0.501 5,118 5/5/2025
3.0.500 1,147 5/5/2025
3.0.499 187 5/5/2025
3.0.498 258 5/5/2025
3.0.497 176 5/5/2025
3.0.496 342 5/5/2025
3.0.495 8,416 5/5/2025
3.0.494 175 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,053 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,096 4/8/2025
3.0.485 280 4/8/2025
3.0.484 1,153 4/8/2025
3.0.483 2,738 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,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,370 3/1/2025
3.0.455 138 3/1/2025
3.0.454 141 3/1/2025
3.0.453 2,250 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,755 2/24/2025
3.0.446 36,575 2/21/2025
3.0.445 27,799 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,110 2/13/2025
3.0.440 21,509 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 170 2/10/2025
3.0.434 2,997 2/10/2025
3.0.433 12,567 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,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,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,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 144 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,330 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,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,600 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 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,865 1/20/2025
3.0.384 142 1/20/2025
3.0.383 142 1/20/2025
3.0.382 134 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,153 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,734 1/15/2025
3.0.369 3,103 1/14/2025
3.0.368 1,253 1/14/2025
3.0.367 726 1/14/2025
3.0.366 278 1/14/2025
3.0.365 131 1/14/2025
3.0.364 3,636 1/14/2025
3.0.363 2,216 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,608 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 205 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 176 1/2/2025
3.0.345 1,674 1/2/2025
3.0.344 17,103 1/1/2025
3.0.343 182 1/1/2025
3.0.342 186 1/1/2025
3.0.341 613 12/31/2024
3.0.340 161 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 142 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 150 12/31/2024
3.0.327 4,350 12/31/2024
3.0.326 40,316 12/24/2024
3.0.325 146 12/24/2024
3.0.324 152 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 522 12/22/2024
3.0.317 161 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,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,336 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 706 12/18/2024
3.0.297 150 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,709 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,293 12/3/2024
3.0.280 177 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 177 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,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,866 11/13/2024
3.0.258 183 11/13/2024
2.1.257 53,081 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,653 10/1/2024
2.1.251 16,970 9/30/2024
2.1.250 30,252 9/27/2024
2.1.249 156 9/27/2024
2.1.248 148 9/27/2024
2.1.247 2,873 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,961 9/23/2024
2.1.242 855 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,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,293 9/11/2024
2.1.228 17,151 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 167 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 169 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,954 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 167 8/20/2024
2.1.209 167 8/20/2024
2.1.208 5,072 8/20/2024
2.1.207 170 8/20/2024
2.1.206 170 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,263 7/13/2024
2.1.201 177 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,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,867 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 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,004 7/7/2024
2.1.178 3,309 7/7/2024
2.1.177 22,235 7/3/2024
2.1.176 37,675 6/14/2024
2.1.174 43,468 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,541 5/25/2024
2.1.169 167 5/25/2024
2.1.168 160 5/25/2024
2.1.167 4,482 5/25/2024
2.1.166 168 5/25/2024
2.1.165 193 5/25/2024
2.1.164 173 5/25/2024
2.1.163 4,166 5/25/2024
2.1.162 155 5/25/2024
2.1.161 19,059 5/22/2024
2.1.160 4,834 5/22/2024
2.1.159 2,469 5/22/2024
2.1.158 163 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,453 5/16/2024
2.1.153 47,390 4/28/2024
2.1.152 154 4/28/2024
2.1.151 7,465 4/28/2024
2.1.150 149 4/28/2024
2.1.149 171 4/28/2024
2.1.148 731 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,201 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 176 4/12/2024
2.1.134 162 4/12/2024
2.1.133 27,830 4/1/2024
2.1.132 18,696 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 235 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 273 2/25/2024
2.1.114 18,645 2/21/2024
2.1.113 4,768 2/21/2024
2.1.112 2,872 2/21/2024
2.1.111 1,941 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 302 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,038 2/16/2024
2.1.101 291 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,847 2/6/2024
2.1.95 513 2/6/2024
2.1.94 313 2/6/2024
2.1.93 13,560 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,600 1/7/2024
2.1.86 7,429 1/5/2024
2.1.85 4,520 1/5/2024
2.1.84 404 1/5/2024
2.1.83 423 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,307 12/28/2023
2.1.77 4,193 12/27/2023
2.1.76 453 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,833 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,803 12/25/2023
2.1.66 12,852 12/24/2023
2.1.65 7,764 12/23/2023
2.1.64 2,126 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,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,143 12/9/2023
2.1.49 478 12/9/2023
2.1.48 561 12/9/2023
2.1.47 494 12/9/2023
2.1.46 498 12/9/2023
2.1.45 514 12/9/2023
2.1.44 7,536 12/9/2023
2.1.43 11,683 12/6/2023
2.1.42 9,385 12/4/2023
2.1.41 5,990 12/4/2023
2.1.40 520 12/4/2023
2.1.39 923 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,252 11/23/2023
2.1.31 9,590 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 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,096 11/18/2023
2.1.22 519 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,498 11/17/2023
2.1.16 507 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,919 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 540 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,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 493 11/15/2023
2.0.3 482 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,877 11/9/2023
1.0.132 471 11/9/2023
1.0.131 513 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 517 11/6/2023
1.0.125 3,958 11/3/2023
1.0.124 7,143 11/2/2023
1.0.123 542 11/2/2023
1.0.122 520 11/2/2023
1.0.121 486 11/2/2023
1.0.120 3,824 11/1/2023
1.0.119 19,853 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 552 10/16/2023
1.0.112 544 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 586 9/18/2023
1.0.102 16,364 8/30/2023
1.0.101 667 8/30/2023
1.0.100 613 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,582 8/24/2023
1.0.95 628 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,534 8/8/2023
1.0.88 683 8/8/2023
1.0.87 6,046 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 751 7/10/2023
1.0.81 764 7/10/2023
1.0.80 5,126 7/7/2023
1.0.79 714 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 772 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 762 6/5/2023
1.0.66 7,342 6/2/2023
1.0.65 784 6/2/2023
1.0.64 771 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 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 784 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 774 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 756 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 818 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 959 4/20/2023
1.0.32 900 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 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 801 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,056 4/7/2023
1.0.15 3,902 4/3/2023
1.0.14 845 4/3/2023
1.0.13 836 4/3/2023
1.0.12 794 4/3/2023
1.0.11 2,123 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