Soenneker.Extensions.String 3.0.452

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

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.539 15,654 7/8/2025
3.0.538 37,827 6/28/2025
3.0.537 4,274 6/27/2025
3.0.536 62 6/27/2025
3.0.535 6,199 6/27/2025
3.0.534 79 6/27/2025
3.0.533 299 6/27/2025
3.0.532 20,146 6/24/2025
3.0.531 16,268 6/11/2025
3.0.530 10,891 6/10/2025
3.0.529 20,392 6/2/2025
3.0.528 11,679 5/27/2025
3.0.527 2,174 5/27/2025
3.0.526 143 5/27/2025
3.0.525 3,087 5/27/2025
3.0.524 143 5/27/2025
3.0.523 153 5/27/2025
3.0.522 3,977 5/27/2025
3.0.521 18,603 5/25/2025
3.0.520 11,030 5/23/2025
3.0.519 3,796 5/23/2025
3.0.518 145 5/23/2025
3.0.517 136 5/23/2025
3.0.516 2,425 5/22/2025
3.0.515 149 5/22/2025
3.0.514 4,148 5/22/2025
3.0.513 29,420 5/14/2025
3.0.512 17,716 5/8/2025
3.0.511 4,238 5/8/2025
3.0.510 163 5/8/2025
3.0.509 907 5/8/2025
3.0.508 248 5/7/2025
3.0.507 156 5/7/2025
3.0.506 3,628 5/7/2025
3.0.505 20,319 5/5/2025
3.0.504 3,027 5/5/2025
3.0.503 237 5/5/2025
3.0.502 153 5/5/2025
3.0.501 5,096 5/5/2025
3.0.500 1,121 5/5/2025
3.0.499 167 5/5/2025
3.0.498 234 5/5/2025
3.0.497 154 5/5/2025
3.0.496 318 5/5/2025
3.0.495 8,388 5/5/2025
3.0.494 151 5/5/2025
3.0.493 27,306 4/27/2025
3.0.492 109 4/27/2025
3.0.491 5,501 4/26/2025
3.0.490 11,929 4/8/2025
3.0.489 2,388 4/8/2025
3.0.488 170 4/8/2025
3.0.487 176 4/8/2025
3.0.486 3,076 4/8/2025
3.0.485 259 4/8/2025
3.0.484 1,131 4/8/2025
3.0.483 2,718 4/8/2025
3.0.482 28,215 4/8/2025
3.0.481 497 4/8/2025
3.0.480 56,349 4/6/2025
3.0.479 8,559 4/6/2025
3.0.478 3,008 4/6/2025
3.0.477 3,446 4/6/2025
3.0.476 2,705 4/6/2025
3.0.475 153 4/6/2025
3.0.474 158 4/6/2025
3.0.473 8,680 4/6/2025
3.0.472 142 4/6/2025
3.0.471 154 4/6/2025
3.0.470 3,552 4/5/2025
3.0.469 125 4/5/2025
3.0.468 34,673 4/4/2025
3.0.467 112 4/4/2025
3.0.466 202 4/4/2025
3.0.465 9,269 4/4/2025
3.0.464 149,177 3/11/2025
3.0.463 12,007 3/11/2025
3.0.462 176 3/11/2025
3.0.461 8,689 3/11/2025
3.0.460 183 3/11/2025
3.0.459 55,452 3/1/2025
3.0.458 6,581 3/1/2025
3.0.457 112 3/1/2025
3.0.456 4,336 3/1/2025
3.0.455 117 3/1/2025
3.0.454 115 3/1/2025
3.0.453 2,233 3/1/2025
3.0.452 120 3/1/2025
3.0.451 120 3/1/2025
3.0.450 120 3/1/2025
3.0.449 120 3/1/2025
3.0.448 38,579 2/24/2025
3.0.447 1,734 2/24/2025
3.0.446 36,554 2/21/2025
3.0.445 27,771 2/18/2025
3.0.444 1,618 2/18/2025
3.0.443 129 2/18/2025
3.0.442 124 2/18/2025
3.0.441 28,023 2/13/2025
3.0.440 21,473 2/11/2025
3.0.439 4,143 2/11/2025
3.0.438 7,175 2/11/2025
3.0.437 5,571 2/11/2025
3.0.436 3,401 2/10/2025
3.0.435 140 2/10/2025
3.0.434 2,970 2/10/2025
3.0.433 12,538 2/10/2025
3.0.432 5,946 2/10/2025
3.0.431 319 2/10/2025
3.0.430 120 2/10/2025
3.0.429 18,111 2/10/2025
3.0.428 133 2/10/2025
3.0.427 27,572 2/8/2025
3.0.426 2,444 2/7/2025
3.0.425 123 2/7/2025
3.0.424 8,996 2/7/2025
3.0.423 3,192 2/7/2025
3.0.422 2,426 2/7/2025
3.0.421 124 2/7/2025
3.0.420 126 2/7/2025
3.0.419 2,486 2/7/2025
3.0.418 142 2/7/2025
3.0.417 121 2/7/2025
3.0.416 128 2/7/2025
3.0.415 5,323 2/7/2025
3.0.414 152 2/7/2025
3.0.413 126 2/7/2025
3.0.412 64,712 1/27/2025
3.0.411 2,955 1/27/2025
3.0.410 165 1/27/2025
3.0.409 6,385 1/27/2025
3.0.408 1,433 1/27/2025
3.0.407 126 1/27/2025
3.0.406 115 1/27/2025
3.0.405 24,527 1/25/2025
3.0.404 20,794 1/24/2025
3.0.403 19,296 1/24/2025
3.0.402 506 1/24/2025
3.0.401 6,612 1/23/2025
3.0.400 116 1/23/2025
3.0.398 7,082 1/23/2025
3.0.397 22,282 1/21/2025
3.0.396 129 1/21/2025
3.0.395 178 1/21/2025
3.0.394 19,199 1/20/2025
3.0.393 4,577 1/20/2025
3.0.392 1,835 1/20/2025
3.0.391 133 1/20/2025
3.0.390 10,576 1/20/2025
3.0.389 116 1/20/2025
3.0.388 4,069 1/20/2025
3.0.387 136 1/20/2025
3.0.386 122 1/20/2025
3.0.385 8,840 1/20/2025
3.0.384 121 1/20/2025
3.0.383 122 1/20/2025
3.0.382 113 1/20/2025
3.0.381 27,745 1/19/2025
3.0.380 330 1/19/2025
3.0.379 106 1/19/2025
3.0.378 16,080 1/18/2025
3.0.377 15,133 1/16/2025
3.0.376 17,183 1/16/2025
3.0.375 14,356 1/16/2025
3.0.374 12,846 1/15/2025
3.0.373 5,036 1/15/2025
3.0.372 3,762 1/15/2025
3.0.371 7,094 1/15/2025
3.0.370 5,704 1/15/2025
3.0.369 3,081 1/14/2025
3.0.368 1,232 1/14/2025
3.0.367 704 1/14/2025
3.0.366 253 1/14/2025
3.0.365 110 1/14/2025
3.0.364 3,613 1/14/2025
3.0.363 2,193 1/14/2025
3.0.362 111 1/14/2025
3.0.361 5,246 1/14/2025
3.0.360 22,956 1/12/2025
3.0.359 15,989 1/10/2025
3.0.358 4,587 1/10/2025
3.0.357 121 1/10/2025
3.0.356 124 1/10/2025
3.0.355 3,949 1/10/2025
3.0.354 128 1/10/2025
3.0.353 154 1/10/2025
3.0.352 125 1/10/2025
3.0.351 25,667 1/2/2025
3.0.350 181 1/2/2025
3.0.349 138 1/2/2025
3.0.348 6,619 1/2/2025
3.0.347 148 1/2/2025
3.0.346 147 1/2/2025
3.0.345 1,655 1/2/2025
3.0.344 17,073 1/1/2025
3.0.343 161 1/1/2025
3.0.342 165 1/1/2025
3.0.341 591 12/31/2024
3.0.340 143 12/31/2024
3.0.339 150 12/31/2024
3.0.338 2,150 12/31/2024
3.0.337 165 12/31/2024
3.0.336 148 12/31/2024
3.0.335 176 12/31/2024
3.0.334 8,161 12/31/2024
3.0.333 22,097 12/31/2024
3.0.332 129 12/31/2024
3.0.331 157 12/31/2024
3.0.330 9,812 12/31/2024
3.0.329 151 12/31/2024
3.0.328 136 12/31/2024
3.0.327 4,321 12/31/2024
3.0.326 40,277 12/24/2024
3.0.325 124 12/24/2024
3.0.324 131 12/24/2024
3.0.323 6,827 12/24/2024
3.0.322 144 12/24/2024
3.0.321 132 12/24/2024
3.0.320 1,639 12/24/2024
3.0.319 40,533 12/22/2024
3.0.318 503 12/22/2024
3.0.317 143 12/22/2024
3.0.316 6,742 12/21/2024
3.0.315 123 12/21/2024
3.0.314 1,065 12/21/2024
3.0.313 9,796 12/21/2024
3.0.312 130 12/21/2024
3.0.311 3,419 12/21/2024
3.0.310 5,087 12/21/2024
3.0.309 155 12/21/2024
3.0.308 7,258 12/21/2024
3.0.307 142 12/21/2024
3.0.306 645 12/21/2024
3.0.305 5,134 12/21/2024
3.0.304 131 12/21/2024
3.0.303 7,318 12/20/2024
3.0.302 3,838 12/20/2024
3.0.301 136 12/20/2024
3.0.300 14,640 12/19/2024
3.0.299 1,501 12/19/2024
3.0.298 687 12/18/2024
3.0.297 132 12/18/2024
3.0.296 265 12/18/2024
3.0.295 25,171 12/17/2024
3.0.294 3,912 12/17/2024
3.0.293 163 12/17/2024
3.0.292 398 12/16/2024
3.0.291 144 12/16/2024
3.0.290 133 12/16/2024
3.0.289 140 12/16/2024
3.0.288 56,415 12/5/2024
3.0.287 24,300 12/4/2024
3.0.286 8,599 12/4/2024
3.0.285 5,690 12/4/2024
3.0.284 3,405 12/4/2024
3.0.283 7,076 12/4/2024
3.0.282 231 12/4/2024
3.0.281 14,265 12/3/2024
3.0.280 159 12/3/2024
3.0.279 6,822 12/3/2024
3.0.278 4,138 12/2/2024
3.0.277 139 12/2/2024
3.0.276 6,166 12/2/2024
3.0.275 14,541 12/1/2024
3.0.274 5,921 12/1/2024
3.0.273 155 12/1/2024
3.0.272 159 12/1/2024
3.0.271 40,801 11/19/2024
3.0.270 157 11/19/2024
3.0.269 5,433 11/19/2024
3.0.268 170 11/19/2024
3.0.267 142 11/19/2024
3.0.266 14,354 11/19/2024
3.0.265 3,792 11/19/2024
3.0.264 28,248 11/14/2024
3.0.263 168 11/14/2024
3.0.262 3,020 11/14/2024
3.0.261 151 11/14/2024
3.0.260 146 11/14/2024
3.0.259 1,841 11/13/2024
3.0.258 162 11/13/2024
2.1.257 52,222 11/8/2024
2.1.256 14,347 11/8/2024
2.1.255 126 11/8/2024
2.1.254 119 11/8/2024
2.1.253 48,373 10/28/2024
2.1.252 114,201 10/1/2024
2.1.251 16,953 9/30/2024
2.1.250 30,185 9/27/2024
2.1.249 138 9/27/2024
2.1.248 130 9/27/2024
2.1.247 2,849 9/27/2024
2.1.246 121 9/27/2024
2.1.245 123 9/27/2024
2.1.244 122 9/27/2024
2.1.243 54,729 9/23/2024
2.1.242 827 9/23/2024
2.1.241 3,779 9/23/2024
2.1.240 132 9/23/2024
2.1.239 1,324 9/23/2024
2.1.238 156 9/23/2024
2.1.237 7,399 9/22/2024
2.1.236 28,417 9/17/2024
2.1.235 268 9/17/2024
2.1.234 142 9/17/2024
2.1.233 236 9/17/2024
2.1.232 162 9/17/2024
2.1.231 4,223 9/17/2024
2.1.230 174 9/17/2024
2.1.229 50,182 9/11/2024
2.1.228 17,116 9/11/2024
2.1.227 23,609 9/9/2024
2.1.226 9,721 9/9/2024
2.1.225 5,950 9/9/2024
2.1.224 8,371 9/9/2024
2.1.223 9,006 9/9/2024
2.1.222 143 9/9/2024
2.1.221 170 9/9/2024
2.1.220 36,627 9/5/2024
2.1.219 7,234 9/5/2024
2.1.218 143 9/5/2024
2.1.217 155 9/5/2024
2.1.216 1,245 9/5/2024
2.1.215 166 9/5/2024
2.1.214 3,936 9/5/2024
2.1.213 20,909 9/4/2024
2.1.212 49,860 8/20/2024
2.1.211 5,705 8/20/2024
2.1.210 150 8/20/2024
2.1.209 148 8/20/2024
2.1.208 5,049 8/20/2024
2.1.207 157 8/20/2024
2.1.206 149 8/20/2024
2.1.205 73,129 7/24/2024
2.1.204 5,846 7/24/2024
2.1.203 117 7/24/2024
2.1.202 28,119 7/13/2024
2.1.201 155 7/13/2024
2.1.200 15,796 7/10/2024
2.1.199 4,676 7/10/2024
2.1.198 176 7/10/2024
2.1.196 4,336 7/9/2024
2.1.194 3,391 7/9/2024
2.1.193 19,619 7/9/2024
2.1.192 5,988 7/9/2024
2.1.191 687 7/9/2024
2.1.190 145 7/9/2024
2.1.189 9,261 7/9/2024
2.1.188 2,848 7/8/2024
2.1.187 140 7/8/2024
2.1.186 159 7/8/2024
2.1.185 129 7/8/2024
2.1.184 131 7/8/2024
2.1.183 5,466 7/8/2024
2.1.182 151 7/8/2024
2.1.181 140 7/8/2024
2.1.180 601 7/8/2024
2.1.179 24,977 7/7/2024
2.1.178 3,293 7/7/2024
2.1.177 22,206 7/3/2024
2.1.176 37,572 6/14/2024
2.1.174 43,443 5/27/2024
2.1.173 3,125 5/27/2024
2.1.172 125 5/27/2024
2.1.171 20,377 5/25/2024
2.1.170 7,520 5/25/2024
2.1.169 142 5/25/2024
2.1.168 148 5/25/2024
2.1.167 4,460 5/25/2024
2.1.166 151 5/25/2024
2.1.165 175 5/25/2024
2.1.164 158 5/25/2024
2.1.163 4,145 5/25/2024
2.1.162 134 5/25/2024
2.1.161 19,033 5/22/2024
2.1.160 4,806 5/22/2024
2.1.159 2,442 5/22/2024
2.1.158 143 5/22/2024
2.1.157 145 5/22/2024
2.1.156 150 5/22/2024
2.1.155 9,880 5/22/2024
2.1.154 16,434 5/16/2024
2.1.153 47,357 4/28/2024
2.1.152 134 4/28/2024
2.1.151 7,439 4/28/2024
2.1.150 132 4/28/2024
2.1.149 148 4/28/2024
2.1.148 713 4/28/2024
2.1.147 142 4/28/2024
2.1.146 151 4/28/2024
2.1.145 5,247 4/27/2024
2.1.144 176 4/27/2024
2.1.143 139 4/27/2024
2.1.142 38,155 4/12/2024
2.1.141 180 4/12/2024
2.1.140 4,857 4/12/2024
2.1.139 173 4/12/2024
2.1.138 151 4/12/2024
2.1.137 3,171 4/12/2024
2.1.136 167 4/12/2024
2.1.135 158 4/12/2024
2.1.134 147 4/12/2024
2.1.133 27,609 4/1/2024
2.1.132 18,648 3/25/2024
2.1.131 20,254 3/18/2024
2.1.130 232 3/18/2024
2.1.129 391 3/18/2024
2.1.128 18,976 3/13/2024
2.1.127 222 3/13/2024
2.1.126 207 3/13/2024
2.1.125 1,715 3/13/2024
2.1.124 204 3/13/2024
2.1.123 214 3/13/2024
2.1.122 38,036 3/8/2024
2.1.121 15,961 3/3/2024
2.1.120 13,386 3/2/2024
2.1.119 2,098 3/1/2024
2.1.117 12,189 2/28/2024
2.1.116 23,143 2/25/2024
2.1.115 252 2/25/2024
2.1.114 18,612 2/21/2024
2.1.113 4,748 2/21/2024
2.1.112 2,852 2/21/2024
2.1.111 1,924 2/21/2024
2.1.110 274 2/21/2024
2.1.109 6,045 2/21/2024
2.1.108 265 2/21/2024
2.1.107 285 2/21/2024
2.1.106 15,023 2/20/2024
2.1.105 1,676 2/20/2024
2.1.104 10,072 2/19/2024
2.1.103 10,293 2/16/2024
2.1.102 7,011 2/16/2024
2.1.101 271 2/16/2024
2.1.100 6,645 2/16/2024
2.1.99 40,414 2/9/2024
2.1.98 36,508 2/7/2024
2.1.97 4,630 2/6/2024
2.1.96 2,828 2/6/2024
2.1.95 486 2/6/2024
2.1.94 294 2/6/2024
2.1.93 13,542 2/4/2024
2.1.92 98,988 1/15/2024
2.1.91 5,390 1/15/2024
2.1.90 404 1/15/2024
2.1.89 3,161 1/15/2024
2.1.88 351 1/15/2024
2.1.87 37,554 1/7/2024
2.1.86 7,412 1/5/2024
2.1.85 4,500 1/5/2024
2.1.84 382 1/5/2024
2.1.83 407 1/5/2024
2.1.82 5,111 1/5/2024
2.1.81 12,813 1/1/2024
2.1.80 459 1/1/2024
2.1.79 8,399 12/28/2023
2.1.78 4,289 12/28/2023
2.1.77 4,177 12/27/2023
2.1.76 433 12/27/2023
2.1.75 435 12/27/2023
2.1.74 5,038 12/27/2023
2.1.73 410 12/27/2023
2.1.72 451 12/27/2023
2.1.71 15,801 12/25/2023
2.1.70 918 12/25/2023
2.1.69 445 12/25/2023
2.1.68 451 12/25/2023
2.1.67 4,782 12/25/2023
2.1.66 12,825 12/24/2023
2.1.65 7,742 12/23/2023
2.1.64 2,099 12/23/2023
2.1.63 419 12/23/2023
2.1.62 5,562 12/23/2023
2.1.61 458 12/23/2023
2.1.60 411 12/23/2023
2.1.59 1,864 12/23/2023
2.1.58 413 12/23/2023
2.1.57 13,798 12/19/2023
2.1.56 4,623 12/18/2023
2.1.55 12,925 12/10/2023
2.1.51 6,331 12/10/2023
2.1.50 11,116 12/9/2023
2.1.49 460 12/9/2023
2.1.48 541 12/9/2023
2.1.47 471 12/9/2023
2.1.46 475 12/9/2023
2.1.45 494 12/9/2023
2.1.44 7,512 12/9/2023
2.1.43 11,661 12/6/2023
2.1.42 9,368 12/4/2023
2.1.41 5,976 12/4/2023
2.1.40 512 12/4/2023
2.1.39 913 12/4/2023
2.1.38 544 12/4/2023
2.1.37 15,802 11/23/2023
2.1.36 455 11/23/2023
2.1.35 845 11/23/2023
2.1.34 478 11/23/2023
2.1.33 2,072 11/23/2023
2.1.32 3,240 11/23/2023
2.1.31 9,577 11/20/2023
2.1.30 3,886 11/20/2023
2.1.29 6,848 11/19/2023
2.1.28 1,195 11/19/2023
2.1.27 478 11/19/2023
2.1.26 474 11/19/2023
2.1.25 460 11/19/2023
2.1.24 2,365 11/19/2023
2.1.23 10,084 11/18/2023
2.1.22 503 11/18/2023
2.1.21 3,354 11/18/2023
2.1.20 2,274 11/18/2023
2.1.19 490 11/18/2023
2.1.18 5,845 11/17/2023
2.1.17 1,489 11/17/2023
2.1.16 497 11/17/2023
2.1.15 482 11/17/2023
2.1.14 1,909 11/17/2023
2.1.13 8,023 11/17/2023
2.1.12 2,133 11/17/2023
2.1.11 475 11/17/2023
2.1.10 520 11/17/2023
2.1.9 524 11/17/2023
2.1.8 3,717 11/17/2023
2.1.7 1,685 11/16/2023
2.1.6 445 11/16/2023
2.1.5 931 11/16/2023
2.1.4 468 11/16/2023
2.0.140 5,594 11/15/2023
2.0.139 497 11/15/2023
2.0.138 476 11/15/2023
2.0.137 486 11/15/2023
2.0.136 477 11/15/2023
2.0.3 468 11/16/2023
2.0.2 483 11/16/2023
2.0.1 433 11/16/2023
1.0.135 12,303 11/10/2023
1.0.134 507 11/10/2023
1.0.133 5,865 11/9/2023
1.0.132 454 11/9/2023
1.0.131 502 11/9/2023
1.0.130 2,124 11/8/2023
1.0.129 10,597 11/6/2023
1.0.128 481 11/6/2023
1.0.127 507 11/6/2023
1.0.126 509 11/6/2023
1.0.125 3,948 11/3/2023
1.0.124 7,122 11/2/2023
1.0.123 525 11/2/2023
1.0.122 509 11/2/2023
1.0.121 476 11/2/2023
1.0.120 3,808 11/1/2023
1.0.119 19,835 10/18/2023
1.0.118 541 10/18/2023
1.0.117 547 10/18/2023
1.0.116 515 10/18/2023
1.0.115 4,284 10/17/2023
1.0.114 5,000 10/16/2023
1.0.113 540 10/16/2023
1.0.112 525 10/16/2023
1.0.111 556 10/16/2023
1.0.110 7,437 10/13/2023
1.0.109 578 10/13/2023
1.0.108 13,956 9/19/2023
1.0.107 569 9/19/2023
1.0.106 580 9/19/2023
1.0.105 529 9/19/2023
1.0.104 6,673 9/18/2023
1.0.103 575 9/18/2023
1.0.102 16,313 8/30/2023
1.0.101 642 8/30/2023
1.0.100 589 8/30/2023
1.0.99 590 8/30/2023
1.0.98 604 8/30/2023
1.0.97 12,178 8/25/2023
1.0.96 5,544 8/24/2023
1.0.95 603 8/24/2023
1.0.94 10,786 8/18/2023
1.0.93 621 8/18/2023
1.0.92 4,996 8/17/2023
1.0.91 594 8/17/2023
1.0.90 611 8/17/2023
1.0.89 18,506 8/8/2023
1.0.88 655 8/8/2023
1.0.87 6,017 8/7/2023
1.0.86 667 8/7/2023
1.0.85 650 8/7/2023
1.0.84 22,451 7/10/2023
1.0.83 711 7/10/2023
1.0.82 725 7/10/2023
1.0.81 737 7/10/2023
1.0.80 5,095 7/7/2023
1.0.79 683 7/7/2023
1.0.78 16,692 6/29/2023
1.0.77 4,634 6/28/2023
1.0.76 710 6/28/2023
1.0.75 736 6/28/2023
1.0.74 48,086 6/7/2023
1.0.73 6,160 6/7/2023
1.0.72 744 6/7/2023
1.0.71 742 6/7/2023
1.0.70 7,485 6/6/2023
1.0.69 727 6/6/2023
1.0.68 2,889 6/5/2023
1.0.67 722 6/5/2023
1.0.66 7,312 6/2/2023
1.0.65 754 6/2/2023
1.0.64 735 6/2/2023
1.0.63 28,872 5/30/2023
1.0.62 726 5/30/2023
1.0.61 8,380 5/29/2023
1.0.60 736 5/29/2023
1.0.59 6,674 5/26/2023
1.0.58 12,459 5/25/2023
1.0.57 739 5/25/2023
1.0.56 6,425 5/24/2023
1.0.55 759 5/24/2023
1.0.54 756 5/24/2023
1.0.53 733 5/24/2023
1.0.52 839 5/24/2023
1.0.51 4,290 5/23/2023
1.0.50 737 5/23/2023
1.0.49 746 5/23/2023
1.0.46 13,553 5/22/2023
1.0.45 11,069 5/18/2023
1.0.44 6,628 5/17/2023
1.0.43 727 5/17/2023
1.0.42 712 5/17/2023
1.0.41 706 5/17/2023
1.0.40 17,482 4/24/2023
1.0.39 2,446 4/24/2023
1.0.38 787 4/24/2023
1.0.37 4,112 4/21/2023
1.0.36 733 4/21/2023
1.0.35 748 4/21/2023
1.0.34 4,562 4/20/2023
1.0.33 928 4/20/2023
1.0.32 868 4/20/2023
1.0.31 4,212 4/19/2023
1.0.30 1,946 4/18/2023
1.0.29 777 4/18/2023
1.0.28 1,916 4/18/2023
1.0.27 3,401 4/17/2023
1.0.26 850 4/16/2023
1.0.25 792 4/16/2023
1.0.24 3,553 4/14/2023
1.0.23 2,595 4/13/2023
1.0.22 2,496 4/12/2023
1.0.21 777 4/12/2023
1.0.20 772 4/12/2023
1.0.19 1,795 4/11/2023
1.0.18 842 4/11/2023
1.0.17 2,643 4/11/2023
1.0.16 3,028 4/7/2023
1.0.15 3,866 4/3/2023
1.0.14 816 4/3/2023
1.0.13 808 4/3/2023
1.0.12 766 4/3/2023
1.0.11 2,093 4/1/2023
1.0.10 1,200 3/30/2023
1.0.9 942 3/26/2023
1.0.7 4,031 2/27/2023
1.0.6 852 2/26/2023
1.0.5 827 2/22/2023
1.0.4 1,025 2/22/2023
1.0.3 860 2/22/2023
1.0.2 1,403 2/12/2023
1.0.1 1,055 2/12/2023