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 (64)

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.556 11,455 9/9/2025
3.0.555 20,003 9/3/2025
3.0.554 7,648 9/3/2025
3.0.553 139 9/3/2025
3.0.552 450 9/3/2025
3.0.551 143 9/3/2025
3.0.550 1,045 9/3/2025
3.0.549 27,888 8/16/2025
3.0.548 19,982 8/11/2025
3.0.547 1,464 8/11/2025
3.0.546 131 8/11/2025
3.0.545 2,377 8/11/2025
3.0.544 132 8/11/2025
3.0.543 188 8/11/2025
3.0.542 21,994 8/10/2025
3.0.541 14,924 8/5/2025
3.0.540 9,120 7/29/2025
3.0.539 20,427 7/8/2025
3.0.538 38,453 6/28/2025
3.0.537 4,292 6/27/2025
3.0.536 78 6/27/2025
3.0.535 6,214 6/27/2025
3.0.534 94 6/27/2025
3.0.533 315 6/27/2025
3.0.532 20,185 6/24/2025
3.0.531 16,575 6/11/2025
3.0.530 10,909 6/10/2025
3.0.529 20,418 6/2/2025
3.0.528 11,695 5/27/2025
3.0.527 2,195 5/27/2025
3.0.526 158 5/27/2025
3.0.525 3,105 5/27/2025
3.0.524 163 5/27/2025
3.0.523 169 5/27/2025
3.0.522 4,096 5/27/2025
3.0.521 18,726 5/25/2025
3.0.520 11,049 5/23/2025
3.0.519 3,815 5/23/2025
3.0.518 158 5/23/2025
3.0.517 155 5/23/2025
3.0.516 2,440 5/22/2025
3.0.515 167 5/22/2025
3.0.514 4,169 5/22/2025
3.0.513 29,622 5/14/2025
3.0.512 17,790 5/8/2025
3.0.511 4,256 5/8/2025
3.0.510 178 5/8/2025
3.0.509 922 5/8/2025
3.0.508 270 5/7/2025
3.0.507 176 5/7/2025
3.0.506 3,648 5/7/2025
3.0.505 20,339 5/5/2025
3.0.504 3,044 5/5/2025
3.0.503 254 5/5/2025
3.0.502 170 5/5/2025
3.0.501 5,113 5/5/2025
3.0.500 1,140 5/5/2025
3.0.499 183 5/5/2025
3.0.498 254 5/5/2025
3.0.497 171 5/5/2025
3.0.496 339 5/5/2025
3.0.495 8,412 5/5/2025
3.0.494 171 5/5/2025
3.0.493 27,328 4/27/2025
3.0.492 126 4/27/2025
3.0.491 5,519 4/26/2025
3.0.490 12,030 4/8/2025
3.0.489 2,407 4/8/2025
3.0.488 186 4/8/2025
3.0.487 189 4/8/2025
3.0.486 3,090 4/8/2025
3.0.485 275 4/8/2025
3.0.484 1,146 4/8/2025
3.0.483 2,734 4/8/2025
3.0.482 28,239 4/8/2025
3.0.481 515 4/8/2025
3.0.480 56,378 4/6/2025
3.0.479 8,575 4/6/2025
3.0.478 3,022 4/6/2025
3.0.477 3,461 4/6/2025
3.0.476 2,723 4/6/2025
3.0.475 170 4/6/2025
3.0.474 176 4/6/2025
3.0.473 8,699 4/6/2025
3.0.472 161 4/6/2025
3.0.471 168 4/6/2025
3.0.470 3,566 4/5/2025
3.0.469 137 4/5/2025
3.0.468 34,692 4/4/2025
3.0.467 126 4/4/2025
3.0.466 219 4/4/2025
3.0.465 9,287 4/4/2025
3.0.464 149,577 3/11/2025
3.0.463 12,027 3/11/2025
3.0.462 192 3/11/2025
3.0.461 8,712 3/11/2025
3.0.460 200 3/11/2025
3.0.459 55,478 3/1/2025
3.0.458 6,596 3/1/2025
3.0.457 129 3/1/2025
3.0.456 4,365 3/1/2025
3.0.455 134 3/1/2025
3.0.454 133 3/1/2025
3.0.453 2,246 3/1/2025
3.0.452 136 3/1/2025
3.0.451 132 3/1/2025
3.0.450 144 3/1/2025
3.0.449 135 3/1/2025
3.0.448 38,614 2/24/2025
3.0.447 1,749 2/24/2025
3.0.446 36,572 2/21/2025
3.0.445 27,796 2/18/2025
3.0.444 1,632 2/18/2025
3.0.443 148 2/18/2025
3.0.442 141 2/18/2025
3.0.441 28,859 2/13/2025
3.0.440 21,505 2/11/2025
3.0.439 4,167 2/11/2025
3.0.438 7,196 2/11/2025
3.0.437 5,590 2/11/2025
3.0.436 3,426 2/10/2025
3.0.435 166 2/10/2025
3.0.434 2,994 2/10/2025
3.0.433 12,564 2/10/2025
3.0.432 5,963 2/10/2025
3.0.431 335 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,598 2/8/2025
3.0.426 2,463 2/7/2025
3.0.425 139 2/7/2025
3.0.424 9,013 2/7/2025
3.0.423 3,208 2/7/2025
3.0.422 2,442 2/7/2025
3.0.421 142 2/7/2025
3.0.420 142 2/7/2025
3.0.419 2,506 2/7/2025
3.0.418 154 2/7/2025
3.0.417 136 2/7/2025
3.0.416 143 2/7/2025
3.0.415 5,338 2/7/2025
3.0.414 167 2/7/2025
3.0.413 141 2/7/2025
3.0.412 64,740 1/27/2025
3.0.411 2,972 1/27/2025
3.0.410 181 1/27/2025
3.0.409 6,406 1/27/2025
3.0.408 1,449 1/27/2025
3.0.407 141 1/27/2025
3.0.406 132 1/27/2025
3.0.405 24,555 1/25/2025
3.0.404 20,817 1/24/2025
3.0.403 19,326 1/24/2025
3.0.402 525 1/24/2025
3.0.401 6,631 1/23/2025
3.0.400 142 1/23/2025
3.0.398 7,099 1/23/2025
3.0.397 22,312 1/21/2025
3.0.396 146 1/21/2025
3.0.395 197 1/21/2025
3.0.394 19,222 1/20/2025
3.0.393 4,598 1/20/2025
3.0.392 1,851 1/20/2025
3.0.391 145 1/20/2025
3.0.390 10,598 1/20/2025
3.0.389 133 1/20/2025
3.0.388 4,090 1/20/2025
3.0.387 150 1/20/2025
3.0.386 134 1/20/2025
3.0.385 8,859 1/20/2025
3.0.384 137 1/20/2025
3.0.383 138 1/20/2025
3.0.382 129 1/20/2025
3.0.381 27,764 1/19/2025
3.0.380 348 1/19/2025
3.0.379 120 1/19/2025
3.0.378 16,097 1/18/2025
3.0.377 15,149 1/16/2025
3.0.376 17,205 1/16/2025
3.0.375 14,380 1/16/2025
3.0.374 12,865 1/15/2025
3.0.373 5,052 1/15/2025
3.0.372 3,781 1/15/2025
3.0.371 7,109 1/15/2025
3.0.370 5,725 1/15/2025
3.0.369 3,098 1/14/2025
3.0.368 1,249 1/14/2025
3.0.367 721 1/14/2025
3.0.366 274 1/14/2025
3.0.365 127 1/14/2025
3.0.364 3,633 1/14/2025
3.0.363 2,211 1/14/2025
3.0.362 131 1/14/2025
3.0.361 5,262 1/14/2025
3.0.360 22,979 1/12/2025
3.0.359 16,010 1/10/2025
3.0.358 4,603 1/10/2025
3.0.357 141 1/10/2025
3.0.356 140 1/10/2025
3.0.355 3,961 1/10/2025
3.0.354 146 1/10/2025
3.0.353 171 1/10/2025
3.0.352 138 1/10/2025
3.0.351 25,692 1/2/2025
3.0.350 199 1/2/2025
3.0.349 149 1/2/2025
3.0.348 6,638 1/2/2025
3.0.347 164 1/2/2025
3.0.346 170 1/2/2025
3.0.345 1,671 1/2/2025
3.0.344 17,095 1/1/2025
3.0.343 177 1/1/2025
3.0.342 181 1/1/2025
3.0.341 608 12/31/2024
3.0.340 159 12/31/2024
3.0.339 164 12/31/2024
3.0.338 2,173 12/31/2024
3.0.337 179 12/31/2024
3.0.336 162 12/31/2024
3.0.335 189 12/31/2024
3.0.334 8,188 12/31/2024
3.0.333 22,122 12/31/2024
3.0.332 140 12/31/2024
3.0.331 171 12/31/2024
3.0.330 9,835 12/31/2024
3.0.329 165 12/31/2024
3.0.328 148 12/31/2024
3.0.327 4,344 12/31/2024
3.0.326 40,313 12/24/2024
3.0.325 142 12/24/2024
3.0.324 147 12/24/2024
3.0.323 6,847 12/24/2024
3.0.322 160 12/24/2024
3.0.321 156 12/24/2024
3.0.320 1,652 12/24/2024
3.0.319 40,552 12/22/2024
3.0.318 519 12/22/2024
3.0.317 158 12/22/2024
3.0.316 6,760 12/21/2024
3.0.315 139 12/21/2024
3.0.314 1,080 12/21/2024
3.0.313 9,813 12/21/2024
3.0.312 146 12/21/2024
3.0.311 3,433 12/21/2024
3.0.310 5,108 12/21/2024
3.0.309 168 12/21/2024
3.0.308 7,271 12/21/2024
3.0.307 156 12/21/2024
3.0.306 659 12/21/2024
3.0.305 5,152 12/21/2024
3.0.304 149 12/21/2024
3.0.303 7,332 12/20/2024
3.0.302 3,851 12/20/2024
3.0.301 156 12/20/2024
3.0.300 14,671 12/19/2024
3.0.299 1,518 12/19/2024
3.0.298 701 12/18/2024
3.0.297 144 12/18/2024
3.0.296 283 12/18/2024
3.0.295 25,188 12/17/2024
3.0.294 3,931 12/17/2024
3.0.293 182 12/17/2024
3.0.292 419 12/16/2024
3.0.291 156 12/16/2024
3.0.290 145 12/16/2024
3.0.289 156 12/16/2024
3.0.288 56,452 12/5/2024
3.0.287 24,319 12/4/2024
3.0.286 8,614 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,287 12/3/2024
3.0.280 173 12/3/2024
3.0.279 6,845 12/3/2024
3.0.278 4,153 12/2/2024
3.0.277 157 12/2/2024
3.0.276 6,181 12/2/2024
3.0.275 14,565 12/1/2024
3.0.274 5,941 12/1/2024
3.0.273 177 12/1/2024
3.0.272 174 12/1/2024
3.0.271 40,989 11/19/2024
3.0.270 173 11/19/2024
3.0.269 5,451 11/19/2024
3.0.268 182 11/19/2024
3.0.267 157 11/19/2024
3.0.266 14,371 11/19/2024
3.0.265 3,810 11/19/2024
3.0.264 28,281 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,859 11/13/2024
3.0.258 179 11/13/2024
2.1.257 52,943 11/8/2024
2.1.256 14,372 11/8/2024
2.1.255 144 11/8/2024
2.1.254 137 11/8/2024
2.1.253 48,405 10/28/2024
2.1.252 114,572 10/1/2024
2.1.251 16,965 9/30/2024
2.1.250 30,240 9/27/2024
2.1.249 154 9/27/2024
2.1.248 143 9/27/2024
2.1.247 2,865 9/27/2024
2.1.246 137 9/27/2024
2.1.245 138 9/27/2024
2.1.244 140 9/27/2024
2.1.243 54,921 9/23/2024
2.1.242 850 9/23/2024
2.1.241 3,798 9/23/2024
2.1.240 147 9/23/2024
2.1.239 1,349 9/23/2024
2.1.238 170 9/23/2024
2.1.237 7,421 9/22/2024
2.1.236 28,440 9/17/2024
2.1.235 286 9/17/2024
2.1.234 156 9/17/2024
2.1.233 251 9/17/2024
2.1.232 179 9/17/2024
2.1.231 4,239 9/17/2024
2.1.230 189 9/17/2024
2.1.229 50,284 9/11/2024
2.1.228 17,147 9/11/2024
2.1.227 23,646 9/9/2024
2.1.226 9,740 9/9/2024
2.1.225 5,968 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 186 9/9/2024
2.1.220 36,668 9/5/2024
2.1.219 7,262 9/5/2024
2.1.218 164 9/5/2024
2.1.217 173 9/5/2024
2.1.216 1,271 9/5/2024
2.1.215 180 9/5/2024
2.1.214 3,950 9/5/2024
2.1.213 20,947 9/4/2024
2.1.212 49,909 8/20/2024
2.1.211 5,721 8/20/2024
2.1.210 163 8/20/2024
2.1.209 163 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,176 7/24/2024
2.1.204 5,861 7/24/2024
2.1.203 134 7/24/2024
2.1.202 28,248 7/13/2024
2.1.201 171 7/13/2024
2.1.200 15,819 7/10/2024
2.1.199 4,704 7/10/2024
2.1.198 194 7/10/2024
2.1.196 4,359 7/9/2024
2.1.194 3,407 7/9/2024
2.1.193 19,647 7/9/2024
2.1.192 6,004 7/9/2024
2.1.191 704 7/9/2024
2.1.190 160 7/9/2024
2.1.189 9,280 7/9/2024
2.1.188 2,863 7/8/2024
2.1.187 153 7/8/2024
2.1.186 173 7/8/2024
2.1.185 144 7/8/2024
2.1.184 143 7/8/2024
2.1.183 5,494 7/8/2024
2.1.182 166 7/8/2024
2.1.181 157 7/8/2024
2.1.180 617 7/8/2024
2.1.179 25,000 7/7/2024
2.1.178 3,307 7/7/2024
2.1.177 22,231 7/3/2024
2.1.176 37,657 6/14/2024
2.1.174 43,463 5/27/2024
2.1.173 3,144 5/27/2024
2.1.172 140 5/27/2024
2.1.171 20,395 5/25/2024
2.1.170 7,539 5/25/2024
2.1.169 162 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,160 5/25/2024
2.1.162 150 5/25/2024
2.1.161 19,056 5/22/2024
2.1.160 4,828 5/22/2024
2.1.159 2,463 5/22/2024
2.1.158 158 5/22/2024
2.1.157 161 5/22/2024
2.1.156 168 5/22/2024
2.1.155 9,898 5/22/2024
2.1.154 16,449 5/16/2024
2.1.153 47,388 4/28/2024
2.1.152 150 4/28/2024
2.1.151 7,461 4/28/2024
2.1.150 146 4/28/2024
2.1.149 167 4/28/2024
2.1.148 726 4/28/2024
2.1.147 156 4/28/2024
2.1.146 166 4/28/2024
2.1.145 5,267 4/27/2024
2.1.144 190 4/27/2024
2.1.143 154 4/27/2024
2.1.142 38,185 4/12/2024
2.1.141 197 4/12/2024
2.1.140 4,876 4/12/2024
2.1.139 189 4/12/2024
2.1.138 165 4/12/2024
2.1.137 3,186 4/12/2024
2.1.136 184 4/12/2024
2.1.135 171 4/12/2024
2.1.134 160 4/12/2024
2.1.133 27,808 4/1/2024
2.1.132 18,688 3/25/2024
2.1.131 20,281 3/18/2024
2.1.130 248 3/18/2024
2.1.129 405 3/18/2024
2.1.128 19,003 3/13/2024
2.1.127 235 3/13/2024
2.1.126 222 3/13/2024
2.1.125 1,730 3/13/2024
2.1.124 218 3/13/2024
2.1.123 230 3/13/2024
2.1.122 38,090 3/8/2024
2.1.121 15,994 3/3/2024
2.1.120 13,412 3/2/2024
2.1.119 2,113 3/1/2024
2.1.117 12,209 2/28/2024
2.1.116 23,186 2/25/2024
2.1.115 269 2/25/2024
2.1.114 18,641 2/21/2024
2.1.113 4,762 2/21/2024
2.1.112 2,869 2/21/2024
2.1.111 1,938 2/21/2024
2.1.110 288 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,051 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,032 2/16/2024
2.1.101 283 2/16/2024
2.1.100 6,666 2/16/2024
2.1.99 40,463 2/9/2024
2.1.98 36,532 2/7/2024
2.1.97 4,647 2/6/2024
2.1.96 2,843 2/6/2024
2.1.95 508 2/6/2024
2.1.94 307 2/6/2024
2.1.93 13,556 2/4/2024
2.1.92 99,060 1/15/2024
2.1.91 5,408 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,515 1/5/2024
2.1.84 399 1/5/2024
2.1.83 421 1/5/2024
2.1.82 5,129 1/5/2024
2.1.81 12,842 1/1/2024
2.1.80 472 1/1/2024
2.1.79 8,431 12/28/2023
2.1.78 4,300 12/28/2023
2.1.77 4,189 12/27/2023
2.1.76 446 12/27/2023
2.1.75 448 12/27/2023
2.1.74 5,055 12/27/2023
2.1.73 425 12/27/2023
2.1.72 463 12/27/2023
2.1.71 15,829 12/25/2023
2.1.70 932 12/25/2023
2.1.69 459 12/25/2023
2.1.68 468 12/25/2023
2.1.67 4,797 12/25/2023
2.1.66 12,846 12/24/2023
2.1.65 7,760 12/23/2023
2.1.64 2,118 12/23/2023
2.1.63 436 12/23/2023
2.1.62 5,579 12/23/2023
2.1.61 472 12/23/2023
2.1.60 426 12/23/2023
2.1.59 1,876 12/23/2023
2.1.58 425 12/23/2023
2.1.57 13,822 12/19/2023
2.1.56 4,637 12/18/2023
2.1.55 12,939 12/10/2023
2.1.51 6,349 12/10/2023
2.1.50 11,138 12/9/2023
2.1.49 475 12/9/2023
2.1.48 556 12/9/2023
2.1.47 487 12/9/2023
2.1.46 492 12/9/2023
2.1.45 509 12/9/2023
2.1.44 7,534 12/9/2023
2.1.43 11,676 12/6/2023
2.1.42 9,383 12/4/2023
2.1.41 5,986 12/4/2023
2.1.40 518 12/4/2023
2.1.39 922 12/4/2023
2.1.38 558 12/4/2023
2.1.37 15,824 11/23/2023
2.1.36 463 11/23/2023
2.1.35 856 11/23/2023
2.1.34 487 11/23/2023
2.1.33 2,077 11/23/2023
2.1.32 3,251 11/23/2023
2.1.31 9,586 11/20/2023
2.1.30 3,896 11/20/2023
2.1.29 6,853 11/19/2023
2.1.28 1,210 11/19/2023
2.1.27 487 11/19/2023
2.1.26 494 11/19/2023
2.1.25 468 11/19/2023
2.1.24 2,375 11/19/2023
2.1.23 10,095 11/18/2023
2.1.22 517 11/18/2023
2.1.21 3,361 11/18/2023
2.1.20 2,284 11/18/2023
2.1.19 500 11/18/2023
2.1.18 5,860 11/17/2023
2.1.17 1,497 11/17/2023
2.1.16 505 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,918 11/17/2023
2.1.13 8,035 11/17/2023
2.1.12 2,145 11/17/2023
2.1.11 483 11/17/2023
2.1.10 528 11/17/2023
2.1.9 539 11/17/2023
2.1.8 3,733 11/17/2023
2.1.7 1,695 11/16/2023
2.1.6 453 11/16/2023
2.1.5 945 11/16/2023
2.1.4 477 11/16/2023
2.0.140 5,602 11/15/2023
2.0.139 509 11/15/2023
2.0.138 484 11/15/2023
2.0.137 496 11/15/2023
2.0.136 489 11/15/2023
2.0.3 480 11/16/2023
2.0.2 495 11/16/2023
2.0.1 444 11/16/2023
1.0.135 12,319 11/10/2023
1.0.134 514 11/10/2023
1.0.133 5,873 11/9/2023
1.0.132 470 11/9/2023
1.0.131 513 11/9/2023
1.0.130 2,131 11/8/2023
1.0.129 10,610 11/6/2023
1.0.128 489 11/6/2023
1.0.127 517 11/6/2023
1.0.126 514 11/6/2023
1.0.125 3,957 11/3/2023
1.0.124 7,134 11/2/2023
1.0.123 539 11/2/2023
1.0.122 519 11/2/2023
1.0.121 482 11/2/2023
1.0.120 3,822 11/1/2023
1.0.119 19,848 10/18/2023
1.0.118 561 10/18/2023
1.0.117 556 10/18/2023
1.0.116 522 10/18/2023
1.0.115 4,295 10/17/2023
1.0.114 5,009 10/16/2023
1.0.113 550 10/16/2023
1.0.112 539 10/16/2023
1.0.111 568 10/16/2023
1.0.110 7,451 10/13/2023
1.0.109 592 10/13/2023
1.0.108 13,970 9/19/2023
1.0.107 580 9/19/2023
1.0.106 593 9/19/2023
1.0.105 535 9/19/2023
1.0.104 6,692 9/18/2023
1.0.103 585 9/18/2023
1.0.102 16,361 8/30/2023
1.0.101 661 8/30/2023
1.0.100 609 8/30/2023
1.0.99 608 8/30/2023
1.0.98 620 8/30/2023
1.0.97 12,203 8/25/2023
1.0.96 5,577 8/24/2023
1.0.95 622 8/24/2023
1.0.94 10,806 8/18/2023
1.0.93 643 8/18/2023
1.0.92 5,016 8/17/2023
1.0.91 609 8/17/2023
1.0.90 632 8/17/2023
1.0.89 18,528 8/8/2023
1.0.88 677 8/8/2023
1.0.87 6,040 8/7/2023
1.0.86 687 8/7/2023
1.0.85 672 8/7/2023
1.0.84 22,483 7/10/2023
1.0.83 733 7/10/2023
1.0.82 745 7/10/2023
1.0.81 760 7/10/2023
1.0.80 5,122 7/7/2023
1.0.79 705 7/7/2023
1.0.78 16,723 6/29/2023
1.0.77 4,660 6/28/2023
1.0.76 732 6/28/2023
1.0.75 754 6/28/2023
1.0.74 48,135 6/7/2023
1.0.73 6,182 6/7/2023
1.0.72 768 6/7/2023
1.0.71 764 6/7/2023
1.0.70 7,508 6/6/2023
1.0.69 749 6/6/2023
1.0.68 2,912 6/5/2023
1.0.67 753 6/5/2023
1.0.66 7,336 6/2/2023
1.0.65 779 6/2/2023
1.0.64 765 6/2/2023
1.0.63 28,896 5/30/2023
1.0.62 760 5/30/2023
1.0.61 8,407 5/29/2023
1.0.60 759 5/29/2023
1.0.59 6,697 5/26/2023
1.0.58 12,482 5/25/2023
1.0.57 759 5/25/2023
1.0.56 6,450 5/24/2023
1.0.55 782 5/24/2023
1.0.54 776 5/24/2023
1.0.53 756 5/24/2023
1.0.52 863 5/24/2023
1.0.51 4,312 5/23/2023
1.0.50 763 5/23/2023
1.0.49 769 5/23/2023
1.0.46 13,580 5/22/2023
1.0.45 11,098 5/18/2023
1.0.44 6,654 5/17/2023
1.0.43 749 5/17/2023
1.0.42 735 5/17/2023
1.0.41 728 5/17/2023
1.0.40 17,528 4/24/2023
1.0.39 2,470 4/24/2023
1.0.38 813 4/24/2023
1.0.37 4,135 4/21/2023
1.0.36 758 4/21/2023
1.0.35 774 4/21/2023
1.0.34 4,583 4/20/2023
1.0.33 954 4/20/2023
1.0.32 892 4/20/2023
1.0.31 4,234 4/19/2023
1.0.30 1,980 4/18/2023
1.0.29 797 4/18/2023
1.0.28 1,942 4/18/2023
1.0.27 3,428 4/17/2023
1.0.26 876 4/16/2023
1.0.25 818 4/16/2023
1.0.24 3,578 4/14/2023
1.0.23 2,621 4/13/2023
1.0.22 2,522 4/12/2023
1.0.21 801 4/12/2023
1.0.20 795 4/12/2023
1.0.19 1,818 4/11/2023
1.0.18 864 4/11/2023
1.0.17 2,668 4/11/2023
1.0.16 3,051 4/7/2023
1.0.15 3,896 4/3/2023
1.0.14 839 4/3/2023
1.0.13 828 4/3/2023
1.0.12 790 4/3/2023
1.0.11 2,115 4/1/2023
1.0.10 1,223 3/30/2023
1.0.9 969 3/26/2023
1.0.7 4,060 2/27/2023
1.0.6 882 2/26/2023
1.0.5 853 2/22/2023
1.0.4 1,050 2/22/2023
1.0.3 885 2/22/2023
1.0.2 1,428 2/12/2023
1.0.1 1,082 2/12/2023