Soenneker.Extensions.String 3.0.538

Prefix Reserved
dotnet add package Soenneker.Extensions.String --version 3.0.538
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.538
                    
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.538" />
                    
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.538" />
                    
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.538
                    
#r "nuget: Soenneker.Extensions.String, 3.0.538"
                    
#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.
#addin nuget:?package=Soenneker.Extensions.String&version=3.0.538
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.538
                    
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 (54)

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.Extensions.Enumerable.String

A collection of helpful enumerable string extension methods

Soenneker.Extensions.Type

An extension library for useful Type operations

Soenneker.Documents.Document

The base document type providing a building block for storage objects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.538 15 6/28/2025
3.0.537 15 6/27/2025
3.0.536 13 6/27/2025
3.0.535 28 6/27/2025
3.0.534 27 6/27/2025
3.0.533 29 6/27/2025
3.0.532 3,945 6/24/2025
3.0.531 15,070 6/11/2025
3.0.530 10,884 6/10/2025
3.0.529 20,378 6/2/2025
3.0.528 11,657 5/27/2025
3.0.527 2,166 5/27/2025
3.0.526 135 5/27/2025
3.0.525 3,082 5/27/2025
3.0.524 137 5/27/2025
3.0.523 144 5/27/2025
3.0.522 3,940 5/27/2025
3.0.521 18,565 5/25/2025
3.0.520 11,019 5/23/2025
3.0.519 3,787 5/23/2025
3.0.518 141 5/23/2025
3.0.517 129 5/23/2025
3.0.516 2,419 5/22/2025
3.0.515 142 5/22/2025
3.0.514 4,130 5/22/2025
3.0.513 29,298 5/14/2025
3.0.512 17,634 5/8/2025
3.0.511 4,231 5/8/2025
3.0.510 147 5/8/2025
3.0.509 901 5/8/2025
3.0.508 240 5/7/2025
3.0.507 150 5/7/2025
3.0.506 3,620 5/7/2025
3.0.505 20,310 5/5/2025
3.0.504 3,019 5/5/2025
3.0.503 229 5/5/2025
3.0.502 142 5/5/2025
3.0.501 5,091 5/5/2025
3.0.500 1,113 5/5/2025
3.0.499 148 5/5/2025
3.0.498 228 5/5/2025
3.0.497 144 5/5/2025
3.0.496 310 5/5/2025
3.0.495 8,381 5/5/2025
3.0.494 143 5/5/2025
3.0.493 27,299 4/27/2025
3.0.492 102 4/27/2025
3.0.491 5,492 4/26/2025
3.0.490 11,890 4/8/2025
3.0.489 2,378 4/8/2025
3.0.488 165 4/8/2025
3.0.487 168 4/8/2025
3.0.486 3,069 4/8/2025
3.0.485 251 4/8/2025
3.0.484 1,125 4/8/2025
3.0.483 2,709 4/8/2025
3.0.482 28,201 4/8/2025
3.0.481 491 4/8/2025
3.0.480 56,333 4/6/2025
3.0.479 8,551 4/6/2025
3.0.478 3,000 4/6/2025
3.0.477 3,434 4/6/2025
3.0.476 2,697 4/6/2025
3.0.475 145 4/6/2025
3.0.474 150 4/6/2025
3.0.473 8,671 4/6/2025
3.0.472 132 4/6/2025
3.0.471 143 4/6/2025
3.0.470 3,543 4/5/2025
3.0.469 117 4/5/2025
3.0.468 34,665 4/4/2025
3.0.467 105 4/4/2025
3.0.466 197 4/4/2025
3.0.465 9,258 4/4/2025
3.0.464 149,104 3/11/2025
3.0.463 11,999 3/11/2025
3.0.462 169 3/11/2025
3.0.461 8,673 3/11/2025
3.0.460 174 3/11/2025
3.0.459 55,428 3/1/2025
3.0.458 6,570 3/1/2025
3.0.457 103 3/1/2025
3.0.456 4,326 3/1/2025
3.0.455 106 3/1/2025
3.0.454 104 3/1/2025
3.0.453 2,225 3/1/2025
3.0.452 109 3/1/2025
3.0.451 109 3/1/2025
3.0.450 109 3/1/2025
3.0.449 113 3/1/2025
3.0.448 38,566 2/24/2025
3.0.447 1,725 2/24/2025
3.0.446 36,541 2/21/2025
3.0.445 27,752 2/18/2025
3.0.444 1,601 2/18/2025
3.0.443 114 2/18/2025
3.0.442 118 2/18/2025
3.0.441 27,709 2/13/2025
3.0.440 21,453 2/11/2025
3.0.439 4,134 2/11/2025
3.0.438 7,154 2/11/2025
3.0.437 5,559 2/11/2025
3.0.436 3,389 2/10/2025
3.0.435 130 2/10/2025
3.0.434 2,960 2/10/2025
3.0.433 12,528 2/10/2025
3.0.432 5,936 2/10/2025
3.0.431 313 2/10/2025
3.0.430 109 2/10/2025
3.0.429 18,098 2/10/2025
3.0.428 126 2/10/2025
3.0.427 27,561 2/8/2025
3.0.426 2,434 2/7/2025
3.0.425 114 2/7/2025
3.0.424 8,986 2/7/2025
3.0.423 3,184 2/7/2025
3.0.422 2,417 2/7/2025
3.0.421 117 2/7/2025
3.0.420 116 2/7/2025
3.0.419 2,474 2/7/2025
3.0.418 134 2/7/2025
3.0.417 113 2/7/2025
3.0.416 117 2/7/2025
3.0.415 5,311 2/7/2025
3.0.414 143 2/7/2025
3.0.413 116 2/7/2025
3.0.412 64,675 1/27/2025
3.0.411 2,944 1/27/2025
3.0.410 156 1/27/2025
3.0.409 6,376 1/27/2025
3.0.408 1,427 1/27/2025
3.0.407 119 1/27/2025
3.0.406 107 1/27/2025
3.0.405 24,512 1/25/2025
3.0.404 20,776 1/24/2025
3.0.403 19,272 1/24/2025
3.0.402 497 1/24/2025
3.0.401 6,604 1/23/2025
3.0.400 108 1/23/2025
3.0.398 7,072 1/23/2025
3.0.397 22,276 1/21/2025
3.0.396 122 1/21/2025
3.0.395 170 1/21/2025
3.0.394 19,180 1/20/2025
3.0.393 4,568 1/20/2025
3.0.392 1,826 1/20/2025
3.0.391 125 1/20/2025
3.0.390 10,564 1/20/2025
3.0.389 108 1/20/2025
3.0.388 4,060 1/20/2025
3.0.387 127 1/20/2025
3.0.386 111 1/20/2025
3.0.385 8,830 1/20/2025
3.0.384 109 1/20/2025
3.0.383 113 1/20/2025
3.0.382 105 1/20/2025
3.0.381 27,734 1/19/2025
3.0.380 320 1/19/2025
3.0.379 99 1/19/2025
3.0.378 16,069 1/18/2025
3.0.377 15,115 1/16/2025
3.0.376 17,173 1/16/2025
3.0.375 14,344 1/16/2025
3.0.374 12,837 1/15/2025
3.0.373 5,029 1/15/2025
3.0.372 3,756 1/15/2025
3.0.371 7,081 1/15/2025
3.0.370 5,698 1/15/2025
3.0.369 3,074 1/14/2025
3.0.368 1,223 1/14/2025
3.0.367 696 1/14/2025
3.0.366 247 1/14/2025
3.0.365 104 1/14/2025
3.0.364 3,605 1/14/2025
3.0.363 2,186 1/14/2025
3.0.362 101 1/14/2025
3.0.361 5,238 1/14/2025
3.0.360 22,944 1/12/2025
3.0.359 15,972 1/10/2025
3.0.358 4,571 1/10/2025
3.0.357 111 1/10/2025
3.0.356 113 1/10/2025
3.0.355 3,937 1/10/2025
3.0.354 120 1/10/2025
3.0.353 147 1/10/2025
3.0.352 118 1/10/2025
3.0.351 25,654 1/2/2025
3.0.350 172 1/2/2025
3.0.349 131 1/2/2025
3.0.348 6,612 1/2/2025
3.0.347 139 1/2/2025
3.0.346 139 1/2/2025
3.0.345 1,646 1/2/2025
3.0.344 17,056 1/1/2025
3.0.343 151 1/1/2025
3.0.342 154 1/1/2025
3.0.341 579 12/31/2024
3.0.340 133 12/31/2024
3.0.339 139 12/31/2024
3.0.338 2,144 12/31/2024
3.0.337 158 12/31/2024
3.0.336 139 12/31/2024
3.0.335 169 12/31/2024
3.0.334 8,149 12/31/2024
3.0.333 22,079 12/31/2024
3.0.332 122 12/31/2024
3.0.331 146 12/31/2024
3.0.330 9,803 12/31/2024
3.0.329 141 12/31/2024
3.0.328 130 12/31/2024
3.0.327 4,313 12/31/2024
3.0.326 40,261 12/24/2024
3.0.325 118 12/24/2024
3.0.324 123 12/24/2024
3.0.323 6,818 12/24/2024
3.0.322 139 12/24/2024
3.0.321 126 12/24/2024
3.0.320 1,631 12/24/2024
3.0.319 40,518 12/22/2024
3.0.318 493 12/22/2024
3.0.317 133 12/22/2024
3.0.316 6,729 12/21/2024
3.0.315 115 12/21/2024
3.0.314 1,056 12/21/2024
3.0.313 9,787 12/21/2024
3.0.312 122 12/21/2024
3.0.311 3,409 12/21/2024
3.0.310 5,078 12/21/2024
3.0.309 144 12/21/2024
3.0.308 7,248 12/21/2024
3.0.307 134 12/21/2024
3.0.306 636 12/21/2024
3.0.305 5,123 12/21/2024
3.0.304 119 12/21/2024
3.0.303 7,311 12/20/2024
3.0.302 3,820 12/20/2024
3.0.301 119 12/20/2024
3.0.300 14,623 12/19/2024
3.0.299 1,490 12/19/2024
3.0.298 680 12/18/2024
3.0.297 125 12/18/2024
3.0.296 258 12/18/2024
3.0.295 25,163 12/17/2024
3.0.294 3,902 12/17/2024
3.0.293 155 12/17/2024
3.0.292 389 12/16/2024
3.0.291 134 12/16/2024
3.0.290 127 12/16/2024
3.0.289 131 12/16/2024
3.0.288 56,393 12/5/2024
3.0.287 24,277 12/4/2024
3.0.286 8,591 12/4/2024
3.0.285 5,679 12/4/2024
3.0.284 3,397 12/4/2024
3.0.283 7,064 12/4/2024
3.0.282 225 12/4/2024
3.0.281 14,252 12/3/2024
3.0.280 152 12/3/2024
3.0.279 6,811 12/3/2024
3.0.278 4,128 12/2/2024
3.0.277 133 12/2/2024
3.0.276 6,159 12/2/2024
3.0.275 14,531 12/1/2024
3.0.274 5,912 12/1/2024
3.0.273 146 12/1/2024
3.0.272 152 12/1/2024
3.0.271 40,674 11/19/2024
3.0.270 150 11/19/2024
3.0.269 5,426 11/19/2024
3.0.268 162 11/19/2024
3.0.267 136 11/19/2024
3.0.266 14,341 11/19/2024
3.0.265 3,783 11/19/2024
3.0.264 28,238 11/14/2024
3.0.263 162 11/14/2024
3.0.262 3,013 11/14/2024
3.0.261 144 11/14/2024
3.0.260 139 11/14/2024
3.0.259 1,834 11/13/2024
3.0.258 155 11/13/2024
2.1.257 51,463 11/8/2024
2.1.256 14,331 11/8/2024
2.1.255 115 11/8/2024
2.1.254 110 11/8/2024
2.1.253 48,356 10/28/2024
2.1.252 114,038 10/1/2024
2.1.251 16,926 9/30/2024
2.1.250 30,165 9/27/2024
2.1.249 132 9/27/2024
2.1.248 123 9/27/2024
2.1.247 2,842 9/27/2024
2.1.246 115 9/27/2024
2.1.245 115 9/27/2024
2.1.244 115 9/27/2024
2.1.243 54,629 9/23/2024
2.1.242 817 9/23/2024
2.1.241 3,772 9/23/2024
2.1.240 124 9/23/2024
2.1.239 1,315 9/23/2024
2.1.238 149 9/23/2024
2.1.237 7,387 9/22/2024
2.1.236 28,400 9/17/2024
2.1.235 261 9/17/2024
2.1.234 137 9/17/2024
2.1.233 229 9/17/2024
2.1.232 149 9/17/2024
2.1.231 4,218 9/17/2024
2.1.230 168 9/17/2024
2.1.229 50,141 9/11/2024
2.1.228 17,104 9/11/2024
2.1.227 23,592 9/9/2024
2.1.226 9,711 9/9/2024
2.1.225 5,943 9/9/2024
2.1.224 8,363 9/9/2024
2.1.223 8,996 9/9/2024
2.1.222 136 9/9/2024
2.1.221 164 9/9/2024
2.1.220 36,605 9/5/2024
2.1.219 7,227 9/5/2024
2.1.218 135 9/5/2024
2.1.217 148 9/5/2024
2.1.216 1,228 9/5/2024
2.1.215 161 9/5/2024
2.1.214 3,928 9/5/2024
2.1.213 20,894 9/4/2024
2.1.212 49,832 8/20/2024
2.1.211 5,686 8/20/2024
2.1.210 142 8/20/2024
2.1.209 142 8/20/2024
2.1.208 5,044 8/20/2024
2.1.207 146 8/20/2024
2.1.206 142 8/20/2024
2.1.205 73,072 7/24/2024
2.1.204 5,834 7/24/2024
2.1.203 108 7/24/2024
2.1.202 28,067 7/13/2024
2.1.201 142 7/13/2024
2.1.200 15,780 7/10/2024
2.1.199 4,668 7/10/2024
2.1.198 166 7/10/2024
2.1.196 4,322 7/9/2024
2.1.194 3,385 7/9/2024
2.1.193 19,607 7/9/2024
2.1.192 5,979 7/9/2024
2.1.191 679 7/9/2024
2.1.190 136 7/9/2024
2.1.189 9,246 7/9/2024
2.1.188 2,840 7/8/2024
2.1.187 131 7/8/2024
2.1.186 150 7/8/2024
2.1.185 121 7/8/2024
2.1.184 125 7/8/2024
2.1.183 5,449 7/8/2024
2.1.182 143 7/8/2024
2.1.181 134 7/8/2024
2.1.180 592 7/8/2024
2.1.179 24,943 7/7/2024
2.1.178 3,283 7/7/2024
2.1.177 22,190 7/3/2024
2.1.176 37,541 6/14/2024
2.1.174 43,431 5/27/2024
2.1.173 3,117 5/27/2024
2.1.172 118 5/27/2024
2.1.171 20,352 5/25/2024
2.1.170 7,504 5/25/2024
2.1.169 134 5/25/2024
2.1.168 140 5/25/2024
2.1.167 4,440 5/25/2024
2.1.166 143 5/25/2024
2.1.165 165 5/25/2024
2.1.164 153 5/25/2024
2.1.163 4,135 5/25/2024
2.1.162 127 5/25/2024
2.1.161 19,010 5/22/2024
2.1.160 4,798 5/22/2024
2.1.159 2,432 5/22/2024
2.1.158 135 5/22/2024
2.1.157 136 5/22/2024
2.1.156 144 5/22/2024
2.1.155 9,862 5/22/2024
2.1.154 16,415 5/16/2024
2.1.153 47,324 4/28/2024
2.1.152 124 4/28/2024
2.1.151 7,425 4/28/2024
2.1.150 123 4/28/2024
2.1.149 138 4/28/2024
2.1.148 706 4/28/2024
2.1.147 135 4/28/2024
2.1.146 143 4/28/2024
2.1.145 5,238 4/27/2024
2.1.144 167 4/27/2024
2.1.143 130 4/27/2024
2.1.142 38,118 4/12/2024
2.1.141 172 4/12/2024
2.1.140 4,843 4/12/2024
2.1.139 164 4/12/2024
2.1.138 145 4/12/2024
2.1.137 3,162 4/12/2024
2.1.136 159 4/12/2024
2.1.135 150 4/12/2024
2.1.134 141 4/12/2024
2.1.133 27,480 4/1/2024
2.1.132 18,638 3/25/2024
2.1.131 20,229 3/18/2024
2.1.130 224 3/18/2024
2.1.129 382 3/18/2024
2.1.128 18,960 3/13/2024
2.1.127 214 3/13/2024
2.1.126 201 3/13/2024
2.1.125 1,707 3/13/2024
2.1.124 195 3/13/2024
2.1.123 206 3/13/2024
2.1.122 38,013 3/8/2024
2.1.121 15,949 3/3/2024
2.1.120 13,376 3/2/2024
2.1.119 2,090 3/1/2024
2.1.117 12,156 2/28/2024
2.1.116 23,107 2/25/2024
2.1.115 246 2/25/2024
2.1.114 18,603 2/21/2024
2.1.113 4,742 2/21/2024
2.1.112 2,843 2/21/2024
2.1.111 1,909 2/21/2024
2.1.110 269 2/21/2024
2.1.109 6,027 2/21/2024
2.1.108 259 2/21/2024
2.1.107 274 2/21/2024
2.1.106 15,011 2/20/2024
2.1.105 1,669 2/20/2024
2.1.104 10,053 2/19/2024
2.1.103 10,279 2/16/2024
2.1.102 7,003 2/16/2024
2.1.101 263 2/16/2024
2.1.100 6,635 2/16/2024
2.1.99 40,389 2/9/2024
2.1.98 36,492 2/7/2024
2.1.97 4,620 2/6/2024
2.1.96 2,822 2/6/2024
2.1.95 479 2/6/2024
2.1.94 285 2/6/2024
2.1.93 13,525 2/4/2024
2.1.92 98,911 1/15/2024
2.1.91 5,383 1/15/2024
2.1.90 396 1/15/2024
2.1.89 3,149 1/15/2024
2.1.88 345 1/15/2024
2.1.87 37,525 1/7/2024
2.1.86 7,400 1/5/2024
2.1.85 4,489 1/5/2024
2.1.84 376 1/5/2024
2.1.83 401 1/5/2024
2.1.82 5,098 1/5/2024
2.1.81 12,793 1/1/2024
2.1.80 452 1/1/2024
2.1.79 8,390 12/28/2023
2.1.78 4,283 12/28/2023
2.1.77 4,169 12/27/2023
2.1.76 428 12/27/2023
2.1.75 428 12/27/2023
2.1.74 5,032 12/27/2023
2.1.73 404 12/27/2023
2.1.72 446 12/27/2023
2.1.71 15,768 12/25/2023
2.1.70 897 12/25/2023
2.1.69 439 12/25/2023
2.1.68 443 12/25/2023
2.1.67 4,752 12/25/2023
2.1.66 12,794 12/24/2023
2.1.65 7,737 12/23/2023
2.1.64 2,094 12/23/2023
2.1.63 414 12/23/2023
2.1.62 5,555 12/23/2023
2.1.61 452 12/23/2023
2.1.60 407 12/23/2023
2.1.59 1,857 12/23/2023
2.1.58 407 12/23/2023
2.1.57 13,783 12/19/2023
2.1.56 4,618 12/18/2023
2.1.55 12,909 12/10/2023
2.1.51 6,323 12/10/2023
2.1.50 11,102 12/9/2023
2.1.49 454 12/9/2023
2.1.48 534 12/9/2023
2.1.47 465 12/9/2023
2.1.46 468 12/9/2023
2.1.45 489 12/9/2023
2.1.44 7,502 12/9/2023
2.1.43 11,646 12/6/2023
2.1.42 9,363 12/4/2023
2.1.41 5,971 12/4/2023
2.1.40 507 12/4/2023
2.1.39 908 12/4/2023
2.1.38 538 12/4/2023
2.1.37 15,789 11/23/2023
2.1.36 452 11/23/2023
2.1.35 840 11/23/2023
2.1.34 474 11/23/2023
2.1.33 2,070 11/23/2023
2.1.32 3,233 11/23/2023
2.1.31 9,570 11/20/2023
2.1.30 3,881 11/20/2023
2.1.29 6,836 11/19/2023
2.1.28 1,190 11/19/2023
2.1.27 472 11/19/2023
2.1.26 470 11/19/2023
2.1.25 456 11/19/2023
2.1.24 2,359 11/19/2023
2.1.23 10,074 11/18/2023
2.1.22 500 11/18/2023
2.1.21 3,347 11/18/2023
2.1.20 2,271 11/18/2023
2.1.19 486 11/18/2023
2.1.18 5,837 11/17/2023
2.1.17 1,486 11/17/2023
2.1.16 492 11/17/2023
2.1.15 476 11/17/2023
2.1.14 1,899 11/17/2023
2.1.13 8,011 11/17/2023
2.1.12 2,125 11/17/2023
2.1.11 472 11/17/2023
2.1.10 514 11/17/2023
2.1.9 519 11/17/2023
2.1.8 3,710 11/17/2023
2.1.7 1,680 11/16/2023
2.1.6 432 11/16/2023
2.1.5 927 11/16/2023
2.1.4 463 11/16/2023
2.0.140 5,585 11/15/2023
2.0.139 494 11/15/2023
2.0.138 472 11/15/2023
2.0.137 481 11/15/2023
2.0.136 471 11/15/2023
2.0.3 461 11/16/2023
2.0.2 478 11/16/2023
2.0.1 430 11/16/2023
1.0.135 12,299 11/10/2023
1.0.134 501 11/10/2023
1.0.133 5,859 11/9/2023
1.0.132 449 11/9/2023
1.0.131 498 11/9/2023
1.0.130 2,119 11/8/2023
1.0.129 10,595 11/6/2023
1.0.128 474 11/6/2023
1.0.127 502 11/6/2023
1.0.126 505 11/6/2023
1.0.125 3,945 11/3/2023
1.0.124 7,117 11/2/2023
1.0.123 522 11/2/2023
1.0.122 503 11/2/2023
1.0.121 473 11/2/2023
1.0.120 3,801 11/1/2023
1.0.119 19,818 10/18/2023
1.0.118 534 10/18/2023
1.0.117 540 10/18/2023
1.0.116 509 10/18/2023
1.0.115 4,277 10/17/2023
1.0.114 4,992 10/16/2023
1.0.113 530 10/16/2023
1.0.112 517 10/16/2023
1.0.111 548 10/16/2023
1.0.110 7,423 10/13/2023
1.0.109 570 10/13/2023
1.0.108 13,942 9/19/2023
1.0.107 560 9/19/2023
1.0.106 570 9/19/2023
1.0.105 522 9/19/2023
1.0.104 6,662 9/18/2023
1.0.103 567 9/18/2023
1.0.102 16,299 8/30/2023
1.0.101 634 8/30/2023
1.0.100 580 8/30/2023
1.0.99 581 8/30/2023
1.0.98 596 8/30/2023
1.0.97 12,117 8/25/2023
1.0.96 5,532 8/24/2023
1.0.95 590 8/24/2023
1.0.94 10,773 8/18/2023
1.0.93 612 8/18/2023
1.0.92 4,978 8/17/2023
1.0.91 584 8/17/2023
1.0.90 601 8/17/2023
1.0.89 18,496 8/8/2023
1.0.88 646 8/8/2023
1.0.87 6,007 8/7/2023
1.0.86 654 8/7/2023
1.0.85 640 8/7/2023
1.0.84 22,432 7/10/2023
1.0.83 699 7/10/2023
1.0.82 714 7/10/2023
1.0.81 726 7/10/2023
1.0.80 5,083 7/7/2023
1.0.79 674 7/7/2023
1.0.78 16,683 6/29/2023
1.0.77 4,612 6/28/2023
1.0.76 699 6/28/2023
1.0.75 725 6/28/2023
1.0.74 48,069 6/7/2023
1.0.73 6,147 6/7/2023
1.0.72 736 6/7/2023
1.0.71 730 6/7/2023
1.0.70 7,475 6/6/2023
1.0.69 717 6/6/2023
1.0.68 2,880 6/5/2023
1.0.67 710 6/5/2023
1.0.66 7,302 6/2/2023
1.0.65 745 6/2/2023
1.0.64 724 6/2/2023
1.0.63 28,859 5/30/2023
1.0.62 716 5/30/2023
1.0.61 8,367 5/29/2023
1.0.60 723 5/29/2023
1.0.59 6,663 5/26/2023
1.0.58 12,447 5/25/2023
1.0.57 731 5/25/2023
1.0.56 6,414 5/24/2023
1.0.55 747 5/24/2023
1.0.54 743 5/24/2023
1.0.53 724 5/24/2023
1.0.52 827 5/24/2023
1.0.51 4,279 5/23/2023
1.0.50 726 5/23/2023
1.0.49 736 5/23/2023
1.0.46 13,539 5/22/2023
1.0.45 11,056 5/18/2023
1.0.44 6,614 5/17/2023
1.0.43 716 5/17/2023
1.0.42 700 5/17/2023
1.0.41 696 5/17/2023
1.0.40 17,472 4/24/2023
1.0.39 2,433 4/24/2023
1.0.38 776 4/24/2023
1.0.37 4,100 4/21/2023
1.0.36 724 4/21/2023
1.0.35 738 4/21/2023
1.0.34 4,552 4/20/2023
1.0.33 916 4/20/2023
1.0.32 859 4/20/2023
1.0.31 4,202 4/19/2023
1.0.30 1,934 4/18/2023
1.0.29 762 4/18/2023
1.0.28 1,906 4/18/2023
1.0.27 3,393 4/17/2023
1.0.26 840 4/16/2023
1.0.25 781 4/16/2023
1.0.24 3,539 4/14/2023
1.0.23 2,585 4/13/2023
1.0.22 2,484 4/12/2023
1.0.21 767 4/12/2023
1.0.20 764 4/12/2023
1.0.19 1,786 4/11/2023
1.0.18 831 4/11/2023
1.0.17 2,634 4/11/2023
1.0.16 3,017 4/7/2023
1.0.15 3,857 4/3/2023
1.0.14 809 4/3/2023
1.0.13 799 4/3/2023
1.0.12 757 4/3/2023
1.0.11 2,078 4/1/2023
1.0.10 1,192 3/30/2023
1.0.9 931 3/26/2023
1.0.7 4,019 2/27/2023
1.0.6 841 2/26/2023
1.0.5 819 2/22/2023
1.0.4 1,014 2/22/2023
1.0.3 852 2/22/2023
1.0.2 1,393 2/12/2023
1.0.1 1,045 2/12/2023