Soenneker.Extensions.String 3.0.548

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.548
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.548
                    
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.548" />
                    
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.548" />
                    
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.548
                    
#r "nuget: Soenneker.Extensions.String, 3.0.548"
                    
#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.548
                    
#: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.548
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.548
                    
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.555 0 9/3/2025
3.0.554 6 9/3/2025
3.0.553 3 9/3/2025
3.0.552 7 9/3/2025
3.0.551 10 9/3/2025
3.0.550 11 9/3/2025
3.0.549 10,959 8/16/2025
3.0.548 19,905 8/11/2025
3.0.547 1,460 8/11/2025
3.0.546 127 8/11/2025
3.0.545 2,373 8/11/2025
3.0.544 128 8/11/2025
3.0.543 184 8/11/2025
3.0.542 21,990 8/10/2025
3.0.541 14,916 8/5/2025
3.0.540 9,108 7/29/2025
3.0.539 17,334 7/8/2025
3.0.538 38,154 6/28/2025
3.0.537 4,287 6/27/2025
3.0.536 73 6/27/2025
3.0.535 6,209 6/27/2025
3.0.534 89 6/27/2025
3.0.533 310 6/27/2025
3.0.532 20,177 6/24/2025
3.0.531 16,481 6/11/2025
3.0.530 10,904 6/10/2025
3.0.529 20,411 6/2/2025
3.0.528 11,691 5/27/2025
3.0.527 2,187 5/27/2025
3.0.526 153 5/27/2025
3.0.525 3,099 5/27/2025
3.0.524 156 5/27/2025
3.0.523 164 5/27/2025
3.0.522 4,026 5/27/2025
3.0.521 18,654 5/25/2025
3.0.520 11,042 5/23/2025
3.0.519 3,810 5/23/2025
3.0.518 154 5/23/2025
3.0.517 147 5/23/2025
3.0.516 2,436 5/22/2025
3.0.515 160 5/22/2025
3.0.514 4,164 5/22/2025
3.0.513 29,539 5/14/2025
3.0.512 17,752 5/8/2025
3.0.511 4,250 5/8/2025
3.0.510 173 5/8/2025
3.0.509 918 5/8/2025
3.0.508 261 5/7/2025
3.0.507 168 5/7/2025
3.0.506 3,641 5/7/2025
3.0.505 20,333 5/5/2025
3.0.504 3,036 5/5/2025
3.0.503 249 5/5/2025
3.0.502 165 5/5/2025
3.0.501 5,107 5/5/2025
3.0.500 1,135 5/5/2025
3.0.499 175 5/5/2025
3.0.498 246 5/5/2025
3.0.497 166 5/5/2025
3.0.496 333 5/5/2025
3.0.495 8,403 5/5/2025
3.0.494 166 5/5/2025
3.0.493 27,321 4/27/2025
3.0.492 119 4/27/2025
3.0.491 5,514 4/26/2025
3.0.490 12,004 4/8/2025
3.0.489 2,400 4/8/2025
3.0.488 180 4/8/2025
3.0.487 185 4/8/2025
3.0.486 3,086 4/8/2025
3.0.485 269 4/8/2025
3.0.484 1,141 4/8/2025
3.0.483 2,726 4/8/2025
3.0.482 28,228 4/8/2025
3.0.481 506 4/8/2025
3.0.480 56,368 4/6/2025
3.0.479 8,568 4/6/2025
3.0.478 3,018 4/6/2025
3.0.477 3,455 4/6/2025
3.0.476 2,717 4/6/2025
3.0.475 164 4/6/2025
3.0.474 171 4/6/2025
3.0.473 8,690 4/6/2025
3.0.472 152 4/6/2025
3.0.471 162 4/6/2025
3.0.470 3,559 4/5/2025
3.0.469 132 4/5/2025
3.0.468 34,686 4/4/2025
3.0.467 122 4/4/2025
3.0.466 213 4/4/2025
3.0.465 9,280 4/4/2025
3.0.464 149,515 3/11/2025
3.0.463 12,020 3/11/2025
3.0.462 185 3/11/2025
3.0.461 8,702 3/11/2025
3.0.460 192 3/11/2025
3.0.459 55,463 3/1/2025
3.0.458 6,589 3/1/2025
3.0.457 123 3/1/2025
3.0.456 4,353 3/1/2025
3.0.455 125 3/1/2025
3.0.454 125 3/1/2025
3.0.453 2,242 3/1/2025
3.0.452 129 3/1/2025
3.0.451 127 3/1/2025
3.0.450 129 3/1/2025
3.0.449 126 3/1/2025
3.0.448 38,601 2/24/2025
3.0.447 1,741 2/24/2025
3.0.446 36,567 2/21/2025
3.0.445 27,786 2/18/2025
3.0.444 1,628 2/18/2025
3.0.443 139 2/18/2025
3.0.442 135 2/18/2025
3.0.441 28,557 2/13/2025
3.0.440 21,487 2/11/2025
3.0.439 4,153 2/11/2025
3.0.438 7,186 2/11/2025
3.0.437 5,583 2/11/2025
3.0.436 3,420 2/10/2025
3.0.435 152 2/10/2025
3.0.434 2,981 2/10/2025
3.0.433 12,549 2/10/2025
3.0.432 5,956 2/10/2025
3.0.431 329 2/10/2025
3.0.430 132 2/10/2025
3.0.429 18,129 2/10/2025
3.0.428 144 2/10/2025
3.0.427 27,587 2/8/2025
3.0.426 2,458 2/7/2025
3.0.425 134 2/7/2025
3.0.424 9,007 2/7/2025
3.0.423 3,202 2/7/2025
3.0.422 2,433 2/7/2025
3.0.421 134 2/7/2025
3.0.420 134 2/7/2025
3.0.419 2,494 2/7/2025
3.0.418 150 2/7/2025
3.0.417 131 2/7/2025
3.0.416 139 2/7/2025
3.0.415 5,333 2/7/2025
3.0.414 163 2/7/2025
3.0.413 134 2/7/2025
3.0.412 64,727 1/27/2025
3.0.411 2,967 1/27/2025
3.0.410 174 1/27/2025
3.0.409 6,398 1/27/2025
3.0.408 1,442 1/27/2025
3.0.407 137 1/27/2025
3.0.406 128 1/27/2025
3.0.405 24,544 1/25/2025
3.0.404 20,809 1/24/2025
3.0.403 19,311 1/24/2025
3.0.402 516 1/24/2025
3.0.401 6,624 1/23/2025
3.0.400 133 1/23/2025
3.0.398 7,091 1/23/2025
3.0.397 22,296 1/21/2025
3.0.396 139 1/21/2025
3.0.395 189 1/21/2025
3.0.394 19,213 1/20/2025
3.0.393 4,588 1/20/2025
3.0.392 1,843 1/20/2025
3.0.391 141 1/20/2025
3.0.390 10,587 1/20/2025
3.0.389 126 1/20/2025
3.0.388 4,085 1/20/2025
3.0.387 142 1/20/2025
3.0.386 129 1/20/2025
3.0.385 8,854 1/20/2025
3.0.384 131 1/20/2025
3.0.383 131 1/20/2025
3.0.382 122 1/20/2025
3.0.381 27,755 1/19/2025
3.0.380 341 1/19/2025
3.0.379 114 1/19/2025
3.0.378 16,089 1/18/2025
3.0.377 15,144 1/16/2025
3.0.376 17,197 1/16/2025
3.0.375 14,370 1/16/2025
3.0.374 12,858 1/15/2025
3.0.373 5,047 1/15/2025
3.0.372 3,774 1/15/2025
3.0.371 7,103 1/15/2025
3.0.370 5,715 1/15/2025
3.0.369 3,091 1/14/2025
3.0.368 1,243 1/14/2025
3.0.367 714 1/14/2025
3.0.366 270 1/14/2025
3.0.365 121 1/14/2025
3.0.364 3,624 1/14/2025
3.0.363 2,204 1/14/2025
3.0.362 124 1/14/2025
3.0.361 5,256 1/14/2025
3.0.360 22,968 1/12/2025
3.0.359 16,000 1/10/2025
3.0.358 4,595 1/10/2025
3.0.357 129 1/10/2025
3.0.356 132 1/10/2025
3.0.355 3,955 1/10/2025
3.0.354 138 1/10/2025
3.0.353 164 1/10/2025
3.0.352 133 1/10/2025
3.0.351 25,681 1/2/2025
3.0.350 191 1/2/2025
3.0.349 145 1/2/2025
3.0.348 6,629 1/2/2025
3.0.347 159 1/2/2025
3.0.346 162 1/2/2025
3.0.345 1,663 1/2/2025
3.0.344 17,089 1/1/2025
3.0.343 171 1/1/2025
3.0.342 176 1/1/2025
3.0.341 603 12/31/2024
3.0.340 152 12/31/2024
3.0.339 160 12/31/2024
3.0.338 2,164 12/31/2024
3.0.337 174 12/31/2024
3.0.336 157 12/31/2024
3.0.335 183 12/31/2024
3.0.334 8,180 12/31/2024
3.0.333 22,112 12/31/2024
3.0.332 135 12/31/2024
3.0.331 165 12/31/2024
3.0.330 9,830 12/31/2024
3.0.329 160 12/31/2024
3.0.328 144 12/31/2024
3.0.327 4,338 12/31/2024
3.0.326 40,299 12/24/2024
3.0.325 135 12/24/2024
3.0.324 141 12/24/2024
3.0.323 6,839 12/24/2024
3.0.322 154 12/24/2024
3.0.321 150 12/24/2024
3.0.320 1,647 12/24/2024
3.0.319 40,545 12/22/2024
3.0.318 514 12/22/2024
3.0.317 152 12/22/2024
3.0.316 6,753 12/21/2024
3.0.315 134 12/21/2024
3.0.314 1,073 12/21/2024
3.0.313 9,805 12/21/2024
3.0.312 139 12/21/2024
3.0.311 3,429 12/21/2024
3.0.310 5,097 12/21/2024
3.0.309 163 12/21/2024
3.0.308 7,266 12/21/2024
3.0.307 150 12/21/2024
3.0.306 654 12/21/2024
3.0.305 5,142 12/21/2024
3.0.304 141 12/21/2024
3.0.303 7,326 12/20/2024
3.0.302 3,847 12/20/2024
3.0.301 147 12/20/2024
3.0.300 14,665 12/19/2024
3.0.299 1,510 12/19/2024
3.0.298 695 12/18/2024
3.0.297 140 12/18/2024
3.0.296 277 12/18/2024
3.0.295 25,182 12/17/2024
3.0.294 3,924 12/17/2024
3.0.293 173 12/17/2024
3.0.292 413 12/16/2024
3.0.291 151 12/16/2024
3.0.290 141 12/16/2024
3.0.289 149 12/16/2024
3.0.288 56,435 12/5/2024
3.0.287 24,314 12/4/2024
3.0.286 8,607 12/4/2024
3.0.285 5,698 12/4/2024
3.0.284 3,418 12/4/2024
3.0.283 7,086 12/4/2024
3.0.282 237 12/4/2024
3.0.281 14,279 12/3/2024
3.0.280 168 12/3/2024
3.0.279 6,837 12/3/2024
3.0.278 4,149 12/2/2024
3.0.277 150 12/2/2024
3.0.276 6,174 12/2/2024
3.0.275 14,554 12/1/2024
3.0.274 5,929 12/1/2024
3.0.273 169 12/1/2024
3.0.272 167 12/1/2024
3.0.271 40,911 11/19/2024
3.0.270 166 11/19/2024
3.0.269 5,444 11/19/2024
3.0.268 177 11/19/2024
3.0.267 150 11/19/2024
3.0.266 14,364 11/19/2024
3.0.265 3,803 11/19/2024
3.0.264 28,260 11/14/2024
3.0.263 175 11/14/2024
3.0.262 3,029 11/14/2024
3.0.261 160 11/14/2024
3.0.260 156 11/14/2024
3.0.259 1,851 11/13/2024
3.0.258 173 11/13/2024
2.1.257 52,834 11/8/2024
2.1.256 14,358 11/8/2024
2.1.255 135 11/8/2024
2.1.254 127 11/8/2024
2.1.253 48,394 10/28/2024
2.1.252 114,414 10/1/2024
2.1.251 16,961 9/30/2024
2.1.250 30,221 9/27/2024
2.1.249 147 9/27/2024
2.1.248 138 9/27/2024
2.1.247 2,861 9/27/2024
2.1.246 128 9/27/2024
2.1.245 131 9/27/2024
2.1.244 131 9/27/2024
2.1.243 54,861 9/23/2024
2.1.242 838 9/23/2024
2.1.241 3,789 9/23/2024
2.1.240 140 9/23/2024
2.1.239 1,338 9/23/2024
2.1.238 164 9/23/2024
2.1.237 7,411 9/22/2024
2.1.236 28,431 9/17/2024
2.1.235 278 9/17/2024
2.1.234 152 9/17/2024
2.1.233 244 9/17/2024
2.1.232 174 9/17/2024
2.1.231 4,232 9/17/2024
2.1.230 182 9/17/2024
2.1.229 50,248 9/11/2024
2.1.228 17,128 9/11/2024
2.1.227 23,622 9/9/2024
2.1.226 9,730 9/9/2024
2.1.225 5,963 9/9/2024
2.1.224 8,381 9/9/2024
2.1.223 9,016 9/9/2024
2.1.222 154 9/9/2024
2.1.221 182 9/9/2024
2.1.220 36,653 9/5/2024
2.1.219 7,249 9/5/2024
2.1.218 156 9/5/2024
2.1.217 164 9/5/2024
2.1.216 1,260 9/5/2024
2.1.215 176 9/5/2024
2.1.214 3,945 9/5/2024
2.1.213 20,925 9/4/2024
2.1.212 49,887 8/20/2024
2.1.211 5,714 8/20/2024
2.1.210 156 8/20/2024
2.1.209 157 8/20/2024
2.1.208 5,064 8/20/2024
2.1.207 163 8/20/2024
2.1.206 160 8/20/2024
2.1.205 73,152 7/24/2024
2.1.204 5,857 7/24/2024
2.1.203 128 7/24/2024
2.1.202 28,209 7/13/2024
2.1.201 163 7/13/2024
2.1.200 15,807 7/10/2024
2.1.199 4,698 7/10/2024
2.1.198 185 7/10/2024
2.1.196 4,354 7/9/2024
2.1.194 3,402 7/9/2024
2.1.193 19,638 7/9/2024
2.1.192 5,996 7/9/2024
2.1.191 699 7/9/2024
2.1.190 153 7/9/2024
2.1.189 9,272 7/9/2024
2.1.188 2,856 7/8/2024
2.1.187 149 7/8/2024
2.1.186 168 7/8/2024
2.1.185 138 7/8/2024
2.1.184 139 7/8/2024
2.1.183 5,478 7/8/2024
2.1.182 160 7/8/2024
2.1.181 151 7/8/2024
2.1.180 611 7/8/2024
2.1.179 24,994 7/7/2024
2.1.178 3,301 7/7/2024
2.1.177 22,223 7/3/2024
2.1.176 37,635 6/14/2024
2.1.174 43,457 5/27/2024
2.1.173 3,133 5/27/2024
2.1.172 134 5/27/2024
2.1.171 20,389 5/25/2024
2.1.170 7,532 5/25/2024
2.1.169 157 5/25/2024
2.1.168 154 5/25/2024
2.1.167 4,468 5/25/2024
2.1.166 159 5/25/2024
2.1.165 182 5/25/2024
2.1.164 166 5/25/2024
2.1.163 4,156 5/25/2024
2.1.162 142 5/25/2024
2.1.161 19,045 5/22/2024
2.1.160 4,817 5/22/2024
2.1.159 2,457 5/22/2024
2.1.158 152 5/22/2024
2.1.157 155 5/22/2024
2.1.156 161 5/22/2024
2.1.155 9,890 5/22/2024
2.1.154 16,443 5/16/2024
2.1.153 47,376 4/28/2024
2.1.152 143 4/28/2024
2.1.151 7,449 4/28/2024
2.1.150 139 4/28/2024
2.1.149 157 4/28/2024
2.1.148 719 4/28/2024
2.1.147 150 4/28/2024
2.1.146 162 4/28/2024
2.1.145 5,258 4/27/2024
2.1.144 183 4/27/2024
2.1.143 149 4/27/2024
2.1.142 38,171 4/12/2024
2.1.141 191 4/12/2024
2.1.140 4,866 4/12/2024
2.1.139 182 4/12/2024
2.1.138 160 4/12/2024
2.1.137 3,179 4/12/2024
2.1.136 178 4/12/2024
2.1.135 166 4/12/2024
2.1.134 154 4/12/2024
2.1.133 27,738 4/1/2024
2.1.132 18,667 3/25/2024
2.1.131 20,267 3/18/2024
2.1.130 242 3/18/2024
2.1.129 400 3/18/2024
2.1.128 18,993 3/13/2024
2.1.127 228 3/13/2024
2.1.126 215 3/13/2024
2.1.125 1,724 3/13/2024
2.1.124 212 3/13/2024
2.1.123 225 3/13/2024
2.1.122 38,059 3/8/2024
2.1.121 15,973 3/3/2024
2.1.120 13,404 3/2/2024
2.1.119 2,108 3/1/2024
2.1.117 12,204 2/28/2024
2.1.116 23,173 2/25/2024
2.1.115 263 2/25/2024
2.1.114 18,621 2/21/2024
2.1.113 4,754 2/21/2024
2.1.112 2,861 2/21/2024
2.1.111 1,931 2/21/2024
2.1.110 283 2/21/2024
2.1.109 6,065 2/21/2024
2.1.108 273 2/21/2024
2.1.107 295 2/21/2024
2.1.106 15,041 2/20/2024
2.1.105 1,684 2/20/2024
2.1.104 10,078 2/19/2024
2.1.103 10,303 2/16/2024
2.1.102 7,026 2/16/2024
2.1.101 277 2/16/2024
2.1.100 6,661 2/16/2024
2.1.99 40,440 2/9/2024
2.1.98 36,519 2/7/2024
2.1.97 4,637 2/6/2024
2.1.96 2,836 2/6/2024
2.1.95 501 2/6/2024
2.1.94 301 2/6/2024
2.1.93 13,551 2/4/2024
2.1.92 99,033 1/15/2024
2.1.91 5,397 1/15/2024
2.1.90 414 1/15/2024
2.1.89 3,170 1/15/2024
2.1.88 360 1/15/2024
2.1.87 37,577 1/7/2024
2.1.86 7,419 1/5/2024
2.1.85 4,510 1/5/2024
2.1.84 390 1/5/2024
2.1.83 415 1/5/2024
2.1.82 5,121 1/5/2024
2.1.81 12,832 1/1/2024
2.1.80 466 1/1/2024
2.1.79 8,417 12/28/2023
2.1.78 4,295 12/28/2023
2.1.77 4,184 12/27/2023
2.1.76 439 12/27/2023
2.1.75 444 12/27/2023
2.1.74 5,048 12/27/2023
2.1.73 420 12/27/2023
2.1.72 457 12/27/2023
2.1.71 15,812 12/25/2023
2.1.70 925 12/25/2023
2.1.69 453 12/25/2023
2.1.68 459 12/25/2023
2.1.67 4,791 12/25/2023
2.1.66 12,835 12/24/2023
2.1.65 7,751 12/23/2023
2.1.64 2,111 12/23/2023
2.1.63 428 12/23/2023
2.1.62 5,573 12/23/2023
2.1.61 466 12/23/2023
2.1.60 418 12/23/2023
2.1.59 1,871 12/23/2023
2.1.58 421 12/23/2023
2.1.57 13,814 12/19/2023
2.1.56 4,629 12/18/2023
2.1.55 12,934 12/10/2023
2.1.51 6,341 12/10/2023
2.1.50 11,126 12/9/2023
2.1.49 467 12/9/2023
2.1.48 551 12/9/2023
2.1.47 481 12/9/2023
2.1.46 483 12/9/2023
2.1.45 501 12/9/2023
2.1.44 7,520 12/9/2023
2.1.43 11,670 12/6/2023
2.1.42 9,372 12/4/2023
2.1.41 5,982 12/4/2023
2.1.40 517 12/4/2023
2.1.39 919 12/4/2023
2.1.38 556 12/4/2023
2.1.37 15,812 11/23/2023
2.1.36 462 11/23/2023
2.1.35 852 11/23/2023
2.1.34 486 11/23/2023
2.1.33 2,076 11/23/2023
2.1.32 3,247 11/23/2023
2.1.31 9,584 11/20/2023
2.1.30 3,892 11/20/2023
2.1.29 6,853 11/19/2023
2.1.28 1,205 11/19/2023
2.1.27 487 11/19/2023
2.1.26 483 11/19/2023
2.1.25 465 11/19/2023
2.1.24 2,373 11/19/2023
2.1.23 10,092 11/18/2023
2.1.22 514 11/18/2023
2.1.21 3,361 11/18/2023
2.1.20 2,282 11/18/2023
2.1.19 498 11/18/2023
2.1.18 5,858 11/17/2023
2.1.17 1,496 11/17/2023
2.1.16 503 11/17/2023
2.1.15 487 11/17/2023
2.1.14 1,915 11/17/2023
2.1.13 8,031 11/17/2023
2.1.12 2,142 11/17/2023
2.1.11 483 11/17/2023
2.1.10 526 11/17/2023
2.1.9 535 11/17/2023
2.1.8 3,729 11/17/2023
2.1.7 1,693 11/16/2023
2.1.6 452 11/16/2023
2.1.5 941 11/16/2023
2.1.4 476 11/16/2023
2.0.140 5,599 11/15/2023
2.0.139 507 11/15/2023
2.0.138 483 11/15/2023
2.0.137 493 11/15/2023
2.0.136 489 11/15/2023
2.0.3 478 11/16/2023
2.0.2 492 11/16/2023
2.0.1 444 11/16/2023
1.0.135 12,315 11/10/2023
1.0.134 513 11/10/2023
1.0.133 5,873 11/9/2023
1.0.132 460 11/9/2023
1.0.131 510 11/9/2023
1.0.130 2,131 11/8/2023
1.0.129 10,607 11/6/2023
1.0.128 489 11/6/2023
1.0.127 515 11/6/2023
1.0.126 513 11/6/2023
1.0.125 3,955 11/3/2023
1.0.124 7,132 11/2/2023
1.0.123 534 11/2/2023
1.0.122 518 11/2/2023
1.0.121 482 11/2/2023
1.0.120 3,819 11/1/2023
1.0.119 19,848 10/18/2023
1.0.118 558 10/18/2023
1.0.117 556 10/18/2023
1.0.116 522 10/18/2023
1.0.115 4,292 10/17/2023
1.0.114 5,008 10/16/2023
1.0.113 548 10/16/2023
1.0.112 538 10/16/2023
1.0.111 564 10/16/2023
1.0.110 7,449 10/13/2023
1.0.109 587 10/13/2023
1.0.108 13,968 9/19/2023
1.0.107 577 9/19/2023
1.0.106 590 9/19/2023
1.0.105 535 9/19/2023
1.0.104 6,690 9/18/2023
1.0.103 582 9/18/2023
1.0.102 16,335 8/30/2023
1.0.101 656 8/30/2023
1.0.100 603 8/30/2023
1.0.99 604 8/30/2023
1.0.98 616 8/30/2023
1.0.97 12,196 8/25/2023
1.0.96 5,564 8/24/2023
1.0.95 616 8/24/2023
1.0.94 10,802 8/18/2023
1.0.93 639 8/18/2023
1.0.92 5,014 8/17/2023
1.0.91 607 8/17/2023
1.0.90 629 8/17/2023
1.0.89 18,521 8/8/2023
1.0.88 670 8/8/2023
1.0.87 6,033 8/7/2023
1.0.86 681 8/7/2023
1.0.85 664 8/7/2023
1.0.84 22,471 7/10/2023
1.0.83 726 7/10/2023
1.0.82 741 7/10/2023
1.0.81 754 7/10/2023
1.0.80 5,116 7/7/2023
1.0.79 699 7/7/2023
1.0.78 16,717 6/29/2023
1.0.77 4,650 6/28/2023
1.0.76 726 6/28/2023
1.0.75 750 6/28/2023
1.0.74 48,113 6/7/2023
1.0.73 6,177 6/7/2023
1.0.72 762 6/7/2023
1.0.71 758 6/7/2023
1.0.70 7,503 6/6/2023
1.0.69 746 6/6/2023
1.0.68 2,907 6/5/2023
1.0.67 750 6/5/2023
1.0.66 7,333 6/2/2023
1.0.65 770 6/2/2023
1.0.64 759 6/2/2023
1.0.63 28,890 5/30/2023
1.0.62 753 5/30/2023
1.0.61 8,400 5/29/2023
1.0.60 754 5/29/2023
1.0.59 6,690 5/26/2023
1.0.58 12,476 5/25/2023
1.0.57 755 5/25/2023
1.0.56 6,440 5/24/2023
1.0.55 776 5/24/2023
1.0.54 770 5/24/2023
1.0.53 749 5/24/2023
1.0.52 856 5/24/2023
1.0.51 4,305 5/23/2023
1.0.50 755 5/23/2023
1.0.49 763 5/23/2023
1.0.46 13,571 5/22/2023
1.0.45 11,093 5/18/2023
1.0.44 6,644 5/17/2023
1.0.43 743 5/17/2023
1.0.42 730 5/17/2023
1.0.41 721 5/17/2023
1.0.40 17,502 4/24/2023
1.0.39 2,464 4/24/2023
1.0.38 804 4/24/2023
1.0.37 4,130 4/21/2023
1.0.36 752 4/21/2023
1.0.35 767 4/21/2023
1.0.34 4,577 4/20/2023
1.0.33 947 4/20/2023
1.0.32 885 4/20/2023
1.0.31 4,230 4/19/2023
1.0.30 1,971 4/18/2023
1.0.29 792 4/18/2023
1.0.28 1,936 4/18/2023
1.0.27 3,421 4/17/2023
1.0.26 868 4/16/2023
1.0.25 813 4/16/2023
1.0.24 3,569 4/14/2023
1.0.23 2,613 4/13/2023
1.0.22 2,516 4/12/2023
1.0.21 794 4/12/2023
1.0.20 790 4/12/2023
1.0.19 1,813 4/11/2023
1.0.18 859 4/11/2023
1.0.17 2,660 4/11/2023
1.0.16 3,046 4/7/2023
1.0.15 3,887 4/3/2023
1.0.14 832 4/3/2023
1.0.13 823 4/3/2023
1.0.12 782 4/3/2023
1.0.11 2,111 4/1/2023
1.0.10 1,217 3/30/2023
1.0.9 963 3/26/2023
1.0.7 4,052 2/27/2023
1.0.6 872 2/26/2023
1.0.5 844 2/22/2023
1.0.4 1,044 2/22/2023
1.0.3 877 2/22/2023
1.0.2 1,422 2/12/2023
1.0.1 1,076 2/12/2023