Soenneker.Extensions.String 3.0.509

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.509
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.509
                    
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.509" />
                    
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.509" />
                    
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.509
                    
#r "nuget: Soenneker.Extensions.String, 3.0.509"
                    
#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.509
                    
#: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.509
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.509
                    
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 15,082 9/16/2025
3.0.556 22,579 9/9/2025
3.0.555 21,984 9/3/2025
3.0.554 8,058 9/3/2025
3.0.553 151 9/3/2025
3.0.552 480 9/3/2025
3.0.551 157 9/3/2025
3.0.550 1,166 9/3/2025
3.0.549 29,586 8/16/2025
3.0.548 21,029 8/11/2025
3.0.547 1,553 8/11/2025
3.0.546 144 8/11/2025
3.0.545 2,574 8/11/2025
3.0.544 144 8/11/2025
3.0.543 211 8/11/2025
3.0.542 23,284 8/10/2025
3.0.541 15,840 8/5/2025
3.0.540 10,102 7/29/2025
3.0.539 25,218 7/8/2025
3.0.538 40,353 6/28/2025
3.0.537 4,538 6/27/2025
3.0.536 91 6/27/2025
3.0.535 6,481 6/27/2025
3.0.534 107 6/27/2025
3.0.533 341 6/27/2025
3.0.532 21,218 6/24/2025
3.0.531 17,492 6/11/2025
3.0.530 11,435 6/10/2025
3.0.529 21,317 6/2/2025
3.0.528 12,261 5/27/2025
3.0.527 2,332 5/27/2025
3.0.526 173 5/27/2025
3.0.525 3,262 5/27/2025
3.0.524 181 5/27/2025
3.0.523 176 5/27/2025
3.0.522 4,311 5/27/2025
3.0.521 19,684 5/25/2025
3.0.520 11,631 5/23/2025
3.0.519 4,010 5/23/2025
3.0.518 173 5/23/2025
3.0.517 169 5/23/2025
3.0.516 2,519 5/22/2025
3.0.515 183 5/22/2025
3.0.514 4,368 5/22/2025
3.0.513 31,059 5/14/2025
3.0.512 18,669 5/8/2025
3.0.511 4,494 5/8/2025
3.0.510 196 5/8/2025
3.0.509 962 5/8/2025
3.0.508 291 5/7/2025
3.0.507 179 5/7/2025
3.0.506 3,810 5/7/2025
3.0.505 21,240 5/5/2025
3.0.504 3,217 5/5/2025
3.0.503 272 5/5/2025
3.0.502 186 5/5/2025
3.0.501 5,358 5/5/2025
3.0.500 1,176 5/5/2025
3.0.499 200 5/5/2025
3.0.498 269 5/5/2025
3.0.497 186 5/5/2025
3.0.496 365 5/5/2025
3.0.495 8,899 5/5/2025
3.0.494 186 5/5/2025
3.0.493 28,549 4/27/2025
3.0.492 142 4/27/2025
3.0.491 5,862 4/26/2025
3.0.490 12,594 4/8/2025
3.0.489 2,579 4/8/2025
3.0.488 204 4/8/2025
3.0.487 207 4/8/2025
3.0.486 3,340 4/8/2025
3.0.485 297 4/8/2025
3.0.484 1,197 4/8/2025
3.0.483 2,880 4/8/2025
3.0.482 30,006 4/8/2025
3.0.481 552 4/8/2025
3.0.480 59,439 4/6/2025
3.0.479 8,899 4/6/2025
3.0.478 3,240 4/6/2025
3.0.477 3,716 4/6/2025
3.0.476 2,904 4/6/2025
3.0.475 188 4/6/2025
3.0.474 192 4/6/2025
3.0.473 8,997 4/6/2025
3.0.472 175 4/6/2025
3.0.471 181 4/6/2025
3.0.470 3,765 4/5/2025
3.0.469 151 4/5/2025
3.0.468 36,113 4/4/2025
3.0.467 143 4/4/2025
3.0.466 235 4/4/2025
3.0.465 9,586 4/4/2025
3.0.464 159,179 3/11/2025
3.0.463 12,672 3/11/2025
3.0.462 208 3/11/2025
3.0.461 9,240 3/11/2025
3.0.460 212 3/11/2025
3.0.459 59,196 3/1/2025
3.0.458 6,970 3/1/2025
3.0.457 145 3/1/2025
3.0.456 4,721 3/1/2025
3.0.455 149 3/1/2025
3.0.454 151 3/1/2025
3.0.453 2,404 3/1/2025
3.0.452 153 3/1/2025
3.0.451 147 3/1/2025
3.0.450 165 3/1/2025
3.0.449 141 3/1/2025
3.0.448 40,921 2/24/2025
3.0.447 1,768 2/24/2025
3.0.446 39,081 2/21/2025
3.0.445 29,497 2/18/2025
3.0.444 1,731 2/18/2025
3.0.443 170 2/18/2025
3.0.442 157 2/18/2025
3.0.441 30,857 2/13/2025
3.0.440 22,945 2/11/2025
3.0.439 4,399 2/11/2025
3.0.438 7,740 2/11/2025
3.0.437 5,979 2/11/2025
3.0.436 3,687 2/10/2025
3.0.435 181 2/10/2025
3.0.434 3,136 2/10/2025
3.0.433 12,868 2/10/2025
3.0.432 6,445 2/10/2025
3.0.431 351 2/10/2025
3.0.430 156 2/10/2025
3.0.429 18,658 2/10/2025
3.0.428 162 2/10/2025
3.0.427 29,263 2/8/2025
3.0.426 2,622 2/7/2025
3.0.425 151 2/7/2025
3.0.424 9,408 2/7/2025
3.0.423 3,392 2/7/2025
3.0.422 2,478 2/7/2025
3.0.421 157 2/7/2025
3.0.420 154 2/7/2025
3.0.419 2,677 2/7/2025
3.0.418 170 2/7/2025
3.0.417 149 2/7/2025
3.0.416 159 2/7/2025
3.0.415 5,540 2/7/2025
3.0.414 181 2/7/2025
3.0.413 155 2/7/2025
3.0.412 69,099 1/27/2025
3.0.411 3,155 1/27/2025
3.0.410 202 1/27/2025
3.0.409 6,663 1/27/2025
3.0.408 1,495 1/27/2025
3.0.407 154 1/27/2025
3.0.406 147 1/27/2025
3.0.405 26,221 1/25/2025
3.0.404 22,145 1/24/2025
3.0.403 20,803 1/24/2025
3.0.402 544 1/24/2025
3.0.401 6,845 1/23/2025
3.0.400 156 1/23/2025
3.0.398 7,677 1/23/2025
3.0.397 23,837 1/21/2025
3.0.396 160 1/21/2025
3.0.395 201 1/21/2025
3.0.394 20,572 1/20/2025
3.0.393 4,880 1/20/2025
3.0.392 2,018 1/20/2025
3.0.391 159 1/20/2025
3.0.390 11,309 1/20/2025
3.0.389 150 1/20/2025
3.0.388 4,455 1/20/2025
3.0.387 165 1/20/2025
3.0.386 148 1/20/2025
3.0.385 9,325 1/20/2025
3.0.384 153 1/20/2025
3.0.383 152 1/20/2025
3.0.382 145 1/20/2025
3.0.381 29,858 1/19/2025
3.0.380 384 1/19/2025
3.0.379 131 1/19/2025
3.0.378 17,106 1/18/2025
3.0.377 16,296 1/16/2025
3.0.376 18,743 1/16/2025
3.0.375 15,323 1/16/2025
3.0.374 13,716 1/15/2025
3.0.373 5,279 1/15/2025
3.0.372 3,992 1/15/2025
3.0.371 7,436 1/15/2025
3.0.370 6,247 1/15/2025
3.0.369 3,466 1/14/2025
3.0.368 1,301 1/14/2025
3.0.367 799 1/14/2025
3.0.366 291 1/14/2025
3.0.365 142 1/14/2025
3.0.364 3,993 1/14/2025
3.0.363 2,442 1/14/2025
3.0.362 145 1/14/2025
3.0.361 5,719 1/14/2025
3.0.360 24,971 1/12/2025
3.0.359 17,275 1/10/2025
3.0.358 5,028 1/10/2025
3.0.357 164 1/10/2025
3.0.356 155 1/10/2025
3.0.355 4,249 1/10/2025
3.0.354 167 1/10/2025
3.0.353 184 1/10/2025
3.0.352 155 1/10/2025
3.0.351 27,411 1/2/2025
3.0.350 215 1/2/2025
3.0.349 165 1/2/2025
3.0.348 7,020 1/2/2025
3.0.347 176 1/2/2025
3.0.346 188 1/2/2025
3.0.345 1,816 1/2/2025
3.0.344 18,262 1/1/2025
3.0.343 194 1/1/2025
3.0.342 197 1/1/2025
3.0.341 634 12/31/2024
3.0.340 174 12/31/2024
3.0.339 178 12/31/2024
3.0.338 2,314 12/31/2024
3.0.337 193 12/31/2024
3.0.336 167 12/31/2024
3.0.335 202 12/31/2024
3.0.334 8,758 12/31/2024
3.0.333 23,491 12/31/2024
3.0.332 153 12/31/2024
3.0.331 183 12/31/2024
3.0.330 10,395 12/31/2024
3.0.329 180 12/31/2024
3.0.328 162 12/31/2024
3.0.327 4,678 12/31/2024
3.0.326 42,982 12/24/2024
3.0.325 157 12/24/2024
3.0.324 164 12/24/2024
3.0.323 7,280 12/24/2024
3.0.322 164 12/24/2024
3.0.321 170 12/24/2024
3.0.320 1,760 12/24/2024
3.0.319 43,082 12/22/2024
3.0.318 559 12/22/2024
3.0.317 173 12/22/2024
3.0.316 7,387 12/21/2024
3.0.315 152 12/21/2024
3.0.314 1,140 12/21/2024
3.0.313 10,460 12/21/2024
3.0.312 159 12/21/2024
3.0.311 3,482 12/21/2024
3.0.310 5,408 12/21/2024
3.0.309 181 12/21/2024
3.0.308 7,947 12/21/2024
3.0.307 171 12/21/2024
3.0.306 756 12/21/2024
3.0.305 5,637 12/21/2024
3.0.304 162 12/21/2024
3.0.303 7,614 12/20/2024
3.0.302 4,185 12/20/2024
3.0.301 170 12/20/2024
3.0.300 15,436 12/19/2024
3.0.299 1,577 12/19/2024
3.0.298 742 12/18/2024
3.0.297 161 12/18/2024
3.0.296 293 12/18/2024
3.0.295 26,992 12/17/2024
3.0.294 4,157 12/17/2024
3.0.293 195 12/17/2024
3.0.292 432 12/16/2024
3.0.291 171 12/16/2024
3.0.290 157 12/16/2024
3.0.289 159 12/16/2024
3.0.288 60,053 12/5/2024
3.0.287 25,694 12/4/2024
3.0.286 9,095 12/4/2024
3.0.285 5,951 12/4/2024
3.0.284 3,600 12/4/2024
3.0.283 7,493 12/4/2024
3.0.282 260 12/4/2024
3.0.281 15,238 12/3/2024
3.0.280 191 12/3/2024
3.0.279 7,137 12/3/2024
3.0.278 4,361 12/2/2024
3.0.277 171 12/2/2024
3.0.276 6,446 12/2/2024
3.0.275 15,251 12/1/2024
3.0.274 6,183 12/1/2024
3.0.273 179 12/1/2024
3.0.272 189 12/1/2024
3.0.271 43,281 11/19/2024
3.0.270 189 11/19/2024
3.0.269 5,770 11/19/2024
3.0.268 194 11/19/2024
3.0.267 173 11/19/2024
3.0.266 15,007 11/19/2024
3.0.265 4,062 11/19/2024
3.0.264 29,898 11/14/2024
3.0.263 182 11/14/2024
3.0.262 3,328 11/14/2024
3.0.261 179 11/14/2024
3.0.260 173 11/14/2024
3.0.259 1,971 11/13/2024
3.0.258 198 11/13/2024
2.1.257 55,822 11/8/2024
2.1.256 15,092 11/8/2024
2.1.255 147 11/8/2024
2.1.254 149 11/8/2024
2.1.253 51,123 10/28/2024
2.1.252 121,568 10/1/2024
2.1.251 17,928 9/30/2024
2.1.250 31,934 9/27/2024
2.1.249 169 9/27/2024
2.1.248 160 9/27/2024
2.1.247 3,053 9/27/2024
2.1.246 152 9/27/2024
2.1.245 152 9/27/2024
2.1.244 154 9/27/2024
2.1.243 58,371 9/23/2024
2.1.242 867 9/23/2024
2.1.241 3,907 9/23/2024
2.1.240 164 9/23/2024
2.1.239 1,416 9/23/2024
2.1.238 183 9/23/2024
2.1.237 7,905 9/22/2024
2.1.236 30,429 9/17/2024
2.1.235 308 9/17/2024
2.1.234 170 9/17/2024
2.1.233 268 9/17/2024
2.1.232 191 9/17/2024
2.1.231 4,491 9/17/2024
2.1.230 194 9/17/2024
2.1.229 52,757 9/11/2024
2.1.228 18,013 9/11/2024
2.1.227 24,795 9/9/2024
2.1.226 10,076 9/9/2024
2.1.225 6,228 9/9/2024
2.1.224 8,764 9/9/2024
2.1.223 9,484 9/9/2024
2.1.222 178 9/9/2024
2.1.221 202 9/9/2024
2.1.220 38,400 9/5/2024
2.1.219 7,727 9/5/2024
2.1.218 180 9/5/2024
2.1.217 188 9/5/2024
2.1.216 1,312 9/5/2024
2.1.215 197 9/5/2024
2.1.214 4,213 9/5/2024
2.1.213 21,978 9/4/2024
2.1.212 53,105 8/20/2024
2.1.211 5,947 8/20/2024
2.1.210 177 8/20/2024
2.1.209 177 8/20/2024
2.1.208 5,446 8/20/2024
2.1.207 181 8/20/2024
2.1.206 181 8/20/2024
2.1.205 77,582 7/24/2024
2.1.204 6,150 7/24/2024
2.1.203 147 7/24/2024
2.1.202 29,773 7/13/2024
2.1.201 188 7/13/2024
2.1.200 16,668 7/10/2024
2.1.199 4,888 7/10/2024
2.1.198 212 7/10/2024
2.1.196 4,601 7/9/2024
2.1.194 3,558 7/9/2024
2.1.193 20,829 7/9/2024
2.1.192 6,312 7/9/2024
2.1.191 721 7/9/2024
2.1.190 177 7/9/2024
2.1.189 9,516 7/9/2024
2.1.188 3,034 7/8/2024
2.1.187 167 7/8/2024
2.1.186 187 7/8/2024
2.1.185 148 7/8/2024
2.1.184 158 7/8/2024
2.1.183 5,636 7/8/2024
2.1.182 182 7/8/2024
2.1.181 172 7/8/2024
2.1.180 637 7/8/2024
2.1.179 26,488 7/7/2024
2.1.178 3,447 7/7/2024
2.1.177 23,739 7/3/2024
2.1.176 39,787 6/14/2024
2.1.174 46,250 5/27/2024
2.1.173 3,164 5/27/2024
2.1.172 152 5/27/2024
2.1.171 21,760 5/25/2024
2.1.170 7,860 5/25/2024
2.1.169 177 5/25/2024
2.1.168 171 5/25/2024
2.1.167 4,688 5/25/2024
2.1.166 168 5/25/2024
2.1.165 204 5/25/2024
2.1.164 181 5/25/2024
2.1.163 4,354 5/25/2024
2.1.162 168 5/25/2024
2.1.161 20,175 5/22/2024
2.1.160 5,025 5/22/2024
2.1.159 2,664 5/22/2024
2.1.158 176 5/22/2024
2.1.157 175 5/22/2024
2.1.156 180 5/22/2024
2.1.155 10,371 5/22/2024
2.1.154 17,400 5/16/2024
2.1.153 50,502 4/28/2024
2.1.152 165 4/28/2024
2.1.151 7,813 4/28/2024
2.1.150 161 4/28/2024
2.1.149 182 4/28/2024
2.1.148 746 4/28/2024
2.1.147 170 4/28/2024
2.1.146 181 4/28/2024
2.1.145 5,513 4/27/2024
2.1.144 209 4/27/2024
2.1.143 167 4/27/2024
2.1.142 40,389 4/12/2024
2.1.141 212 4/12/2024
2.1.140 5,169 4/12/2024
2.1.139 204 4/12/2024
2.1.138 179 4/12/2024
2.1.137 3,240 4/12/2024
2.1.136 197 4/12/2024
2.1.135 186 4/12/2024
2.1.134 174 4/12/2024
2.1.133 29,168 4/1/2024
2.1.132 19,831 3/25/2024
2.1.131 21,586 3/18/2024
2.1.130 260 3/18/2024
2.1.129 442 3/18/2024
2.1.128 20,229 3/13/2024
2.1.127 252 3/13/2024
2.1.126 238 3/13/2024
2.1.125 1,748 3/13/2024
2.1.124 231 3/13/2024
2.1.123 246 3/13/2024
2.1.122 40,594 3/8/2024
2.1.121 16,868 3/3/2024
2.1.120 14,025 3/2/2024
2.1.119 2,127 3/1/2024
2.1.117 12,759 2/28/2024
2.1.116 23,978 2/25/2024
2.1.115 284 2/25/2024
2.1.114 19,438 2/21/2024
2.1.113 4,923 2/21/2024
2.1.112 2,975 2/21/2024
2.1.111 2,012 2/21/2024
2.1.110 303 2/21/2024
2.1.109 6,237 2/21/2024
2.1.108 296 2/21/2024
2.1.107 313 2/21/2024
2.1.106 15,630 2/20/2024
2.1.105 1,738 2/20/2024
2.1.104 10,454 2/19/2024
2.1.103 10,714 2/16/2024
2.1.102 7,287 2/16/2024
2.1.101 301 2/16/2024
2.1.100 6,850 2/16/2024
2.1.99 42,014 2/9/2024
2.1.98 38,864 2/7/2024
2.1.97 4,756 2/6/2024
2.1.96 2,884 2/6/2024
2.1.95 525 2/6/2024
2.1.94 324 2/6/2024
2.1.93 14,153 2/4/2024
2.1.92 103,394 1/15/2024
2.1.91 5,597 1/15/2024
2.1.90 424 1/15/2024
2.1.89 3,273 1/15/2024
2.1.88 384 1/15/2024
2.1.87 38,768 1/7/2024
2.1.86 7,698 1/5/2024
2.1.85 4,689 1/5/2024
2.1.84 415 1/5/2024
2.1.83 435 1/5/2024
2.1.82 5,234 1/5/2024
2.1.81 13,247 1/1/2024
2.1.80 489 1/1/2024
2.1.79 8,673 12/28/2023
2.1.78 4,454 12/28/2023
2.1.77 4,349 12/27/2023
2.1.76 464 12/27/2023
2.1.75 455 12/27/2023
2.1.74 5,162 12/27/2023
2.1.73 428 12/27/2023
2.1.72 467 12/27/2023
2.1.71 16,353 12/25/2023
2.1.70 960 12/25/2023
2.1.69 473 12/25/2023
2.1.68 471 12/25/2023
2.1.67 4,934 12/25/2023
2.1.66 13,214 12/24/2023
2.1.65 8,022 12/23/2023
2.1.64 2,185 12/23/2023
2.1.63 452 12/23/2023
2.1.62 5,708 12/23/2023
2.1.61 486 12/23/2023
2.1.60 439 12/23/2023
2.1.59 1,914 12/23/2023
2.1.58 439 12/23/2023
2.1.57 14,305 12/19/2023
2.1.56 4,807 12/18/2023
2.1.55 13,396 12/10/2023
2.1.51 6,603 12/10/2023
2.1.50 11,475 12/9/2023
2.1.49 490 12/9/2023
2.1.48 577 12/9/2023
2.1.47 505 12/9/2023
2.1.46 509 12/9/2023
2.1.45 524 12/9/2023
2.1.44 7,772 12/9/2023
2.1.43 12,034 12/6/2023
2.1.42 9,737 12/4/2023
2.1.41 6,194 12/4/2023
2.1.40 532 12/4/2023
2.1.39 934 12/4/2023
2.1.38 573 12/4/2023
2.1.37 16,385 11/23/2023
2.1.36 477 11/23/2023
2.1.35 866 11/23/2023
2.1.34 501 11/23/2023
2.1.33 2,118 11/23/2023
2.1.32 3,351 11/23/2023
2.1.31 9,910 11/20/2023
2.1.30 3,999 11/20/2023
2.1.29 7,105 11/19/2023
2.1.28 1,231 11/19/2023
2.1.27 499 11/19/2023
2.1.26 507 11/19/2023
2.1.25 489 11/19/2023
2.1.24 2,409 11/19/2023
2.1.23 10,412 11/18/2023
2.1.22 530 11/18/2023
2.1.21 3,453 11/18/2023
2.1.20 2,326 11/18/2023
2.1.19 513 11/18/2023
2.1.18 6,046 11/17/2023
2.1.17 1,554 11/17/2023
2.1.16 518 11/17/2023
2.1.15 488 11/17/2023
2.1.14 1,945 11/17/2023
2.1.13 8,231 11/17/2023
2.1.12 2,221 11/17/2023
2.1.11 499 11/17/2023
2.1.10 540 11/17/2023
2.1.9 560 11/17/2023
2.1.8 3,818 11/17/2023
2.1.7 1,715 11/16/2023
2.1.6 465 11/16/2023
2.1.5 965 11/16/2023
2.1.4 489 11/16/2023
2.0.140 5,780 11/15/2023
2.0.139 521 11/15/2023
2.0.138 496 11/15/2023
2.0.137 509 11/15/2023
2.0.136 503 11/15/2023
2.0.3 493 11/16/2023
2.0.2 509 11/16/2023
2.0.1 455 11/16/2023
1.0.135 12,677 11/10/2023
1.0.134 527 11/10/2023
1.0.133 6,016 11/9/2023
1.0.132 482 11/9/2023
1.0.131 525 11/9/2023
1.0.130 2,191 11/8/2023
1.0.129 10,923 11/6/2023
1.0.128 500 11/6/2023
1.0.127 531 11/6/2023
1.0.126 528 11/6/2023
1.0.125 4,055 11/3/2023
1.0.124 7,447 11/2/2023
1.0.123 543 11/2/2023
1.0.122 521 11/2/2023
1.0.121 497 11/2/2023
1.0.120 3,917 11/1/2023
1.0.119 20,338 10/18/2023
1.0.118 572 10/18/2023
1.0.117 568 10/18/2023
1.0.116 532 10/18/2023
1.0.115 4,405 10/17/2023
1.0.114 5,119 10/16/2023
1.0.113 563 10/16/2023
1.0.112 556 10/16/2023
1.0.111 584 10/16/2023
1.0.110 7,631 10/13/2023
1.0.109 607 10/13/2023
1.0.108 14,383 9/19/2023
1.0.107 592 9/19/2023
1.0.106 605 9/19/2023
1.0.105 545 9/19/2023
1.0.104 6,862 9/18/2023
1.0.103 587 9/18/2023
1.0.102 16,803 8/30/2023
1.0.101 677 8/30/2023
1.0.100 625 8/30/2023
1.0.99 624 8/30/2023
1.0.98 632 8/30/2023
1.0.97 12,517 8/25/2023
1.0.96 5,713 8/24/2023
1.0.95 639 8/24/2023
1.0.94 11,124 8/18/2023
1.0.93 657 8/18/2023
1.0.92 5,113 8/17/2023
1.0.91 622 8/17/2023
1.0.90 636 8/17/2023
1.0.89 18,975 8/8/2023
1.0.88 693 8/8/2023
1.0.87 6,181 8/7/2023
1.0.86 703 8/7/2023
1.0.85 688 8/7/2023
1.0.84 22,980 7/10/2023
1.0.83 739 7/10/2023
1.0.82 754 7/10/2023
1.0.81 776 7/10/2023
1.0.80 5,199 7/7/2023
1.0.79 726 7/7/2023
1.0.78 17,096 6/29/2023
1.0.77 4,761 6/28/2023
1.0.76 748 6/28/2023
1.0.75 775 6/28/2023
1.0.74 49,118 6/7/2023
1.0.73 6,305 6/7/2023
1.0.72 773 6/7/2023
1.0.71 782 6/7/2023
1.0.70 7,634 6/6/2023
1.0.69 766 6/6/2023
1.0.68 2,955 6/5/2023
1.0.67 773 6/5/2023
1.0.66 7,480 6/2/2023
1.0.65 795 6/2/2023
1.0.64 784 6/2/2023
1.0.63 29,396 5/30/2023
1.0.62 765 5/30/2023
1.0.61 8,596 5/29/2023
1.0.60 775 5/29/2023
1.0.59 6,808 5/26/2023
1.0.58 12,729 5/25/2023
1.0.57 773 5/25/2023
1.0.56 6,592 5/24/2023
1.0.55 803 5/24/2023
1.0.54 797 5/24/2023
1.0.53 775 5/24/2023
1.0.52 880 5/24/2023
1.0.51 4,378 5/23/2023
1.0.50 777 5/23/2023
1.0.49 785 5/23/2023
1.0.46 13,790 5/22/2023
1.0.45 11,316 5/18/2023
1.0.44 6,774 5/17/2023
1.0.43 768 5/17/2023
1.0.42 752 5/17/2023
1.0.41 733 5/17/2023
1.0.40 17,840 4/24/2023
1.0.39 2,509 4/24/2023
1.0.38 829 4/24/2023
1.0.37 4,194 4/21/2023
1.0.36 767 4/21/2023
1.0.35 782 4/21/2023
1.0.34 4,631 4/20/2023
1.0.33 970 4/20/2023
1.0.32 912 4/20/2023
1.0.31 4,280 4/19/2023
1.0.30 1,995 4/18/2023
1.0.29 815 4/18/2023
1.0.28 1,979 4/18/2023
1.0.27 3,469 4/17/2023
1.0.26 881 4/16/2023
1.0.25 835 4/16/2023
1.0.24 3,624 4/14/2023
1.0.23 2,663 4/13/2023
1.0.22 2,572 4/12/2023
1.0.21 809 4/12/2023
1.0.20 802 4/12/2023
1.0.19 1,839 4/11/2023
1.0.18 870 4/11/2023
1.0.17 2,727 4/11/2023
1.0.16 3,110 4/7/2023
1.0.15 3,995 4/3/2023
1.0.14 857 4/3/2023
1.0.13 838 4/3/2023
1.0.12 795 4/3/2023
1.0.11 2,158 4/1/2023
1.0.10 1,236 3/30/2023
1.0.9 985 3/26/2023
1.0.7 4,157 2/27/2023
1.0.6 889 2/26/2023
1.0.5 859 2/22/2023
1.0.4 1,070 2/22/2023
1.0.3 892 2/22/2023
1.0.2 1,457 2/12/2023
1.0.1 1,089 2/12/2023