Soenneker.Extensions.String 3.0.490

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.490
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.490
                    
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.490" />
                    
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.490" />
                    
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.490
                    
#r "nuget: Soenneker.Extensions.String, 3.0.490"
                    
#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.490
                    
#: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.490
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.490
                    
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 (65)

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 34,202 9/16/2025
3.0.556 29,677 9/9/2025
3.0.555 28,797 9/3/2025
3.0.554 10,700 9/3/2025
3.0.553 163 9/3/2025
3.0.552 662 9/3/2025
3.0.551 179 9/3/2025
3.0.550 1,690 9/3/2025
3.0.549 38,273 8/16/2025
3.0.548 27,052 8/11/2025
3.0.547 2,120 8/11/2025
3.0.546 155 8/11/2025
3.0.545 3,507 8/11/2025
3.0.544 155 8/11/2025
3.0.543 246 8/11/2025
3.0.542 30,528 8/10/2025
3.0.541 20,623 8/5/2025
3.0.540 13,620 7/29/2025
3.0.539 29,687 7/8/2025
3.0.538 45,875 6/28/2025
3.0.537 5,442 6/27/2025
3.0.536 93 6/27/2025
3.0.535 7,214 6/27/2025
3.0.534 109 6/27/2025
3.0.533 363 6/27/2025
3.0.532 24,552 6/24/2025
3.0.531 20,233 6/11/2025
3.0.530 13,181 6/10/2025
3.0.529 24,264 6/2/2025
3.0.528 14,228 5/27/2025
3.0.527 2,734 5/27/2025
3.0.526 180 5/27/2025
3.0.525 3,909 5/27/2025
3.0.524 184 5/27/2025
3.0.523 193 5/27/2025
3.0.522 4,897 5/27/2025
3.0.521 22,808 5/25/2025
3.0.520 13,495 5/23/2025
3.0.519 4,529 5/23/2025
3.0.518 180 5/23/2025
3.0.517 171 5/23/2025
3.0.516 2,906 5/22/2025
3.0.515 187 5/22/2025
3.0.514 5,070 5/22/2025
3.0.513 35,681 5/14/2025
3.0.512 21,477 5/8/2025
3.0.511 5,119 5/8/2025
3.0.510 200 5/8/2025
3.0.509 1,129 5/8/2025
3.0.508 300 5/7/2025
3.0.507 192 5/7/2025
3.0.506 4,368 5/7/2025
3.0.505 24,393 5/5/2025
3.0.504 3,647 5/5/2025
3.0.503 292 5/5/2025
3.0.502 191 5/5/2025
3.0.501 6,128 5/5/2025
3.0.500 1,315 5/5/2025
3.0.499 203 5/5/2025
3.0.498 292 5/5/2025
3.0.497 189 5/5/2025
3.0.496 394 5/5/2025
3.0.495 10,181 5/5/2025
3.0.494 190 5/5/2025
3.0.493 32,842 4/27/2025
3.0.492 145 4/27/2025
3.0.491 6,923 4/26/2025
3.0.490 14,501 4/8/2025
3.0.489 2,995 4/8/2025
3.0.488 208 4/8/2025
3.0.487 210 4/8/2025
3.0.486 3,894 4/8/2025
3.0.485 312 4/8/2025
3.0.484 1,321 4/8/2025
3.0.483 3,337 4/8/2025
3.0.482 35,410 4/8/2025
3.0.481 613 4/8/2025
3.0.480 69,614 4/6/2025
3.0.479 9,700 4/6/2025
3.0.478 3,744 4/6/2025
3.0.477 4,386 4/6/2025
3.0.476 3,487 4/6/2025
3.0.475 191 4/6/2025
3.0.474 194 4/6/2025
3.0.473 9,939 4/6/2025
3.0.472 178 4/6/2025
3.0.471 191 4/6/2025
3.0.470 4,400 4/5/2025
3.0.469 154 4/5/2025
3.0.468 40,921 4/4/2025
3.0.467 145 4/4/2025
3.0.466 251 4/4/2025
3.0.465 10,462 4/4/2025
3.0.464 188,562 3/11/2025
3.0.463 14,590 3/11/2025
3.0.462 212 3/11/2025
3.0.461 10,723 3/11/2025
3.0.460 215 3/11/2025
3.0.459 69,719 3/1/2025
3.0.458 8,033 3/1/2025
3.0.457 149 3/1/2025
3.0.456 5,704 3/1/2025
3.0.455 155 3/1/2025
3.0.454 154 3/1/2025
3.0.453 2,904 3/1/2025
3.0.452 155 3/1/2025
3.0.451 149 3/1/2025
3.0.450 167 3/1/2025
3.0.449 155 3/1/2025
3.0.448 48,004 2/24/2025
3.0.447 1,860 2/24/2025
3.0.446 46,398 2/21/2025
3.0.445 34,787 2/18/2025
3.0.444 2,025 2/18/2025
3.0.443 175 2/18/2025
3.0.442 161 2/18/2025
3.0.441 36,372 2/13/2025
3.0.440 26,984 2/11/2025
3.0.439 4,860 2/11/2025
3.0.438 9,464 2/11/2025
3.0.437 7,238 2/11/2025
3.0.436 4,668 2/10/2025
3.0.435 185 2/10/2025
3.0.434 3,832 2/10/2025
3.0.433 13,680 2/10/2025
3.0.432 7,489 2/10/2025
3.0.431 365 2/10/2025
3.0.430 161 2/10/2025
3.0.429 20,675 2/10/2025
3.0.428 165 2/10/2025
3.0.427 34,140 2/8/2025
3.0.426 3,111 2/7/2025
3.0.425 155 2/7/2025
3.0.424 10,894 2/7/2025
3.0.423 4,064 2/7/2025
3.0.422 3,059 2/7/2025
3.0.421 160 2/7/2025
3.0.420 158 2/7/2025
3.0.419 3,259 2/7/2025
3.0.418 173 2/7/2025
3.0.417 154 2/7/2025
3.0.416 163 2/7/2025
3.0.415 6,142 2/7/2025
3.0.414 193 2/7/2025
3.0.413 159 2/7/2025
3.0.412 83,150 1/27/2025
3.0.411 3,582 1/27/2025
3.0.410 208 1/27/2025
3.0.409 7,481 1/27/2025
3.0.408 1,597 1/27/2025
3.0.407 159 1/27/2025
3.0.406 152 1/27/2025
3.0.405 31,888 1/25/2025
3.0.404 26,204 1/24/2025
3.0.403 25,628 1/24/2025
3.0.402 644 1/24/2025
3.0.401 7,808 1/23/2025
3.0.400 162 1/23/2025
3.0.398 9,631 1/23/2025
3.0.397 28,737 1/21/2025
3.0.396 164 1/21/2025
3.0.395 221 1/21/2025
3.0.394 24,689 1/20/2025
3.0.393 5,513 1/20/2025
3.0.392 2,417 1/20/2025
3.0.391 163 1/20/2025
3.0.390 13,354 1/20/2025
3.0.389 154 1/20/2025
3.0.388 5,552 1/20/2025
3.0.387 169 1/20/2025
3.0.386 153 1/20/2025
3.0.385 10,822 1/20/2025
3.0.384 156 1/20/2025
3.0.383 155 1/20/2025
3.0.382 149 1/20/2025
3.0.381 36,009 1/19/2025
3.0.380 456 1/19/2025
3.0.379 136 1/19/2025
3.0.378 20,762 1/18/2025
3.0.377 19,628 1/16/2025
3.0.376 23,220 1/16/2025
3.0.375 18,720 1/16/2025
3.0.374 16,611 1/15/2025
3.0.373 6,103 1/15/2025
3.0.372 4,872 1/15/2025
3.0.371 8,644 1/15/2025
3.0.370 7,804 1/15/2025
3.0.369 4,591 1/14/2025
3.0.368 1,450 1/14/2025
3.0.367 1,082 1/14/2025
3.0.366 332 1/14/2025
3.0.365 145 1/14/2025
3.0.364 5,293 1/14/2025
3.0.363 3,159 1/14/2025
3.0.362 149 1/14/2025
3.0.361 7,082 1/14/2025
3.0.360 30,862 1/12/2025
3.0.359 21,198 1/10/2025
3.0.358 6,210 1/10/2025
3.0.357 167 1/10/2025
3.0.356 159 1/10/2025
3.0.355 5,343 1/10/2025
3.0.354 171 1/10/2025
3.0.353 187 1/10/2025
3.0.352 158 1/10/2025
3.0.351 32,974 1/2/2025
3.0.350 218 1/2/2025
3.0.349 168 1/2/2025
3.0.348 8,104 1/2/2025
3.0.347 180 1/2/2025
3.0.346 199 1/2/2025
3.0.345 2,326 1/2/2025
3.0.344 21,895 1/1/2025
3.0.343 197 1/1/2025
3.0.342 200 1/1/2025
3.0.341 642 12/31/2024
3.0.340 177 12/31/2024
3.0.339 182 12/31/2024
3.0.338 2,857 12/31/2024
3.0.337 198 12/31/2024
3.0.336 181 12/31/2024
3.0.335 217 12/31/2024
3.0.334 10,542 12/31/2024
3.0.333 28,321 12/31/2024
3.0.332 155 12/31/2024
3.0.331 187 12/31/2024
3.0.330 12,618 12/31/2024
3.0.329 182 12/31/2024
3.0.328 176 12/31/2024
3.0.327 5,691 12/31/2024
3.0.326 52,228 12/24/2024
3.0.325 161 12/24/2024
3.0.324 168 12/24/2024
3.0.323 8,551 12/24/2024
3.0.322 177 12/24/2024
3.0.321 172 12/24/2024
3.0.320 1,998 12/24/2024
3.0.319 51,832 12/22/2024
3.0.318 592 12/22/2024
3.0.317 178 12/22/2024
3.0.316 9,494 12/21/2024
3.0.315 156 12/21/2024
3.0.314 1,309 12/21/2024
3.0.313 12,381 12/21/2024
3.0.312 164 12/21/2024
3.0.311 3,686 12/21/2024
3.0.310 6,549 12/21/2024
3.0.309 184 12/21/2024
3.0.308 9,841 12/21/2024
3.0.307 174 12/21/2024
3.0.306 873 12/21/2024
3.0.305 6,790 12/21/2024
3.0.304 167 12/21/2024
3.0.303 8,372 12/20/2024
3.0.302 4,850 12/20/2024
3.0.301 173 12/20/2024
3.0.300 18,082 12/19/2024
3.0.299 1,902 12/19/2024
3.0.298 859 12/18/2024
3.0.297 164 12/18/2024
3.0.296 346 12/18/2024
3.0.295 32,248 12/17/2024
3.0.294 4,715 12/17/2024
3.0.293 198 12/17/2024
3.0.292 497 12/16/2024
3.0.291 176 12/16/2024
3.0.290 159 12/16/2024
3.0.289 173 12/16/2024
3.0.288 72,955 12/5/2024
3.0.287 31,209 12/4/2024
3.0.286 10,479 12/4/2024
3.0.285 7,006 12/4/2024
3.0.284 4,521 12/4/2024
3.0.283 9,071 12/4/2024
3.0.282 277 12/4/2024
3.0.281 18,601 12/3/2024
3.0.280 201 12/3/2024
3.0.279 8,034 12/3/2024
3.0.278 5,353 12/2/2024
3.0.277 175 12/2/2024
3.0.276 7,609 12/2/2024
3.0.275 18,135 12/1/2024
3.0.274 7,575 12/1/2024
3.0.273 191 12/1/2024
3.0.272 191 12/1/2024
3.0.271 52,062 11/19/2024
3.0.270 193 11/19/2024
3.0.269 7,010 11/19/2024
3.0.268 198 11/19/2024
3.0.267 176 11/19/2024
3.0.266 17,424 11/19/2024
3.0.265 4,843 11/19/2024
3.0.264 35,947 11/14/2024
3.0.263 194 11/14/2024
3.0.262 4,053 11/14/2024
3.0.261 181 11/14/2024
3.0.260 178 11/14/2024
3.0.259 2,202 11/13/2024
3.0.258 200 11/13/2024
2.1.257 66,069 11/8/2024
2.1.256 18,120 11/8/2024
2.1.255 160 11/8/2024
2.1.254 153 11/8/2024
2.1.253 61,155 10/28/2024
2.1.252 146,233 10/1/2024
2.1.251 21,641 9/30/2024
2.1.250 38,242 9/27/2024
2.1.249 171 9/27/2024
2.1.248 164 9/27/2024
2.1.247 3,720 9/27/2024
2.1.246 156 9/27/2024
2.1.245 155 9/27/2024
2.1.244 157 9/27/2024
2.1.243 69,676 9/23/2024
2.1.242 1,019 9/23/2024
2.1.241 4,308 9/23/2024
2.1.240 169 9/23/2024
2.1.239 1,723 9/23/2024
2.1.238 186 9/23/2024
2.1.237 9,340 9/22/2024
2.1.236 35,649 9/17/2024
2.1.235 328 9/17/2024
2.1.234 172 9/17/2024
2.1.233 275 9/17/2024
2.1.232 196 9/17/2024
2.1.231 5,039 9/17/2024
2.1.230 207 9/17/2024
2.1.229 62,238 9/11/2024
2.1.228 20,878 9/11/2024
2.1.227 28,930 9/9/2024
2.1.226 11,461 9/9/2024
2.1.225 6,964 9/9/2024
2.1.224 9,809 9/9/2024
2.1.223 10,974 9/9/2024
2.1.222 180 9/9/2024
2.1.221 206 9/9/2024
2.1.220 45,014 9/5/2024
2.1.219 9,148 9/5/2024
2.1.218 184 9/5/2024
2.1.217 190 9/5/2024
2.1.216 1,485 9/5/2024
2.1.215 200 9/5/2024
2.1.214 4,932 9/5/2024
2.1.213 25,534 9/4/2024
2.1.212 63,173 8/20/2024
2.1.211 6,852 8/20/2024
2.1.210 182 8/20/2024
2.1.209 180 8/20/2024
2.1.208 6,340 8/20/2024
2.1.207 187 8/20/2024
2.1.206 185 8/20/2024
2.1.205 92,821 7/24/2024
2.1.204 7,233 7/24/2024
2.1.203 152 7/24/2024
2.1.202 35,272 7/13/2024
2.1.201 193 7/13/2024
2.1.200 19,671 7/10/2024
2.1.199 5,364 7/10/2024
2.1.198 224 7/10/2024
2.1.196 5,507 7/9/2024
2.1.194 4,193 7/9/2024
2.1.193 24,336 7/9/2024
2.1.192 7,786 7/9/2024
2.1.191 810 7/9/2024
2.1.190 181 7/9/2024
2.1.189 10,563 7/9/2024
2.1.188 3,599 7/8/2024
2.1.187 169 7/8/2024
2.1.186 190 7/8/2024
2.1.185 162 7/8/2024
2.1.184 162 7/8/2024
2.1.183 6,478 7/8/2024
2.1.182 188 7/8/2024
2.1.181 177 7/8/2024
2.1.180 741 7/8/2024
2.1.179 31,483 7/7/2024
2.1.178 3,890 7/7/2024
2.1.177 28,848 7/3/2024
2.1.176 47,498 6/14/2024
2.1.174 55,003 5/27/2024
2.1.173 3,581 5/27/2024
2.1.172 155 5/27/2024
2.1.171 25,937 5/25/2024
2.1.170 9,009 5/25/2024
2.1.169 182 5/25/2024
2.1.168 174 5/25/2024
2.1.167 5,579 5/25/2024
2.1.166 181 5/25/2024
2.1.165 210 5/25/2024
2.1.164 183 5/25/2024
2.1.163 5,068 5/25/2024
2.1.162 172 5/25/2024
2.1.161 23,691 5/22/2024
2.1.160 5,860 5/22/2024
2.1.159 3,130 5/22/2024
2.1.158 180 5/22/2024
2.1.157 178 5/22/2024
2.1.156 183 5/22/2024
2.1.155 12,368 5/22/2024
2.1.154 20,302 5/16/2024
2.1.153 60,335 4/28/2024
2.1.152 169 4/28/2024
2.1.151 9,196 4/28/2024
2.1.150 168 4/28/2024
2.1.149 186 4/28/2024
2.1.148 820 4/28/2024
2.1.147 174 4/28/2024
2.1.146 185 4/28/2024
2.1.145 6,154 4/27/2024
2.1.144 221 4/27/2024
2.1.143 172 4/27/2024
2.1.142 47,966 4/12/2024
2.1.141 216 4/12/2024
2.1.140 6,162 4/12/2024
2.1.139 208 4/12/2024
2.1.138 183 4/12/2024
2.1.137 3,389 4/12/2024
2.1.136 201 4/12/2024
2.1.135 189 4/12/2024
2.1.134 180 4/12/2024
2.1.133 33,897 4/1/2024
2.1.132 23,489 3/25/2024
2.1.131 25,328 3/18/2024
2.1.130 262 3/18/2024
2.1.129 453 3/18/2024
2.1.128 23,816 3/13/2024
2.1.127 254 3/13/2024
2.1.126 242 3/13/2024
2.1.125 1,870 3/13/2024
2.1.124 236 3/13/2024
2.1.123 251 3/13/2024
2.1.122 48,002 3/8/2024
2.1.121 19,851 3/3/2024
2.1.120 16,544 3/2/2024
2.1.119 2,265 3/1/2024
2.1.117 14,839 2/28/2024
2.1.116 28,552 2/25/2024
2.1.115 288 2/25/2024
2.1.114 22,762 2/21/2024
2.1.113 5,503 2/21/2024
2.1.112 3,523 2/21/2024
2.1.111 2,360 2/21/2024
2.1.110 308 2/21/2024
2.1.109 7,314 2/21/2024
2.1.108 301 2/21/2024
2.1.107 316 2/21/2024
2.1.106 18,154 2/20/2024
2.1.105 2,023 2/20/2024
2.1.104 12,280 2/19/2024
2.1.103 12,523 2/16/2024
2.1.102 8,455 2/16/2024
2.1.101 306 2/16/2024
2.1.100 7,707 2/16/2024
2.1.99 49,378 2/9/2024
2.1.98 45,216 2/7/2024
2.1.97 5,293 2/6/2024
2.1.96 3,332 2/6/2024
2.1.95 614 2/6/2024
2.1.94 329 2/6/2024
2.1.93 16,393 2/4/2024
2.1.92 120,115 1/15/2024
2.1.91 6,461 1/15/2024
2.1.90 436 1/15/2024
2.1.89 3,647 1/15/2024
2.1.88 387 1/15/2024
2.1.87 44,771 1/7/2024
2.1.86 8,790 1/5/2024
2.1.85 5,471 1/5/2024
2.1.84 419 1/5/2024
2.1.83 438 1/5/2024
2.1.82 5,797 1/5/2024
2.1.81 15,133 1/1/2024
2.1.80 491 1/1/2024
2.1.79 9,948 12/28/2023
2.1.78 4,894 12/28/2023
2.1.77 4,849 12/27/2023
2.1.76 466 12/27/2023
2.1.75 470 12/27/2023
2.1.74 5,718 12/27/2023
2.1.73 443 12/27/2023
2.1.72 480 12/27/2023
2.1.71 18,859 12/25/2023
2.1.70 1,054 12/25/2023
2.1.69 478 12/25/2023
2.1.68 484 12/25/2023
2.1.67 5,470 12/25/2023
2.1.66 15,121 12/24/2023
2.1.65 9,070 12/23/2023
2.1.64 2,581 12/23/2023
2.1.63 455 12/23/2023
2.1.62 6,474 12/23/2023
2.1.61 489 12/23/2023
2.1.60 444 12/23/2023
2.1.59 2,069 12/23/2023
2.1.58 442 12/23/2023
2.1.57 16,172 12/19/2023
2.1.56 5,457 12/18/2023
2.1.55 15,216 12/10/2023
2.1.51 7,326 12/10/2023
2.1.50 13,024 12/9/2023
2.1.49 494 12/9/2023
2.1.48 590 12/9/2023
2.1.47 508 12/9/2023
2.1.46 514 12/9/2023
2.1.45 528 12/9/2023
2.1.44 8,797 12/9/2023
2.1.43 13,604 12/6/2023
2.1.42 11,174 12/4/2023
2.1.41 6,889 12/4/2023
2.1.40 535 12/4/2023
2.1.39 1,055 12/4/2023
2.1.38 575 12/4/2023
2.1.37 18,969 11/23/2023
2.1.36 478 11/23/2023
2.1.35 957 11/23/2023
2.1.34 502 11/23/2023
2.1.33 2,388 11/23/2023
2.1.32 3,758 11/23/2023
2.1.31 11,446 11/20/2023
2.1.30 4,646 11/20/2023
2.1.29 8,118 11/19/2023
2.1.28 1,459 11/19/2023
2.1.27 500 11/19/2023
2.1.26 509 11/19/2023
2.1.25 492 11/19/2023
2.1.24 2,633 11/19/2023
2.1.23 11,762 11/18/2023
2.1.22 531 11/18/2023
2.1.21 3,860 11/18/2023
2.1.20 2,570 11/18/2023
2.1.19 514 11/18/2023
2.1.18 6,827 11/17/2023
2.1.17 1,781 11/17/2023
2.1.16 519 11/17/2023
2.1.15 498 11/17/2023
2.1.14 2,225 11/17/2023
2.1.13 9,391 11/17/2023
2.1.12 2,641 11/17/2023
2.1.11 500 11/17/2023
2.1.10 541 11/17/2023
2.1.9 572 11/17/2023
2.1.8 4,449 11/17/2023
2.1.7 1,902 11/16/2023
2.1.6 466 11/16/2023
2.1.5 1,092 11/16/2023
2.1.4 493 11/16/2023
2.0.140 6,623 11/15/2023
2.0.139 522 11/15/2023
2.0.138 497 11/15/2023
2.0.137 510 11/15/2023
2.0.136 505 11/15/2023
2.0.3 497 11/16/2023
2.0.2 512 11/16/2023
2.0.1 458 11/16/2023
1.0.135 14,305 11/10/2023
1.0.134 529 11/10/2023
1.0.133 6,597 11/9/2023
1.0.132 485 11/9/2023
1.0.131 527 11/9/2023
1.0.130 2,371 11/8/2023
1.0.129 11,985 11/6/2023
1.0.128 501 11/6/2023
1.0.127 532 11/6/2023
1.0.126 529 11/6/2023
1.0.125 4,514 11/3/2023
1.0.124 8,110 11/2/2023
1.0.123 555 11/2/2023
1.0.122 532 11/2/2023
1.0.121 498 11/2/2023
1.0.120 4,361 11/1/2023
1.0.119 22,689 10/18/2023
1.0.118 576 10/18/2023
1.0.117 569 10/18/2023
1.0.116 532 10/18/2023
1.0.115 4,883 10/17/2023
1.0.114 5,620 10/16/2023
1.0.113 564 10/16/2023
1.0.112 557 10/16/2023
1.0.111 588 10/16/2023
1.0.110 8,256 10/13/2023
1.0.109 607 10/13/2023
1.0.108 16,019 9/19/2023
1.0.107 593 9/19/2023
1.0.106 607 9/19/2023
1.0.105 545 9/19/2023
1.0.104 7,345 9/18/2023
1.0.103 600 9/18/2023
1.0.102 18,568 8/30/2023
1.0.101 679 8/30/2023
1.0.100 627 8/30/2023
1.0.99 625 8/30/2023
1.0.98 632 8/30/2023
1.0.97 13,823 8/25/2023
1.0.96 6,155 8/24/2023
1.0.95 640 8/24/2023
1.0.94 12,320 8/18/2023
1.0.93 658 8/18/2023
1.0.92 5,642 8/17/2023
1.0.91 622 8/17/2023
1.0.90 650 8/17/2023
1.0.89 20,755 8/8/2023
1.0.88 694 8/8/2023
1.0.87 6,806 8/7/2023
1.0.86 704 8/7/2023
1.0.85 688 8/7/2023
1.0.84 25,124 7/10/2023
1.0.83 752 7/10/2023
1.0.82 765 7/10/2023
1.0.81 776 7/10/2023
1.0.80 5,716 7/7/2023
1.0.79 728 7/7/2023
1.0.78 18,540 6/29/2023
1.0.77 5,181 6/28/2023
1.0.76 751 6/28/2023
1.0.75 778 6/28/2023
1.0.74 53,155 6/7/2023
1.0.73 6,612 6/7/2023
1.0.72 786 6/7/2023
1.0.71 783 6/7/2023
1.0.70 8,121 6/6/2023
1.0.69 769 6/6/2023
1.0.68 3,044 6/5/2023
1.0.67 777 6/5/2023
1.0.66 8,056 6/2/2023
1.0.65 799 6/2/2023
1.0.64 785 6/2/2023
1.0.63 31,467 5/30/2023
1.0.62 780 5/30/2023
1.0.61 9,074 5/29/2023
1.0.60 777 5/29/2023
1.0.59 7,133 5/26/2023
1.0.58 13,586 5/25/2023
1.0.57 774 5/25/2023
1.0.56 6,994 5/24/2023
1.0.55 805 5/24/2023
1.0.54 802 5/24/2023
1.0.53 777 5/24/2023
1.0.52 886 5/24/2023
1.0.51 4,654 5/23/2023
1.0.50 780 5/23/2023
1.0.49 788 5/23/2023
1.0.46 14,648 5/22/2023
1.0.45 11,926 5/18/2023
1.0.44 7,238 5/17/2023
1.0.43 769 5/17/2023
1.0.42 753 5/17/2023
1.0.41 747 5/17/2023
1.0.40 18,950 4/24/2023
1.0.39 2,606 4/24/2023
1.0.38 831 4/24/2023
1.0.37 4,437 4/21/2023
1.0.36 780 4/21/2023
1.0.35 795 4/21/2023
1.0.34 4,967 4/20/2023
1.0.33 997 4/20/2023
1.0.32 925 4/20/2023
1.0.31 4,508 4/19/2023
1.0.30 2,115 4/18/2023
1.0.29 816 4/18/2023
1.0.28 2,029 4/18/2023
1.0.27 3,685 4/17/2023
1.0.26 897 4/16/2023
1.0.25 838 4/16/2023
1.0.24 3,824 4/14/2023
1.0.23 2,825 4/13/2023
1.0.22 2,717 4/12/2023
1.0.21 820 4/12/2023
1.0.20 816 4/12/2023
1.0.19 1,980 4/11/2023
1.0.18 892 4/11/2023
1.0.17 2,827 4/11/2023
1.0.16 3,258 4/7/2023
1.0.15 4,217 4/3/2023
1.0.14 859 4/3/2023
1.0.13 849 4/3/2023
1.0.12 807 4/3/2023
1.0.11 2,220 4/1/2023
1.0.10 1,264 3/30/2023
1.0.9 991 3/26/2023
1.0.7 4,276 2/27/2023
1.0.6 900 2/26/2023
1.0.5 873 2/22/2023
1.0.4 1,098 2/22/2023
1.0.3 903 2/22/2023
1.0.2 1,478 2/12/2023
1.0.1 1,108 2/12/2023