Soenneker.Extensions.String 3.0.454

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

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 13,806 7/8/2025
3.0.538 37,298 6/28/2025
3.0.537 4,272 6/27/2025
3.0.536 60 6/27/2025
3.0.535 6,197 6/27/2025
3.0.534 77 6/27/2025
3.0.533 297 6/27/2025
3.0.532 20,142 6/24/2025
3.0.531 16,255 6/11/2025
3.0.530 10,889 6/10/2025
3.0.529 20,390 6/2/2025
3.0.528 11,674 5/27/2025
3.0.527 2,172 5/27/2025
3.0.526 141 5/27/2025
3.0.525 3,085 5/27/2025
3.0.524 141 5/27/2025
3.0.523 150 5/27/2025
3.0.522 3,962 5/27/2025
3.0.521 18,589 5/25/2025
3.0.520 11,029 5/23/2025
3.0.519 3,794 5/23/2025
3.0.518 143 5/23/2025
3.0.517 134 5/23/2025
3.0.516 2,423 5/22/2025
3.0.515 147 5/22/2025
3.0.514 4,146 5/22/2025
3.0.513 29,413 5/14/2025
3.0.512 17,711 5/8/2025
3.0.511 4,236 5/8/2025
3.0.510 161 5/8/2025
3.0.509 905 5/8/2025
3.0.508 245 5/7/2025
3.0.507 154 5/7/2025
3.0.506 3,626 5/7/2025
3.0.505 20,317 5/5/2025
3.0.504 3,025 5/5/2025
3.0.503 235 5/5/2025
3.0.502 151 5/5/2025
3.0.501 5,094 5/5/2025
3.0.500 1,118 5/5/2025
3.0.499 165 5/5/2025
3.0.498 232 5/5/2025
3.0.497 151 5/5/2025
3.0.496 316 5/5/2025
3.0.495 8,386 5/5/2025
3.0.494 150 5/5/2025
3.0.493 27,303 4/27/2025
3.0.492 107 4/27/2025
3.0.491 5,498 4/26/2025
3.0.490 11,927 4/8/2025
3.0.489 2,384 4/8/2025
3.0.488 167 4/8/2025
3.0.487 172 4/8/2025
3.0.486 3,074 4/8/2025
3.0.485 255 4/8/2025
3.0.484 1,129 4/8/2025
3.0.483 2,714 4/8/2025
3.0.482 28,213 4/8/2025
3.0.481 495 4/8/2025
3.0.480 56,344 4/6/2025
3.0.479 8,556 4/6/2025
3.0.478 3,005 4/6/2025
3.0.477 3,442 4/6/2025
3.0.476 2,701 4/6/2025
3.0.475 150 4/6/2025
3.0.474 155 4/6/2025
3.0.473 8,677 4/6/2025
3.0.472 139 4/6/2025
3.0.471 151 4/6/2025
3.0.470 3,549 4/5/2025
3.0.469 122 4/5/2025
3.0.468 34,671 4/4/2025
3.0.467 110 4/4/2025
3.0.466 200 4/4/2025
3.0.465 9,267 4/4/2025
3.0.464 149,166 3/11/2025
3.0.463 12,004 3/11/2025
3.0.462 174 3/11/2025
3.0.461 8,687 3/11/2025
3.0.460 181 3/11/2025
3.0.459 55,450 3/1/2025
3.0.458 6,579 3/1/2025
3.0.457 110 3/1/2025
3.0.456 4,333 3/1/2025
3.0.455 115 3/1/2025
3.0.454 112 3/1/2025
3.0.453 2,231 3/1/2025
3.0.452 118 3/1/2025
3.0.451 117 3/1/2025
3.0.450 118 3/1/2025
3.0.449 118 3/1/2025
3.0.448 38,577 2/24/2025
3.0.447 1,732 2/24/2025
3.0.446 36,553 2/21/2025
3.0.445 27,769 2/18/2025
3.0.444 1,617 2/18/2025
3.0.443 128 2/18/2025
3.0.442 122 2/18/2025
3.0.441 28,016 2/13/2025
3.0.440 21,472 2/11/2025
3.0.439 4,141 2/11/2025
3.0.438 7,170 2/11/2025
3.0.437 5,567 2/11/2025
3.0.436 3,398 2/10/2025
3.0.435 139 2/10/2025
3.0.434 2,968 2/10/2025
3.0.433 12,536 2/10/2025
3.0.432 5,944 2/10/2025
3.0.431 318 2/10/2025
3.0.430 119 2/10/2025
3.0.429 18,109 2/10/2025
3.0.428 132 2/10/2025
3.0.427 27,569 2/8/2025
3.0.426 2,441 2/7/2025
3.0.425 121 2/7/2025
3.0.424 8,995 2/7/2025
3.0.423 3,191 2/7/2025
3.0.422 2,424 2/7/2025
3.0.421 122 2/7/2025
3.0.420 124 2/7/2025
3.0.419 2,481 2/7/2025
3.0.418 140 2/7/2025
3.0.417 119 2/7/2025
3.0.416 125 2/7/2025
3.0.415 5,320 2/7/2025
3.0.414 150 2/7/2025
3.0.413 124 2/7/2025
3.0.412 64,706 1/27/2025
3.0.411 2,953 1/27/2025
3.0.410 164 1/27/2025
3.0.409 6,384 1/27/2025
3.0.408 1,432 1/27/2025
3.0.407 125 1/27/2025
3.0.406 114 1/27/2025
3.0.405 24,526 1/25/2025
3.0.404 20,793 1/24/2025
3.0.403 19,295 1/24/2025
3.0.402 505 1/24/2025
3.0.401 6,611 1/23/2025
3.0.400 115 1/23/2025
3.0.398 7,078 1/23/2025
3.0.397 22,281 1/21/2025
3.0.396 127 1/21/2025
3.0.395 176 1/21/2025
3.0.394 19,192 1/20/2025
3.0.393 4,573 1/20/2025
3.0.392 1,833 1/20/2025
3.0.391 131 1/20/2025
3.0.390 10,573 1/20/2025
3.0.389 115 1/20/2025
3.0.388 4,067 1/20/2025
3.0.387 133 1/20/2025
3.0.386 120 1/20/2025
3.0.385 8,838 1/20/2025
3.0.384 118 1/20/2025
3.0.383 120 1/20/2025
3.0.382 111 1/20/2025
3.0.381 27,743 1/19/2025
3.0.380 328 1/19/2025
3.0.379 104 1/19/2025
3.0.378 16,078 1/18/2025
3.0.377 15,130 1/16/2025
3.0.376 17,182 1/16/2025
3.0.375 14,355 1/16/2025
3.0.374 12,844 1/15/2025
3.0.373 5,035 1/15/2025
3.0.372 3,761 1/15/2025
3.0.371 7,091 1/15/2025
3.0.370 5,703 1/15/2025
3.0.369 3,080 1/14/2025
3.0.368 1,231 1/14/2025
3.0.367 702 1/14/2025
3.0.366 252 1/14/2025
3.0.365 109 1/14/2025
3.0.364 3,612 1/14/2025
3.0.363 2,192 1/14/2025
3.0.362 110 1/14/2025
3.0.361 5,245 1/14/2025
3.0.360 22,955 1/12/2025
3.0.359 15,987 1/10/2025
3.0.358 4,585 1/10/2025
3.0.357 119 1/10/2025
3.0.356 122 1/10/2025
3.0.355 3,947 1/10/2025
3.0.354 126 1/10/2025
3.0.353 152 1/10/2025
3.0.352 123 1/10/2025
3.0.351 25,665 1/2/2025
3.0.350 179 1/2/2025
3.0.349 136 1/2/2025
3.0.348 6,617 1/2/2025
3.0.347 146 1/2/2025
3.0.346 145 1/2/2025
3.0.345 1,653 1/2/2025
3.0.344 17,070 1/1/2025
3.0.343 158 1/1/2025
3.0.342 161 1/1/2025
3.0.341 588 12/31/2024
3.0.340 140 12/31/2024
3.0.339 147 12/31/2024
3.0.338 2,148 12/31/2024
3.0.337 163 12/31/2024
3.0.336 146 12/31/2024
3.0.335 174 12/31/2024
3.0.334 8,160 12/31/2024
3.0.333 22,095 12/31/2024
3.0.332 127 12/31/2024
3.0.331 154 12/31/2024
3.0.330 9,810 12/31/2024
3.0.329 148 12/31/2024
3.0.328 134 12/31/2024
3.0.327 4,319 12/31/2024
3.0.326 40,274 12/24/2024
3.0.325 123 12/24/2024
3.0.324 130 12/24/2024
3.0.323 6,825 12/24/2024
3.0.322 143 12/24/2024
3.0.321 131 12/24/2024
3.0.320 1,637 12/24/2024
3.0.319 40,531 12/22/2024
3.0.318 501 12/22/2024
3.0.317 141 12/22/2024
3.0.316 6,739 12/21/2024
3.0.315 121 12/21/2024
3.0.314 1,062 12/21/2024
3.0.313 9,794 12/21/2024
3.0.312 128 12/21/2024
3.0.311 3,416 12/21/2024
3.0.310 5,085 12/21/2024
3.0.309 153 12/21/2024
3.0.308 7,256 12/21/2024
3.0.307 140 12/21/2024
3.0.306 643 12/21/2024
3.0.305 5,132 12/21/2024
3.0.304 128 12/21/2024
3.0.303 7,316 12/20/2024
3.0.302 3,836 12/20/2024
3.0.301 125 12/20/2024
3.0.300 14,634 12/19/2024
3.0.299 1,498 12/19/2024
3.0.298 685 12/18/2024
3.0.297 130 12/18/2024
3.0.296 263 12/18/2024
3.0.295 25,170 12/17/2024
3.0.294 3,910 12/17/2024
3.0.293 161 12/17/2024
3.0.292 395 12/16/2024
3.0.291 142 12/16/2024
3.0.290 131 12/16/2024
3.0.289 138 12/16/2024
3.0.288 56,409 12/5/2024
3.0.287 24,295 12/4/2024
3.0.286 8,597 12/4/2024
3.0.285 5,688 12/4/2024
3.0.284 3,403 12/4/2024
3.0.283 7,072 12/4/2024
3.0.282 229 12/4/2024
3.0.281 14,264 12/3/2024
3.0.280 158 12/3/2024
3.0.279 6,820 12/3/2024
3.0.278 4,135 12/2/2024
3.0.277 138 12/2/2024
3.0.276 6,164 12/2/2024
3.0.275 14,539 12/1/2024
3.0.274 5,919 12/1/2024
3.0.273 153 12/1/2024
3.0.272 157 12/1/2024
3.0.271 40,797 11/19/2024
3.0.270 155 11/19/2024
3.0.269 5,432 11/19/2024
3.0.268 168 11/19/2024
3.0.267 141 11/19/2024
3.0.266 14,352 11/19/2024
3.0.265 3,791 11/19/2024
3.0.264 28,247 11/14/2024
3.0.263 167 11/14/2024
3.0.262 3,019 11/14/2024
3.0.261 150 11/14/2024
3.0.260 144 11/14/2024
3.0.259 1,839 11/13/2024
3.0.258 160 11/13/2024
2.1.257 52,211 11/8/2024
2.1.256 14,345 11/8/2024
2.1.255 124 11/8/2024
2.1.254 117 11/8/2024
2.1.253 48,365 10/28/2024
2.1.252 114,184 10/1/2024
2.1.251 16,949 9/30/2024
2.1.250 30,180 9/27/2024
2.1.249 135 9/27/2024
2.1.248 128 9/27/2024
2.1.247 2,847 9/27/2024
2.1.246 119 9/27/2024
2.1.245 121 9/27/2024
2.1.244 120 9/27/2024
2.1.243 54,711 9/23/2024
2.1.242 825 9/23/2024
2.1.241 3,777 9/23/2024
2.1.240 130 9/23/2024
2.1.239 1,322 9/23/2024
2.1.238 153 9/23/2024
2.1.237 7,397 9/22/2024
2.1.236 28,416 9/17/2024
2.1.235 267 9/17/2024
2.1.234 141 9/17/2024
2.1.233 234 9/17/2024
2.1.232 161 9/17/2024
2.1.231 4,222 9/17/2024
2.1.230 172 9/17/2024
2.1.229 50,180 9/11/2024
2.1.228 17,114 9/11/2024
2.1.227 23,607 9/9/2024
2.1.226 9,719 9/9/2024
2.1.225 5,948 9/9/2024
2.1.224 8,368 9/9/2024
2.1.223 9,004 9/9/2024
2.1.222 141 9/9/2024
2.1.221 167 9/9/2024
2.1.220 36,621 9/5/2024
2.1.219 7,232 9/5/2024
2.1.218 141 9/5/2024
2.1.217 152 9/5/2024
2.1.216 1,242 9/5/2024
2.1.215 164 9/5/2024
2.1.214 3,933 9/5/2024
2.1.213 20,904 9/4/2024
2.1.212 49,855 8/20/2024
2.1.211 5,703 8/20/2024
2.1.210 148 8/20/2024
2.1.209 146 8/20/2024
2.1.208 5,047 8/20/2024
2.1.207 154 8/20/2024
2.1.206 147 8/20/2024
2.1.205 73,118 7/24/2024
2.1.204 5,844 7/24/2024
2.1.203 115 7/24/2024
2.1.202 28,105 7/13/2024
2.1.201 153 7/13/2024
2.1.200 15,794 7/10/2024
2.1.199 4,673 7/10/2024
2.1.198 173 7/10/2024
2.1.196 4,334 7/9/2024
2.1.194 3,389 7/9/2024
2.1.193 19,617 7/9/2024
2.1.192 5,985 7/9/2024
2.1.191 685 7/9/2024
2.1.190 143 7/9/2024
2.1.189 9,259 7/9/2024
2.1.188 2,845 7/8/2024
2.1.187 138 7/8/2024
2.1.186 157 7/8/2024
2.1.185 126 7/8/2024
2.1.184 129 7/8/2024
2.1.183 5,464 7/8/2024
2.1.182 149 7/8/2024
2.1.181 138 7/8/2024
2.1.180 599 7/8/2024
2.1.179 24,975 7/7/2024
2.1.178 3,291 7/7/2024
2.1.177 22,204 7/3/2024
2.1.176 37,565 6/14/2024
2.1.174 43,441 5/27/2024
2.1.173 3,123 5/27/2024
2.1.172 123 5/27/2024
2.1.171 20,372 5/25/2024
2.1.170 7,518 5/25/2024
2.1.169 140 5/25/2024
2.1.168 146 5/25/2024
2.1.167 4,458 5/25/2024
2.1.166 149 5/25/2024
2.1.165 171 5/25/2024
2.1.164 156 5/25/2024
2.1.163 4,143 5/25/2024
2.1.162 132 5/25/2024
2.1.161 19,031 5/22/2024
2.1.160 4,804 5/22/2024
2.1.159 2,440 5/22/2024
2.1.158 139 5/22/2024
2.1.157 143 5/22/2024
2.1.156 148 5/22/2024
2.1.155 9,877 5/22/2024
2.1.154 16,429 5/16/2024
2.1.153 47,343 4/28/2024
2.1.152 132 4/28/2024
2.1.151 7,436 4/28/2024
2.1.150 129 4/28/2024
2.1.149 146 4/28/2024
2.1.148 711 4/28/2024
2.1.147 140 4/28/2024
2.1.146 148 4/28/2024
2.1.145 5,245 4/27/2024
2.1.144 174 4/27/2024
2.1.143 137 4/27/2024
2.1.142 38,150 4/12/2024
2.1.141 178 4/12/2024
2.1.140 4,855 4/12/2024
2.1.139 170 4/12/2024
2.1.138 149 4/12/2024
2.1.137 3,168 4/12/2024
2.1.136 165 4/12/2024
2.1.135 156 4/12/2024
2.1.134 145 4/12/2024
2.1.133 27,593 4/1/2024
2.1.132 18,646 3/25/2024
2.1.131 20,252 3/18/2024
2.1.130 230 3/18/2024
2.1.129 389 3/18/2024
2.1.128 18,974 3/13/2024
2.1.127 220 3/13/2024
2.1.126 205 3/13/2024
2.1.125 1,713 3/13/2024
2.1.124 201 3/13/2024
2.1.123 212 3/13/2024
2.1.122 38,034 3/8/2024
2.1.121 15,959 3/3/2024
2.1.120 13,384 3/2/2024
2.1.119 2,096 3/1/2024
2.1.117 12,187 2/28/2024
2.1.116 23,141 2/25/2024
2.1.115 250 2/25/2024
2.1.114 18,610 2/21/2024
2.1.113 4,746 2/21/2024
2.1.112 2,849 2/21/2024
2.1.111 1,922 2/21/2024
2.1.110 272 2/21/2024
2.1.109 6,043 2/21/2024
2.1.108 263 2/21/2024
2.1.107 283 2/21/2024
2.1.106 15,021 2/20/2024
2.1.105 1,674 2/20/2024
2.1.104 10,070 2/19/2024
2.1.103 10,291 2/16/2024
2.1.102 7,009 2/16/2024
2.1.101 269 2/16/2024
2.1.100 6,642 2/16/2024
2.1.99 40,410 2/9/2024
2.1.98 36,503 2/7/2024
2.1.97 4,628 2/6/2024
2.1.96 2,826 2/6/2024
2.1.95 484 2/6/2024
2.1.94 292 2/6/2024
2.1.93 13,540 2/4/2024
2.1.92 98,986 1/15/2024
2.1.91 5,388 1/15/2024
2.1.90 402 1/15/2024
2.1.89 3,159 1/15/2024
2.1.88 349 1/15/2024
2.1.87 37,552 1/7/2024
2.1.86 7,410 1/5/2024
2.1.85 4,498 1/5/2024
2.1.84 379 1/5/2024
2.1.83 404 1/5/2024
2.1.82 5,109 1/5/2024
2.1.81 12,811 1/1/2024
2.1.80 457 1/1/2024
2.1.79 8,397 12/28/2023
2.1.78 4,287 12/28/2023
2.1.77 4,175 12/27/2023
2.1.76 431 12/27/2023
2.1.75 433 12/27/2023
2.1.74 5,036 12/27/2023
2.1.73 408 12/27/2023
2.1.72 449 12/27/2023
2.1.71 15,796 12/25/2023
2.1.70 915 12/25/2023
2.1.69 443 12/25/2023
2.1.68 449 12/25/2023
2.1.67 4,780 12/25/2023
2.1.66 12,819 12/24/2023
2.1.65 7,740 12/23/2023
2.1.64 2,097 12/23/2023
2.1.63 417 12/23/2023
2.1.62 5,560 12/23/2023
2.1.61 455 12/23/2023
2.1.60 409 12/23/2023
2.1.59 1,861 12/23/2023
2.1.58 411 12/23/2023
2.1.57 13,792 12/19/2023
2.1.56 4,621 12/18/2023
2.1.55 12,920 12/10/2023
2.1.51 6,326 12/10/2023
2.1.50 11,107 12/9/2023
2.1.49 458 12/9/2023
2.1.48 538 12/9/2023
2.1.47 469 12/9/2023
2.1.46 473 12/9/2023
2.1.45 492 12/9/2023
2.1.44 7,510 12/9/2023
2.1.43 11,659 12/6/2023
2.1.42 9,366 12/4/2023
2.1.41 5,974 12/4/2023
2.1.40 510 12/4/2023
2.1.39 911 12/4/2023
2.1.38 542 12/4/2023
2.1.37 15,800 11/23/2023
2.1.36 453 11/23/2023
2.1.35 843 11/23/2023
2.1.34 476 11/23/2023
2.1.33 2,070 11/23/2023
2.1.32 3,238 11/23/2023
2.1.31 9,575 11/20/2023
2.1.30 3,883 11/20/2023
2.1.29 6,846 11/19/2023
2.1.28 1,193 11/19/2023
2.1.27 475 11/19/2023
2.1.26 473 11/19/2023
2.1.25 459 11/19/2023
2.1.24 2,363 11/19/2023
2.1.23 10,082 11/18/2023
2.1.22 501 11/18/2023
2.1.21 3,352 11/18/2023
2.1.20 2,272 11/18/2023
2.1.19 488 11/18/2023
2.1.18 5,843 11/17/2023
2.1.17 1,487 11/17/2023
2.1.16 495 11/17/2023
2.1.15 480 11/17/2023
2.1.14 1,906 11/17/2023
2.1.13 8,021 11/17/2023
2.1.12 2,131 11/17/2023
2.1.11 473 11/17/2023
2.1.10 517 11/17/2023
2.1.9 522 11/17/2023
2.1.8 3,714 11/17/2023
2.1.7 1,683 11/16/2023
2.1.6 434 11/16/2023
2.1.5 929 11/16/2023
2.1.4 466 11/16/2023
2.0.140 5,592 11/15/2023
2.0.139 495 11/15/2023
2.0.138 474 11/15/2023
2.0.137 484 11/15/2023
2.0.136 475 11/15/2023
2.0.3 466 11/16/2023
2.0.2 481 11/16/2023
2.0.1 431 11/16/2023
1.0.135 12,301 11/10/2023
1.0.134 504 11/10/2023
1.0.133 5,863 11/9/2023
1.0.132 452 11/9/2023
1.0.131 500 11/9/2023
1.0.130 2,122 11/8/2023
1.0.129 10,595 11/6/2023
1.0.128 479 11/6/2023
1.0.127 505 11/6/2023
1.0.126 507 11/6/2023
1.0.125 3,946 11/3/2023
1.0.124 7,120 11/2/2023
1.0.123 523 11/2/2023
1.0.122 507 11/2/2023
1.0.121 474 11/2/2023
1.0.120 3,806 11/1/2023
1.0.119 19,833 10/18/2023
1.0.118 539 10/18/2023
1.0.117 545 10/18/2023
1.0.116 513 10/18/2023
1.0.115 4,282 10/17/2023
1.0.114 4,998 10/16/2023
1.0.113 538 10/16/2023
1.0.112 523 10/16/2023
1.0.111 554 10/16/2023
1.0.110 7,435 10/13/2023
1.0.109 576 10/13/2023
1.0.108 13,954 9/19/2023
1.0.107 567 9/19/2023
1.0.106 578 9/19/2023
1.0.105 526 9/19/2023
1.0.104 6,671 9/18/2023
1.0.103 573 9/18/2023
1.0.102 16,311 8/30/2023
1.0.101 640 8/30/2023
1.0.100 587 8/30/2023
1.0.99 588 8/30/2023
1.0.98 602 8/30/2023
1.0.97 12,175 8/25/2023
1.0.96 5,541 8/24/2023
1.0.95 601 8/24/2023
1.0.94 10,784 8/18/2023
1.0.93 619 8/18/2023
1.0.92 4,994 8/17/2023
1.0.91 591 8/17/2023
1.0.90 609 8/17/2023
1.0.89 18,504 8/8/2023
1.0.88 653 8/8/2023
1.0.87 6,015 8/7/2023
1.0.86 664 8/7/2023
1.0.85 648 8/7/2023
1.0.84 22,449 7/10/2023
1.0.83 709 7/10/2023
1.0.82 722 7/10/2023
1.0.81 735 7/10/2023
1.0.80 5,093 7/7/2023
1.0.79 681 7/7/2023
1.0.78 16,689 6/29/2023
1.0.77 4,631 6/28/2023
1.0.76 708 6/28/2023
1.0.75 734 6/28/2023
1.0.74 48,084 6/7/2023
1.0.73 6,158 6/7/2023
1.0.72 742 6/7/2023
1.0.71 740 6/7/2023
1.0.70 7,483 6/6/2023
1.0.69 725 6/6/2023
1.0.68 2,887 6/5/2023
1.0.67 719 6/5/2023
1.0.66 7,310 6/2/2023
1.0.65 752 6/2/2023
1.0.64 733 6/2/2023
1.0.63 28,870 5/30/2023
1.0.62 724 5/30/2023
1.0.61 8,376 5/29/2023
1.0.60 733 5/29/2023
1.0.59 6,671 5/26/2023
1.0.58 12,457 5/25/2023
1.0.57 737 5/25/2023
1.0.56 6,423 5/24/2023
1.0.55 757 5/24/2023
1.0.54 754 5/24/2023
1.0.53 731 5/24/2023
1.0.52 837 5/24/2023
1.0.51 4,288 5/23/2023
1.0.50 735 5/23/2023
1.0.49 744 5/23/2023
1.0.46 13,551 5/22/2023
1.0.45 11,067 5/18/2023
1.0.44 6,626 5/17/2023
1.0.43 725 5/17/2023
1.0.42 710 5/17/2023
1.0.41 704 5/17/2023
1.0.40 17,480 4/24/2023
1.0.39 2,444 4/24/2023
1.0.38 785 4/24/2023
1.0.37 4,110 4/21/2023
1.0.36 731 4/21/2023
1.0.35 746 4/21/2023
1.0.34 4,560 4/20/2023
1.0.33 926 4/20/2023
1.0.32 866 4/20/2023
1.0.31 4,210 4/19/2023
1.0.30 1,944 4/18/2023
1.0.29 775 4/18/2023
1.0.28 1,914 4/18/2023
1.0.27 3,399 4/17/2023
1.0.26 848 4/16/2023
1.0.25 790 4/16/2023
1.0.24 3,551 4/14/2023
1.0.23 2,594 4/13/2023
1.0.22 2,494 4/12/2023
1.0.21 776 4/12/2023
1.0.20 771 4/12/2023
1.0.19 1,794 4/11/2023
1.0.18 841 4/11/2023
1.0.17 2,642 4/11/2023
1.0.16 3,025 4/7/2023
1.0.15 3,865 4/3/2023
1.0.14 815 4/3/2023
1.0.13 807 4/3/2023
1.0.12 765 4/3/2023
1.0.11 2,091 4/1/2023
1.0.10 1,198 3/30/2023
1.0.9 941 3/26/2023
1.0.7 4,030 2/27/2023
1.0.6 851 2/26/2023
1.0.5 826 2/22/2023
1.0.4 1,024 2/22/2023
1.0.3 859 2/22/2023
1.0.2 1,401 2/12/2023
1.0.1 1,053 2/12/2023