Soenneker.Extensions.String 3.0.535

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.535
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.535
                    
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.535" />
                    
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.535" />
                    
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.535
                    
#r "nuget: Soenneker.Extensions.String, 3.0.535"
                    
#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.535
                    
#: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.535
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.535
                    
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 11,423 9/16/2025
3.0.556 21,266 9/9/2025
3.0.555 20,981 9/3/2025
3.0.554 7,734 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,057 9/3/2025
3.0.549 28,342 8/16/2025
3.0.548 20,222 8/11/2025
3.0.547 1,472 8/11/2025
3.0.546 133 8/11/2025
3.0.545 2,399 8/11/2025
3.0.544 133 8/11/2025
3.0.543 189 8/11/2025
3.0.542 22,220 8/10/2025
3.0.541 15,090 8/5/2025
3.0.540 9,286 7/29/2025
3.0.539 23,087 7/8/2025
3.0.538 38,851 6/28/2025
3.0.537 4,319 6/27/2025
3.0.536 81 6/27/2025
3.0.535 6,272 6/27/2025
3.0.534 97 6/27/2025
3.0.533 319 6/27/2025
3.0.532 20,384 6/24/2025
3.0.531 16,824 6/11/2025
3.0.530 11,002 6/10/2025
3.0.529 20,583 6/2/2025
3.0.528 11,815 5/27/2025
3.0.527 2,231 5/27/2025
3.0.526 163 5/27/2025
3.0.525 3,153 5/27/2025
3.0.524 170 5/27/2025
3.0.523 175 5/27/2025
3.0.522 4,146 5/27/2025
3.0.521 18,936 5/25/2025
3.0.520 11,174 5/23/2025
3.0.519 3,855 5/23/2025
3.0.518 162 5/23/2025
3.0.517 159 5/23/2025
3.0.516 2,456 5/22/2025
3.0.515 172 5/22/2025
3.0.514 4,201 5/22/2025
3.0.513 29,959 5/14/2025
3.0.512 17,963 5/8/2025
3.0.511 4,288 5/8/2025
3.0.510 185 5/8/2025
3.0.509 927 5/8/2025
3.0.508 277 5/7/2025
3.0.507 179 5/7/2025
3.0.506 3,670 5/7/2025
3.0.505 20,505 5/5/2025
3.0.504 3,073 5/5/2025
3.0.503 259 5/5/2025
3.0.502 176 5/5/2025
3.0.501 5,128 5/5/2025
3.0.500 1,155 5/5/2025
3.0.499 189 5/5/2025
3.0.498 259 5/5/2025
3.0.497 176 5/5/2025
3.0.496 342 5/5/2025
3.0.495 8,516 5/5/2025
3.0.494 176 5/5/2025
3.0.493 27,568 4/27/2025
3.0.492 130 4/27/2025
3.0.491 5,586 4/26/2025
3.0.490 12,152 4/8/2025
3.0.489 2,435 4/8/2025
3.0.488 193 4/8/2025
3.0.487 196 4/8/2025
3.0.486 3,132 4/8/2025
3.0.485 281 4/8/2025
3.0.484 1,153 4/8/2025
3.0.483 2,739 4/8/2025
3.0.482 28,527 4/8/2025
3.0.481 519 4/8/2025
3.0.480 56,863 4/6/2025
3.0.479 8,648 4/6/2025
3.0.478 3,058 4/6/2025
3.0.477 3,489 4/6/2025
3.0.476 2,763 4/6/2025
3.0.475 177 4/6/2025
3.0.474 182 4/6/2025
3.0.473 8,724 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,927 4/4/2025
3.0.467 132 4/4/2025
3.0.466 224 4/4/2025
3.0.465 9,329 4/4/2025
3.0.464 151,443 3/11/2025
3.0.463 12,112 3/11/2025
3.0.462 198 3/11/2025
3.0.461 8,809 3/11/2025
3.0.460 202 3/11/2025
3.0.459 56,341 3/1/2025
3.0.458 6,678 3/1/2025
3.0.457 133 3/1/2025
3.0.456 4,417 3/1/2025
3.0.455 139 3/1/2025
3.0.454 141 3/1/2025
3.0.453 2,266 3/1/2025
3.0.452 142 3/1/2025
3.0.451 136 3/1/2025
3.0.450 155 3/1/2025
3.0.449 140 3/1/2025
3.0.448 39,010 2/24/2025
3.0.447 1,757 2/24/2025
3.0.446 36,924 2/21/2025
3.0.445 28,012 2/18/2025
3.0.444 1,667 2/18/2025
3.0.443 151 2/18/2025
3.0.442 146 2/18/2025
3.0.441 29,370 2/13/2025
3.0.440 21,699 2/11/2025
3.0.439 4,179 2/11/2025
3.0.438 7,273 2/11/2025
3.0.437 5,628 2/11/2025
3.0.436 3,458 2/10/2025
3.0.435 171 2/10/2025
3.0.434 3,009 2/10/2025
3.0.433 12,595 2/10/2025
3.0.432 5,981 2/10/2025
3.0.431 340 2/10/2025
3.0.430 145 2/10/2025
3.0.429 18,276 2/10/2025
3.0.428 152 2/10/2025
3.0.427 27,894 2/8/2025
3.0.426 2,485 2/7/2025
3.0.425 141 2/7/2025
3.0.424 9,083 2/7/2025
3.0.423 3,238 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,553 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 65,455 1/27/2025
3.0.411 2,985 1/27/2025
3.0.410 185 1/27/2025
3.0.409 6,464 1/27/2025
3.0.408 1,455 1/27/2025
3.0.407 144 1/27/2025
3.0.406 137 1/27/2025
3.0.405 24,897 1/25/2025
3.0.404 21,074 1/24/2025
3.0.403 19,571 1/24/2025
3.0.402 529 1/24/2025
3.0.401 6,666 1/23/2025
3.0.400 146 1/23/2025
3.0.398 7,224 1/23/2025
3.0.397 22,513 1/21/2025
3.0.396 149 1/21/2025
3.0.395 201 1/21/2025
3.0.394 19,490 1/20/2025
3.0.393 4,610 1/20/2025
3.0.392 1,892 1/20/2025
3.0.391 148 1/20/2025
3.0.390 10,756 1/20/2025
3.0.389 138 1/20/2025
3.0.388 4,112 1/20/2025
3.0.387 155 1/20/2025
3.0.386 138 1/20/2025
3.0.385 8,904 1/20/2025
3.0.384 142 1/20/2025
3.0.383 142 1/20/2025
3.0.382 135 1/20/2025
3.0.381 28,072 1/19/2025
3.0.380 355 1/19/2025
3.0.379 122 1/19/2025
3.0.378 16,279 1/18/2025
3.0.377 15,367 1/16/2025
3.0.376 17,450 1/16/2025
3.0.375 14,534 1/16/2025
3.0.374 13,051 1/15/2025
3.0.373 5,087 1/15/2025
3.0.372 3,834 1/15/2025
3.0.371 7,157 1/15/2025
3.0.370 5,837 1/15/2025
3.0.369 3,189 1/14/2025
3.0.368 1,259 1/14/2025
3.0.367 751 1/14/2025
3.0.366 279 1/14/2025
3.0.365 132 1/14/2025
3.0.364 3,648 1/14/2025
3.0.363 2,289 1/14/2025
3.0.362 135 1/14/2025
3.0.361 5,344 1/14/2025
3.0.360 23,339 1/12/2025
3.0.359 16,230 1/10/2025
3.0.358 4,682 1/10/2025
3.0.357 154 1/10/2025
3.0.356 145 1/10/2025
3.0.355 3,970 1/10/2025
3.0.354 156 1/10/2025
3.0.353 174 1/10/2025
3.0.352 145 1/10/2025
3.0.351 25,981 1/2/2025
3.0.350 205 1/2/2025
3.0.349 154 1/2/2025
3.0.348 6,669 1/2/2025
3.0.347 166 1/2/2025
3.0.346 177 1/2/2025
3.0.345 1,724 1/2/2025
3.0.344 17,234 1/1/2025
3.0.343 183 1/1/2025
3.0.342 186 1/1/2025
3.0.341 614 12/31/2024
3.0.340 162 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,281 12/31/2024
3.0.333 22,270 12/31/2024
3.0.332 143 12/31/2024
3.0.331 173 12/31/2024
3.0.330 9,947 12/31/2024
3.0.329 170 12/31/2024
3.0.328 152 12/31/2024
3.0.327 4,418 12/31/2024
3.0.326 40,701 12/24/2024
3.0.325 147 12/24/2024
3.0.324 154 12/24/2024
3.0.323 6,889 12/24/2024
3.0.322 164 12/24/2024
3.0.321 159 12/24/2024
3.0.320 1,663 12/24/2024
3.0.319 40,835 12/22/2024
3.0.318 523 12/22/2024
3.0.317 163 12/22/2024
3.0.316 6,878 12/21/2024
3.0.315 142 12/21/2024
3.0.314 1,092 12/21/2024
3.0.313 9,865 12/21/2024
3.0.312 148 12/21/2024
3.0.311 3,449 12/21/2024
3.0.310 5,128 12/21/2024
3.0.309 171 12/21/2024
3.0.308 7,349 12/21/2024
3.0.307 161 12/21/2024
3.0.306 664 12/21/2024
3.0.305 5,208 12/21/2024
3.0.304 151 12/21/2024
3.0.303 7,436 12/20/2024
3.0.302 3,871 12/20/2024
3.0.301 160 12/20/2024
3.0.300 14,837 12/19/2024
3.0.299 1,524 12/19/2024
3.0.298 708 12/18/2024
3.0.297 151 12/18/2024
3.0.296 289 12/18/2024
3.0.295 25,415 12/17/2024
3.0.294 3,965 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,781 12/5/2024
3.0.287 24,452 12/4/2024
3.0.286 8,631 12/4/2024
3.0.285 5,715 12/4/2024
3.0.284 3,442 12/4/2024
3.0.283 7,110 12/4/2024
3.0.282 244 12/4/2024
3.0.281 14,335 12/3/2024
3.0.280 181 12/3/2024
3.0.279 6,862 12/3/2024
3.0.278 4,158 12/2/2024
3.0.277 160 12/2/2024
3.0.276 6,200 12/2/2024
3.0.275 14,607 12/1/2024
3.0.274 5,952 12/1/2024
3.0.273 179 12/1/2024
3.0.272 178 12/1/2024
3.0.271 41,252 11/19/2024
3.0.270 178 11/19/2024
3.0.269 5,490 11/19/2024
3.0.268 184 11/19/2024
3.0.267 163 11/19/2024
3.0.266 14,469 11/19/2024
3.0.265 3,828 11/19/2024
3.0.264 28,460 11/14/2024
3.0.263 182 11/14/2024
3.0.262 3,058 11/14/2024
3.0.261 169 11/14/2024
3.0.260 163 11/14/2024
3.0.259 1,878 11/13/2024
3.0.258 186 11/13/2024
2.1.257 53,408 11/8/2024
2.1.256 14,446 11/8/2024
2.1.255 146 11/8/2024
2.1.254 139 11/8/2024
2.1.253 48,726 10/28/2024
2.1.252 114,789 10/1/2024
2.1.251 16,970 9/30/2024
2.1.250 30,252 9/27/2024
2.1.249 158 9/27/2024
2.1.248 150 9/27/2024
2.1.247 2,873 9/27/2024
2.1.246 142 9/27/2024
2.1.245 142 9/27/2024
2.1.244 144 9/27/2024
2.1.243 54,974 9/23/2024
2.1.242 857 9/23/2024
2.1.241 3,805 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,425 9/22/2024
2.1.236 28,446 9/17/2024
2.1.235 290 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,244 9/17/2024
2.1.230 193 9/17/2024
2.1.229 50,301 9/11/2024
2.1.228 17,155 9/11/2024
2.1.227 23,655 9/9/2024
2.1.226 9,749 9/9/2024
2.1.225 5,972 9/9/2024
2.1.224 8,389 9/9/2024
2.1.223 9,026 9/9/2024
2.1.222 168 9/9/2024
2.1.221 192 9/9/2024
2.1.220 36,679 9/5/2024
2.1.219 7,266 9/5/2024
2.1.218 170 9/5/2024
2.1.217 178 9/5/2024
2.1.216 1,276 9/5/2024
2.1.215 186 9/5/2024
2.1.214 3,954 9/5/2024
2.1.213 20,951 9/4/2024
2.1.212 49,916 8/20/2024
2.1.211 5,733 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 171 8/20/2024
2.1.206 171 8/20/2024
2.1.205 73,185 7/24/2024
2.1.204 5,865 7/24/2024
2.1.203 137 7/24/2024
2.1.202 28,267 7/13/2024
2.1.201 177 7/13/2024
2.1.200 15,827 7/10/2024
2.1.199 4,708 7/10/2024
2.1.198 198 7/10/2024
2.1.196 4,362 7/9/2024
2.1.194 3,413 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,869 7/8/2024
2.1.187 156 7/8/2024
2.1.186 176 7/8/2024
2.1.185 148 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,006 7/7/2024
2.1.178 3,310 7/7/2024
2.1.177 22,236 7/3/2024
2.1.176 37,676 6/14/2024
2.1.174 43,469 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,542 5/25/2024
2.1.169 167 5/25/2024
2.1.168 161 5/25/2024
2.1.167 4,482 5/25/2024
2.1.166 168 5/25/2024
2.1.165 194 5/25/2024
2.1.164 173 5/25/2024
2.1.163 4,166 5/25/2024
2.1.162 157 5/25/2024
2.1.161 19,060 5/22/2024
2.1.160 4,835 5/22/2024
2.1.159 2,470 5/22/2024
2.1.158 164 5/22/2024
2.1.157 165 5/22/2024
2.1.156 170 5/22/2024
2.1.155 9,909 5/22/2024
2.1.154 16,454 5/16/2024
2.1.153 47,403 4/28/2024
2.1.152 154 4/28/2024
2.1.151 7,467 4/28/2024
2.1.150 149 4/28/2024
2.1.149 172 4/28/2024
2.1.148 732 4/28/2024
2.1.147 159 4/28/2024
2.1.146 171 4/28/2024
2.1.145 5,272 4/27/2024
2.1.144 199 4/27/2024
2.1.143 157 4/27/2024
2.1.142 38,202 4/12/2024
2.1.141 201 4/12/2024
2.1.140 4,889 4/12/2024
2.1.139 194 4/12/2024
2.1.138 169 4/12/2024
2.1.137 3,189 4/12/2024
2.1.136 187 4/12/2024
2.1.135 176 4/12/2024
2.1.134 163 4/12/2024
2.1.133 27,851 4/1/2024
2.1.132 18,697 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 241 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 236 3/13/2024
2.1.122 38,095 3/8/2024
2.1.121 16,003 3/3/2024
2.1.120 13,424 3/2/2024
2.1.119 2,117 3/1/2024
2.1.117 12,215 2/28/2024
2.1.116 23,195 2/25/2024
2.1.115 273 2/25/2024
2.1.114 18,647 2/21/2024
2.1.113 4,769 2/21/2024
2.1.112 2,873 2/21/2024
2.1.111 1,942 2/21/2024
2.1.110 293 2/21/2024
2.1.109 6,076 2/21/2024
2.1.108 286 2/21/2024
2.1.107 303 2/21/2024
2.1.106 15,056 2/20/2024
2.1.105 1,694 2/20/2024
2.1.104 10,088 2/19/2024
2.1.103 10,315 2/16/2024
2.1.102 7,039 2/16/2024
2.1.101 291 2/16/2024
2.1.100 6,670 2/16/2024
2.1.99 40,467 2/9/2024
2.1.98 36,542 2/7/2024
2.1.97 4,653 2/6/2024
2.1.96 2,847 2/6/2024
2.1.95 514 2/6/2024
2.1.94 313 2/6/2024
2.1.93 13,561 2/4/2024
2.1.92 99,062 1/15/2024
2.1.91 5,411 1/15/2024
2.1.90 424 1/15/2024
2.1.89 3,180 1/15/2024
2.1.88 373 1/15/2024
2.1.87 37,601 1/7/2024
2.1.86 7,430 1/5/2024
2.1.85 4,521 1/5/2024
2.1.84 404 1/5/2024
2.1.83 426 1/5/2024
2.1.82 5,136 1/5/2024
2.1.81 12,844 1/1/2024
2.1.80 478 1/1/2024
2.1.79 8,438 12/28/2023
2.1.78 4,308 12/28/2023
2.1.77 4,195 12/27/2023
2.1.76 453 12/27/2023
2.1.75 454 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,834 12/25/2023
2.1.70 935 12/25/2023
2.1.69 463 12/25/2023
2.1.68 471 12/25/2023
2.1.67 4,803 12/25/2023
2.1.66 12,853 12/24/2023
2.1.65 7,765 12/23/2023
2.1.64 2,126 12/23/2023
2.1.63 441 12/23/2023
2.1.62 5,583 12/23/2023
2.1.61 476 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,942 12/10/2023
2.1.51 6,354 12/10/2023
2.1.50 11,145 12/9/2023
2.1.49 480 12/9/2023
2.1.48 562 12/9/2023
2.1.47 494 12/9/2023
2.1.46 499 12/9/2023
2.1.45 514 12/9/2023
2.1.44 7,536 12/9/2023
2.1.43 11,684 12/6/2023
2.1.42 9,386 12/4/2023
2.1.41 5,991 12/4/2023
2.1.40 521 12/4/2023
2.1.39 924 12/4/2023
2.1.38 559 12/4/2023
2.1.37 15,826 11/23/2023
2.1.36 466 11/23/2023
2.1.35 856 11/23/2023
2.1.34 490 11/23/2023
2.1.33 2,077 11/23/2023
2.1.32 3,253 11/23/2023
2.1.31 9,590 11/20/2023
2.1.30 3,897 11/20/2023
2.1.29 6,854 11/19/2023
2.1.28 1,213 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,097 11/18/2023
2.1.22 520 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,499 11/17/2023
2.1.16 508 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,919 11/17/2023
2.1.13 8,038 11/17/2023
2.1.12 2,149 11/17/2023
2.1.11 488 11/17/2023
2.1.10 529 11/17/2023
2.1.9 541 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,606 11/15/2023
2.0.139 510 11/15/2023
2.0.138 486 11/15/2023
2.0.137 499 11/15/2023
2.0.136 493 11/15/2023
2.0.3 482 11/16/2023
2.0.2 498 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,878 11/9/2023
1.0.132 472 11/9/2023
1.0.131 514 11/9/2023
1.0.130 2,138 11/8/2023
1.0.129 10,628 11/6/2023
1.0.128 490 11/6/2023
1.0.127 521 11/6/2023
1.0.126 518 11/6/2023
1.0.125 3,959 11/3/2023
1.0.124 7,144 11/2/2023
1.0.123 543 11/2/2023
1.0.122 521 11/2/2023
1.0.121 487 11/2/2023
1.0.120 3,824 11/1/2023
1.0.119 19,854 10/18/2023
1.0.118 562 10/18/2023
1.0.117 558 10/18/2023
1.0.116 522 10/18/2023
1.0.115 4,297 10/17/2023
1.0.114 5,011 10/16/2023
1.0.113 553 10/16/2023
1.0.112 545 10/16/2023
1.0.111 573 10/16/2023
1.0.110 7,454 10/13/2023
1.0.109 596 10/13/2023
1.0.108 13,974 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 587 9/18/2023
1.0.102 16,365 8/30/2023
1.0.101 667 8/30/2023
1.0.100 614 8/30/2023
1.0.99 614 8/30/2023
1.0.98 622 8/30/2023
1.0.97 12,211 8/25/2023
1.0.96 5,583 8/24/2023
1.0.95 628 8/24/2023
1.0.94 10,809 8/18/2023
1.0.93 647 8/18/2023
1.0.92 5,019 8/17/2023
1.0.91 612 8/17/2023
1.0.90 636 8/17/2023
1.0.89 18,535 8/8/2023
1.0.88 683 8/8/2023
1.0.87 6,046 8/7/2023
1.0.86 695 8/7/2023
1.0.85 678 8/7/2023
1.0.84 22,487 7/10/2023
1.0.83 739 7/10/2023
1.0.82 753 7/10/2023
1.0.81 765 7/10/2023
1.0.80 5,127 7/7/2023
1.0.79 716 7/7/2023
1.0.78 16,730 6/29/2023
1.0.77 4,668 6/28/2023
1.0.76 738 6/28/2023
1.0.75 761 6/28/2023
1.0.74 48,143 6/7/2023
1.0.73 6,189 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 755 6/6/2023
1.0.68 2,919 6/5/2023
1.0.67 763 6/5/2023
1.0.66 7,342 6/2/2023
1.0.65 785 6/2/2023
1.0.64 773 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 765 5/29/2023
1.0.59 6,704 5/26/2023
1.0.58 12,488 5/25/2023
1.0.57 763 5/25/2023
1.0.56 6,456 5/24/2023
1.0.55 793 5/24/2023
1.0.54 786 5/24/2023
1.0.53 765 5/24/2023
1.0.52 870 5/24/2023
1.0.51 4,319 5/23/2023
1.0.50 767 5/23/2023
1.0.49 775 5/23/2023
1.0.46 13,586 5/22/2023
1.0.45 11,105 5/18/2023
1.0.44 6,660 5/17/2023
1.0.43 758 5/17/2023
1.0.42 742 5/17/2023
1.0.41 733 5/17/2023
1.0.40 17,535 4/24/2023
1.0.39 2,477 4/24/2023
1.0.38 819 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,593 4/20/2023
1.0.33 960 4/20/2023
1.0.32 902 4/20/2023
1.0.31 4,240 4/19/2023
1.0.30 1,985 4/18/2023
1.0.29 802 4/18/2023
1.0.28 1,948 4/18/2023
1.0.27 3,436 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,631 4/13/2023
1.0.22 2,528 4/12/2023
1.0.21 809 4/12/2023
1.0.20 802 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,057 4/7/2023
1.0.15 3,904 4/3/2023
1.0.14 845 4/3/2023
1.0.13 838 4/3/2023
1.0.12 794 4/3/2023
1.0.11 2,124 4/1/2023
1.0.10 1,230 3/30/2023
1.0.9 975 3/26/2023
1.0.7 4,065 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,433 2/12/2023
1.0.1 1,089 2/12/2023