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

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 359 9/9/2025
3.0.555 12,053 9/3/2025
3.0.554 7,020 9/3/2025
3.0.553 136 9/3/2025
3.0.552 401 9/3/2025
3.0.551 140 9/3/2025
3.0.550 969 9/3/2025
3.0.549 26,482 8/16/2025
3.0.548 19,977 8/11/2025
3.0.547 1,462 8/11/2025
3.0.546 129 8/11/2025
3.0.545 2,375 8/11/2025
3.0.544 130 8/11/2025
3.0.543 186 8/11/2025
3.0.542 21,992 8/10/2025
3.0.541 14,921 8/5/2025
3.0.540 9,116 7/29/2025
3.0.539 19,408 7/8/2025
3.0.538 38,387 6/28/2025
3.0.537 4,290 6/27/2025
3.0.536 76 6/27/2025
3.0.535 6,212 6/27/2025
3.0.534 92 6/27/2025
3.0.533 313 6/27/2025
3.0.532 20,183 6/24/2025
3.0.531 16,542 6/11/2025
3.0.530 10,907 6/10/2025
3.0.529 20,414 6/2/2025
3.0.528 11,693 5/27/2025
3.0.527 2,192 5/27/2025
3.0.526 156 5/27/2025
3.0.525 3,102 5/27/2025
3.0.524 161 5/27/2025
3.0.523 167 5/27/2025
3.0.522 4,094 5/27/2025
3.0.521 18,723 5/25/2025
3.0.520 11,047 5/23/2025
3.0.519 3,812 5/23/2025
3.0.518 156 5/23/2025
3.0.517 152 5/23/2025
3.0.516 2,438 5/22/2025
3.0.515 163 5/22/2025
3.0.514 4,167 5/22/2025
3.0.513 29,602 5/14/2025
3.0.512 17,772 5/8/2025
3.0.511 4,254 5/8/2025
3.0.510 176 5/8/2025
3.0.509 920 5/8/2025
3.0.508 266 5/7/2025
3.0.507 173 5/7/2025
3.0.506 3,645 5/7/2025
3.0.505 20,337 5/5/2025
3.0.504 3,042 5/5/2025
3.0.503 252 5/5/2025
3.0.502 168 5/5/2025
3.0.501 5,111 5/5/2025
3.0.500 1,138 5/5/2025
3.0.499 181 5/5/2025
3.0.498 250 5/5/2025
3.0.497 169 5/5/2025
3.0.496 337 5/5/2025
3.0.495 8,408 5/5/2025
3.0.494 168 5/5/2025
3.0.493 27,325 4/27/2025
3.0.492 122 4/27/2025
3.0.491 5,517 4/26/2025
3.0.490 12,022 4/8/2025
3.0.489 2,405 4/8/2025
3.0.488 184 4/8/2025
3.0.487 187 4/8/2025
3.0.486 3,088 4/8/2025
3.0.485 273 4/8/2025
3.0.484 1,143 4/8/2025
3.0.483 2,731 4/8/2025
3.0.482 28,234 4/8/2025
3.0.481 510 4/8/2025
3.0.480 56,372 4/6/2025
3.0.479 8,573 4/6/2025
3.0.478 3,020 4/6/2025
3.0.477 3,458 4/6/2025
3.0.476 2,721 4/6/2025
3.0.475 168 4/6/2025
3.0.474 173 4/6/2025
3.0.473 8,697 4/6/2025
3.0.472 157 4/6/2025
3.0.471 166 4/6/2025
3.0.470 3,564 4/5/2025
3.0.469 134 4/5/2025
3.0.468 34,689 4/4/2025
3.0.467 124 4/4/2025
3.0.466 217 4/4/2025
3.0.465 9,284 4/4/2025
3.0.464 149,557 3/11/2025
3.0.463 12,024 3/11/2025
3.0.462 189 3/11/2025
3.0.461 8,709 3/11/2025
3.0.460 197 3/11/2025
3.0.459 55,470 3/1/2025
3.0.458 6,594 3/1/2025
3.0.457 127 3/1/2025
3.0.456 4,363 3/1/2025
3.0.455 130 3/1/2025
3.0.454 130 3/1/2025
3.0.453 2,244 3/1/2025
3.0.452 134 3/1/2025
3.0.451 129 3/1/2025
3.0.450 142 3/1/2025
3.0.449 131 3/1/2025
3.0.448 38,603 2/24/2025
3.0.447 1,746 2/24/2025
3.0.446 36,570 2/21/2025
3.0.445 27,794 2/18/2025
3.0.444 1,630 2/18/2025
3.0.443 144 2/18/2025
3.0.442 137 2/18/2025
3.0.441 28,774 2/13/2025
3.0.440 21,496 2/11/2025
3.0.439 4,164 2/11/2025
3.0.438 7,190 2/11/2025
3.0.437 5,587 2/11/2025
3.0.436 3,424 2/10/2025
3.0.435 164 2/10/2025
3.0.434 2,992 2/10/2025
3.0.433 12,561 2/10/2025
3.0.432 5,961 2/10/2025
3.0.431 331 2/10/2025
3.0.430 137 2/10/2025
3.0.429 18,134 2/10/2025
3.0.428 147 2/10/2025
3.0.427 27,592 2/8/2025
3.0.426 2,460 2/7/2025
3.0.425 137 2/7/2025
3.0.424 9,011 2/7/2025
3.0.423 3,206 2/7/2025
3.0.422 2,440 2/7/2025
3.0.421 138 2/7/2025
3.0.420 138 2/7/2025
3.0.419 2,504 2/7/2025
3.0.418 152 2/7/2025
3.0.417 133 2/7/2025
3.0.416 141 2/7/2025
3.0.415 5,336 2/7/2025
3.0.414 165 2/7/2025
3.0.413 139 2/7/2025
3.0.412 64,738 1/27/2025
3.0.411 2,969 1/27/2025
3.0.410 179 1/27/2025
3.0.409 6,404 1/27/2025
3.0.408 1,446 1/27/2025
3.0.407 139 1/27/2025
3.0.406 130 1/27/2025
3.0.405 24,550 1/25/2025
3.0.404 20,815 1/24/2025
3.0.403 19,317 1/24/2025
3.0.402 522 1/24/2025
3.0.401 6,629 1/23/2025
3.0.400 139 1/23/2025
3.0.398 7,097 1/23/2025
3.0.397 22,303 1/21/2025
3.0.396 143 1/21/2025
3.0.395 193 1/21/2025
3.0.394 19,215 1/20/2025
3.0.393 4,594 1/20/2025
3.0.392 1,845 1/20/2025
3.0.391 143 1/20/2025
3.0.390 10,590 1/20/2025
3.0.389 130 1/20/2025
3.0.388 4,088 1/20/2025
3.0.387 148 1/20/2025
3.0.386 131 1/20/2025
3.0.385 8,857 1/20/2025
3.0.384 134 1/20/2025
3.0.383 135 1/20/2025
3.0.382 124 1/20/2025
3.0.381 27,758 1/19/2025
3.0.380 346 1/19/2025
3.0.379 118 1/19/2025
3.0.378 16,093 1/18/2025
3.0.377 15,147 1/16/2025
3.0.376 17,199 1/16/2025
3.0.375 14,376 1/16/2025
3.0.374 12,861 1/15/2025
3.0.373 5,050 1/15/2025
3.0.372 3,778 1/15/2025
3.0.371 7,105 1/15/2025
3.0.370 5,719 1/15/2025
3.0.369 3,094 1/14/2025
3.0.368 1,247 1/14/2025
3.0.367 718 1/14/2025
3.0.366 272 1/14/2025
3.0.365 125 1/14/2025
3.0.364 3,630 1/14/2025
3.0.363 2,209 1/14/2025
3.0.362 129 1/14/2025
3.0.361 5,260 1/14/2025
3.0.360 22,971 1/12/2025
3.0.359 16,004 1/10/2025
3.0.358 4,598 1/10/2025
3.0.357 136 1/10/2025
3.0.356 137 1/10/2025
3.0.355 3,958 1/10/2025
3.0.354 142 1/10/2025
3.0.353 168 1/10/2025
3.0.352 135 1/10/2025
3.0.351 25,688 1/2/2025
3.0.350 197 1/2/2025
3.0.349 147 1/2/2025
3.0.348 6,635 1/2/2025
3.0.347 162 1/2/2025
3.0.346 167 1/2/2025
3.0.345 1,668 1/2/2025
3.0.344 17,093 1/1/2025
3.0.343 174 1/1/2025
3.0.342 179 1/1/2025
3.0.341 605 12/31/2024
3.0.340 157 12/31/2024
3.0.339 162 12/31/2024
3.0.338 2,170 12/31/2024
3.0.337 177 12/31/2024
3.0.336 160 12/31/2024
3.0.335 186 12/31/2024
3.0.334 8,186 12/31/2024
3.0.333 22,117 12/31/2024
3.0.332 138 12/31/2024
3.0.331 169 12/31/2024
3.0.330 9,832 12/31/2024
3.0.329 163 12/31/2024
3.0.328 146 12/31/2024
3.0.327 4,342 12/31/2024
3.0.326 40,306 12/24/2024
3.0.325 138 12/24/2024
3.0.324 145 12/24/2024
3.0.323 6,843 12/24/2024
3.0.322 157 12/24/2024
3.0.321 154 12/24/2024
3.0.320 1,650 12/24/2024
3.0.319 40,549 12/22/2024
3.0.318 517 12/22/2024
3.0.317 155 12/22/2024
3.0.316 6,758 12/21/2024
3.0.315 137 12/21/2024
3.0.314 1,078 12/21/2024
3.0.313 9,809 12/21/2024
3.0.312 142 12/21/2024
3.0.311 3,431 12/21/2024
3.0.310 5,101 12/21/2024
3.0.309 166 12/21/2024
3.0.308 7,269 12/21/2024
3.0.307 154 12/21/2024
3.0.306 656 12/21/2024
3.0.305 5,150 12/21/2024
3.0.304 146 12/21/2024
3.0.303 7,329 12/20/2024
3.0.302 3,849 12/20/2024
3.0.301 153 12/20/2024
3.0.300 14,669 12/19/2024
3.0.299 1,514 12/19/2024
3.0.298 699 12/18/2024
3.0.297 142 12/18/2024
3.0.296 280 12/18/2024
3.0.295 25,185 12/17/2024
3.0.294 3,928 12/17/2024
3.0.293 179 12/17/2024
3.0.292 417 12/16/2024
3.0.291 154 12/16/2024
3.0.290 143 12/16/2024
3.0.289 153 12/16/2024
3.0.288 56,444 12/5/2024
3.0.287 24,316 12/4/2024
3.0.286 8,611 12/4/2024
3.0.285 5,703 12/4/2024
3.0.284 3,425 12/4/2024
3.0.283 7,088 12/4/2024
3.0.282 240 12/4/2024
3.0.281 14,283 12/3/2024
3.0.280 171 12/3/2024
3.0.279 6,842 12/3/2024
3.0.278 4,151 12/2/2024
3.0.277 153 12/2/2024
3.0.276 6,179 12/2/2024
3.0.275 14,562 12/1/2024
3.0.274 5,938 12/1/2024
3.0.273 174 12/1/2024
3.0.272 171 12/1/2024
3.0.271 40,976 11/19/2024
3.0.270 169 11/19/2024
3.0.269 5,448 11/19/2024
3.0.268 180 11/19/2024
3.0.267 155 11/19/2024
3.0.266 14,369 11/19/2024
3.0.265 3,808 11/19/2024
3.0.264 28,278 11/14/2024
3.0.263 177 11/14/2024
3.0.262 3,032 11/14/2024
3.0.261 162 11/14/2024
3.0.260 159 11/14/2024
3.0.259 1,856 11/13/2024
3.0.258 177 11/13/2024
2.1.257 52,910 11/8/2024
2.1.256 14,369 11/8/2024
2.1.255 141 11/8/2024
2.1.254 135 11/8/2024
2.1.253 48,402 10/28/2024
2.1.252 114,497 10/1/2024
2.1.251 16,963 9/30/2024
2.1.250 30,227 9/27/2024
2.1.249 152 9/27/2024
2.1.248 141 9/27/2024
2.1.247 2,863 9/27/2024
2.1.246 132 9/27/2024
2.1.245 136 9/27/2024
2.1.244 134 9/27/2024
2.1.243 54,894 9/23/2024
2.1.242 846 9/23/2024
2.1.241 3,795 9/23/2024
2.1.240 143 9/23/2024
2.1.239 1,342 9/23/2024
2.1.238 167 9/23/2024
2.1.237 7,417 9/22/2024
2.1.236 28,438 9/17/2024
2.1.235 284 9/17/2024
2.1.234 154 9/17/2024
2.1.233 249 9/17/2024
2.1.232 177 9/17/2024
2.1.231 4,236 9/17/2024
2.1.230 186 9/17/2024
2.1.229 50,270 9/11/2024
2.1.228 17,144 9/11/2024
2.1.227 23,637 9/9/2024
2.1.226 9,736 9/9/2024
2.1.225 5,966 9/9/2024
2.1.224 8,384 9/9/2024
2.1.223 9,021 9/9/2024
2.1.222 160 9/9/2024
2.1.221 184 9/9/2024
2.1.220 36,662 9/5/2024
2.1.219 7,257 9/5/2024
2.1.218 161 9/5/2024
2.1.217 169 9/5/2024
2.1.216 1,269 9/5/2024
2.1.215 178 9/5/2024
2.1.214 3,948 9/5/2024
2.1.213 20,938 9/4/2024
2.1.212 49,904 8/20/2024
2.1.211 5,719 8/20/2024
2.1.210 160 8/20/2024
2.1.209 161 8/20/2024
2.1.208 5,067 8/20/2024
2.1.207 165 8/20/2024
2.1.206 165 8/20/2024
2.1.205 73,159 7/24/2024
2.1.204 5,859 7/24/2024
2.1.203 132 7/24/2024
2.1.202 28,229 7/13/2024
2.1.201 167 7/13/2024
2.1.200 15,812 7/10/2024
2.1.199 4,702 7/10/2024
2.1.198 191 7/10/2024
2.1.196 4,357 7/9/2024
2.1.194 3,405 7/9/2024
2.1.193 19,642 7/9/2024
2.1.192 6,001 7/9/2024
2.1.191 702 7/9/2024
2.1.190 157 7/9/2024
2.1.189 9,278 7/9/2024
2.1.188 2,860 7/8/2024
2.1.187 151 7/8/2024
2.1.186 170 7/8/2024
2.1.185 141 7/8/2024
2.1.184 141 7/8/2024
2.1.183 5,492 7/8/2024
2.1.182 163 7/8/2024
2.1.181 155 7/8/2024
2.1.180 615 7/8/2024
2.1.179 24,998 7/7/2024
2.1.178 3,304 7/7/2024
2.1.177 22,227 7/3/2024
2.1.176 37,649 6/14/2024
2.1.174 43,461 5/27/2024
2.1.173 3,140 5/27/2024
2.1.172 137 5/27/2024
2.1.171 20,393 5/25/2024
2.1.170 7,537 5/25/2024
2.1.169 160 5/25/2024
2.1.168 156 5/25/2024
2.1.167 4,472 5/25/2024
2.1.166 162 5/25/2024
2.1.165 187 5/25/2024
2.1.164 169 5/25/2024
2.1.163 4,158 5/25/2024
2.1.162 146 5/25/2024
2.1.161 19,051 5/22/2024
2.1.160 4,823 5/22/2024
2.1.159 2,460 5/22/2024
2.1.158 155 5/22/2024
2.1.157 159 5/22/2024
2.1.156 166 5/22/2024
2.1.155 9,896 5/22/2024
2.1.154 16,447 5/16/2024
2.1.153 47,379 4/28/2024
2.1.152 147 4/28/2024
2.1.151 7,454 4/28/2024
2.1.150 144 4/28/2024
2.1.149 163 4/28/2024
2.1.148 723 4/28/2024
2.1.147 154 4/28/2024
2.1.146 164 4/28/2024
2.1.145 5,262 4/27/2024
2.1.144 185 4/27/2024
2.1.143 152 4/27/2024
2.1.142 38,177 4/12/2024
2.1.141 195 4/12/2024
2.1.140 4,870 4/12/2024
2.1.139 186 4/12/2024
2.1.138 162 4/12/2024
2.1.137 3,183 4/12/2024
2.1.136 181 4/12/2024
2.1.135 168 4/12/2024
2.1.134 158 4/12/2024
2.1.133 27,788 4/1/2024
2.1.132 18,678 3/25/2024
2.1.131 20,276 3/18/2024
2.1.130 244 3/18/2024
2.1.129 403 3/18/2024
2.1.128 19,001 3/13/2024
2.1.127 232 3/13/2024
2.1.126 219 3/13/2024
2.1.125 1,728 3/13/2024
2.1.124 215 3/13/2024
2.1.123 227 3/13/2024
2.1.122 38,073 3/8/2024
2.1.121 15,986 3/3/2024
2.1.120 13,407 3/2/2024
2.1.119 2,111 3/1/2024
2.1.117 12,207 2/28/2024
2.1.116 23,177 2/25/2024
2.1.115 266 2/25/2024
2.1.114 18,633 2/21/2024
2.1.113 4,759 2/21/2024
2.1.112 2,865 2/21/2024
2.1.111 1,936 2/21/2024
2.1.110 286 2/21/2024
2.1.109 6,072 2/21/2024
2.1.108 280 2/21/2024
2.1.107 297 2/21/2024
2.1.106 15,043 2/20/2024
2.1.105 1,689 2/20/2024
2.1.104 10,080 2/19/2024
2.1.103 10,308 2/16/2024
2.1.102 7,030 2/16/2024
2.1.101 281 2/16/2024
2.1.100 6,664 2/16/2024
2.1.99 40,454 2/9/2024
2.1.98 36,524 2/7/2024
2.1.97 4,642 2/6/2024
2.1.96 2,841 2/6/2024
2.1.95 506 2/6/2024
2.1.94 304 2/6/2024
2.1.93 13,553 2/4/2024
2.1.92 99,055 1/15/2024
2.1.91 5,400 1/15/2024
2.1.90 416 1/15/2024
2.1.89 3,173 1/15/2024
2.1.88 367 1/15/2024
2.1.87 37,589 1/7/2024
2.1.86 7,421 1/5/2024
2.1.85 4,513 1/5/2024
2.1.84 397 1/5/2024
2.1.83 418 1/5/2024
2.1.82 5,124 1/5/2024
2.1.81 12,839 1/1/2024
2.1.80 470 1/1/2024
2.1.79 8,421 12/28/2023
2.1.78 4,297 12/28/2023
2.1.77 4,187 12/27/2023
2.1.76 442 12/27/2023
2.1.75 446 12/27/2023
2.1.74 5,050 12/27/2023
2.1.73 423 12/27/2023
2.1.72 460 12/27/2023
2.1.71 15,818 12/25/2023
2.1.70 929 12/25/2023
2.1.69 456 12/25/2023
2.1.68 465 12/25/2023
2.1.67 4,794 12/25/2023
2.1.66 12,844 12/24/2023
2.1.65 7,758 12/23/2023
2.1.64 2,114 12/23/2023
2.1.63 433 12/23/2023
2.1.62 5,577 12/23/2023
2.1.61 470 12/23/2023
2.1.60 424 12/23/2023
2.1.59 1,874 12/23/2023
2.1.58 423 12/23/2023
2.1.57 13,817 12/19/2023
2.1.56 4,635 12/18/2023
2.1.55 12,937 12/10/2023
2.1.51 6,346 12/10/2023
2.1.50 11,130 12/9/2023
2.1.49 473 12/9/2023
2.1.48 553 12/9/2023
2.1.47 485 12/9/2023
2.1.46 490 12/9/2023
2.1.45 505 12/9/2023
2.1.44 7,528 12/9/2023
2.1.43 11,673 12/6/2023
2.1.42 9,377 12/4/2023
2.1.41 5,986 12/4/2023
2.1.40 517 12/4/2023
2.1.39 919 12/4/2023
2.1.38 558 12/4/2023
2.1.37 15,823 11/23/2023
2.1.36 463 11/23/2023
2.1.35 853 11/23/2023
2.1.34 487 11/23/2023
2.1.33 2,077 11/23/2023
2.1.32 3,248 11/23/2023
2.1.31 9,585 11/20/2023
2.1.30 3,894 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 485 11/19/2023
2.1.25 468 11/19/2023
2.1.24 2,374 11/19/2023
2.1.23 10,094 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 499 11/18/2023
2.1.18 5,860 11/17/2023
2.1.17 1,497 11/17/2023
2.1.16 504 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,917 11/17/2023
2.1.13 8,032 11/17/2023
2.1.12 2,142 11/17/2023
2.1.11 483 11/17/2023
2.1.10 528 11/17/2023
2.1.9 538 11/17/2023
2.1.8 3,732 11/17/2023
2.1.7 1,695 11/16/2023
2.1.6 453 11/16/2023
2.1.5 942 11/16/2023
2.1.4 476 11/16/2023
2.0.140 5,601 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 494 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 461 11/9/2023
1.0.131 512 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 515 11/6/2023
1.0.126 514 11/6/2023
1.0.125 3,957 11/3/2023
1.0.124 7,133 11/2/2023
1.0.123 538 11/2/2023
1.0.122 518 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 549 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 579 9/19/2023
1.0.106 593 9/19/2023
1.0.105 535 9/19/2023
1.0.104 6,691 9/18/2023
1.0.103 585 9/18/2023
1.0.102 16,346 8/30/2023
1.0.101 661 8/30/2023
1.0.100 608 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,576 8/24/2023
1.0.95 621 8/24/2023
1.0.94 10,804 8/18/2023
1.0.93 642 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,523 8/8/2023
1.0.88 676 8/8/2023
1.0.87 6,037 8/7/2023
1.0.86 686 8/7/2023
1.0.85 670 8/7/2023
1.0.84 22,474 7/10/2023
1.0.83 731 7/10/2023
1.0.82 744 7/10/2023
1.0.81 759 7/10/2023
1.0.80 5,121 7/7/2023
1.0.79 702 7/7/2023
1.0.78 16,719 6/29/2023
1.0.77 4,654 6/28/2023
1.0.76 729 6/28/2023
1.0.75 753 6/28/2023
1.0.74 48,126 6/7/2023
1.0.73 6,181 6/7/2023
1.0.72 766 6/7/2023
1.0.71 763 6/7/2023
1.0.70 7,507 6/6/2023
1.0.69 748 6/6/2023
1.0.68 2,911 6/5/2023
1.0.67 752 6/5/2023
1.0.66 7,335 6/2/2023
1.0.65 777 6/2/2023
1.0.64 763 6/2/2023
1.0.63 28,895 5/30/2023
1.0.62 759 5/30/2023
1.0.61 8,406 5/29/2023
1.0.60 758 5/29/2023
1.0.59 6,694 5/26/2023
1.0.58 12,481 5/25/2023
1.0.57 758 5/25/2023
1.0.56 6,445 5/24/2023
1.0.55 780 5/24/2023
1.0.54 774 5/24/2023
1.0.53 755 5/24/2023
1.0.52 862 5/24/2023
1.0.51 4,311 5/23/2023
1.0.50 761 5/23/2023
1.0.49 768 5/23/2023
1.0.46 13,575 5/22/2023
1.0.45 11,097 5/18/2023
1.0.44 6,650 5/17/2023
1.0.43 748 5/17/2023
1.0.42 734 5/17/2023
1.0.41 725 5/17/2023
1.0.40 17,507 4/24/2023
1.0.39 2,469 4/24/2023
1.0.38 811 4/24/2023
1.0.37 4,134 4/21/2023
1.0.36 757 4/21/2023
1.0.35 773 4/21/2023
1.0.34 4,582 4/20/2023
1.0.33 951 4/20/2023
1.0.32 891 4/20/2023
1.0.31 4,233 4/19/2023
1.0.30 1,978 4/18/2023
1.0.29 795 4/18/2023
1.0.28 1,941 4/18/2023
1.0.27 3,427 4/17/2023
1.0.26 875 4/16/2023
1.0.25 817 4/16/2023
1.0.24 3,576 4/14/2023
1.0.23 2,616 4/13/2023
1.0.22 2,521 4/12/2023
1.0.21 800 4/12/2023
1.0.20 794 4/12/2023
1.0.19 1,817 4/11/2023
1.0.18 862 4/11/2023
1.0.17 2,666 4/11/2023
1.0.16 3,050 4/7/2023
1.0.15 3,895 4/3/2023
1.0.14 836 4/3/2023
1.0.13 827 4/3/2023
1.0.12 787 4/3/2023
1.0.11 2,114 4/1/2023
1.0.10 1,222 3/30/2023
1.0.9 968 3/26/2023
1.0.7 4,059 2/27/2023
1.0.6 879 2/26/2023
1.0.5 852 2/22/2023
1.0.4 1,049 2/22/2023
1.0.3 884 2/22/2023
1.0.2 1,427 2/12/2023
1.0.1 1,081 2/12/2023