Soenneker.Extensions.String 3.0.471

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.471
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.471
                    
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.471" />
                    
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.471" />
                    
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.471
                    
#r "nuget: Soenneker.Extensions.String, 3.0.471"
                    
#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.471
                    
#: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.471
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.471
                    
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,973 7/8/2025
3.0.538 38,083 6/28/2025
3.0.537 4,275 6/27/2025
3.0.536 63 6/27/2025
3.0.535 6,200 6/27/2025
3.0.534 80 6/27/2025
3.0.533 300 6/27/2025
3.0.532 20,147 6/24/2025
3.0.531 16,279 6/11/2025
3.0.530 10,894 6/10/2025
3.0.529 20,394 6/2/2025
3.0.528 11,683 5/27/2025
3.0.527 2,176 5/27/2025
3.0.526 145 5/27/2025
3.0.525 3,088 5/27/2025
3.0.524 145 5/27/2025
3.0.523 155 5/27/2025
3.0.522 3,980 5/27/2025
3.0.521 18,605 5/25/2025
3.0.520 11,032 5/23/2025
3.0.519 3,797 5/23/2025
3.0.518 146 5/23/2025
3.0.517 137 5/23/2025
3.0.516 2,426 5/22/2025
3.0.515 150 5/22/2025
3.0.514 4,152 5/22/2025
3.0.513 29,425 5/14/2025
3.0.512 17,718 5/8/2025
3.0.511 4,240 5/8/2025
3.0.510 164 5/8/2025
3.0.509 909 5/8/2025
3.0.508 251 5/7/2025
3.0.507 159 5/7/2025
3.0.506 3,631 5/7/2025
3.0.505 20,320 5/5/2025
3.0.504 3,028 5/5/2025
3.0.503 239 5/5/2025
3.0.502 155 5/5/2025
3.0.501 5,098 5/5/2025
3.0.500 1,121 5/5/2025
3.0.499 167 5/5/2025
3.0.498 237 5/5/2025
3.0.497 156 5/5/2025
3.0.496 320 5/5/2025
3.0.495 8,390 5/5/2025
3.0.494 154 5/5/2025
3.0.493 27,307 4/27/2025
3.0.492 110 4/27/2025
3.0.491 5,502 4/26/2025
3.0.490 11,929 4/8/2025
3.0.489 2,389 4/8/2025
3.0.488 170 4/8/2025
3.0.487 177 4/8/2025
3.0.486 3,076 4/8/2025
3.0.485 260 4/8/2025
3.0.484 1,133 4/8/2025
3.0.483 2,718 4/8/2025
3.0.482 28,216 4/8/2025
3.0.481 499 4/8/2025
3.0.480 56,350 4/6/2025
3.0.479 8,560 4/6/2025
3.0.478 3,008 4/6/2025
3.0.477 3,446 4/6/2025
3.0.476 2,708 4/6/2025
3.0.475 156 4/6/2025
3.0.474 161 4/6/2025
3.0.473 8,681 4/6/2025
3.0.472 143 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,677 4/4/2025
3.0.467 114 4/4/2025
3.0.466 204 4/4/2025
3.0.465 9,270 4/4/2025
3.0.464 149,185 3/11/2025
3.0.463 12,008 3/11/2025
3.0.462 177 3/11/2025
3.0.461 8,690 3/11/2025
3.0.460 185 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 117 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,556 2/21/2025
3.0.445 27,772 2/18/2025
3.0.444 1,619 2/18/2025
3.0.443 131 2/18/2025
3.0.442 126 2/18/2025
3.0.441 28,037 2/13/2025
3.0.440 21,475 2/11/2025
3.0.439 4,144 2/11/2025
3.0.438 7,177 2/11/2025
3.0.437 5,573 2/11/2025
3.0.436 3,403 2/10/2025
3.0.435 141 2/10/2025
3.0.434 2,970 2/10/2025
3.0.433 12,538 2/10/2025
3.0.432 5,947 2/10/2025
3.0.431 321 2/10/2025
3.0.430 123 2/10/2025
3.0.429 18,113 2/10/2025
3.0.428 136 2/10/2025
3.0.427 27,574 2/8/2025
3.0.426 2,446 2/7/2025
3.0.425 124 2/7/2025
3.0.424 8,997 2/7/2025
3.0.423 3,194 2/7/2025
3.0.422 2,426 2/7/2025
3.0.421 125 2/7/2025
3.0.420 126 2/7/2025
3.0.419 2,487 2/7/2025
3.0.418 143 2/7/2025
3.0.417 122 2/7/2025
3.0.416 129 2/7/2025
3.0.415 5,324 2/7/2025
3.0.414 152 2/7/2025
3.0.413 126 2/7/2025
3.0.412 64,713 1/27/2025
3.0.411 2,955 1/27/2025
3.0.410 167 1/27/2025
3.0.409 6,386 1/27/2025
3.0.408 1,434 1/27/2025
3.0.407 128 1/27/2025
3.0.406 118 1/27/2025
3.0.405 24,528 1/25/2025
3.0.404 20,796 1/24/2025
3.0.403 19,297 1/24/2025
3.0.402 508 1/24/2025
3.0.401 6,613 1/23/2025
3.0.400 118 1/23/2025
3.0.398 7,082 1/23/2025
3.0.397 22,283 1/21/2025
3.0.396 130 1/21/2025
3.0.395 179 1/21/2025
3.0.394 19,199 1/20/2025
3.0.393 4,578 1/20/2025
3.0.392 1,835 1/20/2025
3.0.391 134 1/20/2025
3.0.390 10,578 1/20/2025
3.0.389 118 1/20/2025
3.0.388 4,071 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 123 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 332 1/19/2025
3.0.379 106 1/19/2025
3.0.378 16,081 1/18/2025
3.0.377 15,134 1/16/2025
3.0.376 17,184 1/16/2025
3.0.375 14,359 1/16/2025
3.0.374 12,848 1/15/2025
3.0.373 5,038 1/15/2025
3.0.372 3,764 1/15/2025
3.0.371 7,096 1/15/2025
3.0.370 5,707 1/15/2025
3.0.369 3,083 1/14/2025
3.0.368 1,233 1/14/2025
3.0.367 706 1/14/2025
3.0.366 254 1/14/2025
3.0.365 111 1/14/2025
3.0.364 3,615 1/14/2025
3.0.363 2,194 1/14/2025
3.0.362 113 1/14/2025
3.0.361 5,248 1/14/2025
3.0.360 22,957 1/12/2025
3.0.359 15,990 1/10/2025
3.0.358 4,587 1/10/2025
3.0.357 121 1/10/2025
3.0.356 125 1/10/2025
3.0.355 3,949 1/10/2025
3.0.354 129 1/10/2025
3.0.353 154 1/10/2025
3.0.352 126 1/10/2025
3.0.351 25,668 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 149 1/2/2025
3.0.346 149 1/2/2025
3.0.345 1,655 1/2/2025
3.0.344 17,074 1/1/2025
3.0.343 162 1/1/2025
3.0.342 165 1/1/2025
3.0.341 592 12/31/2024
3.0.340 143 12/31/2024
3.0.339 152 12/31/2024
3.0.338 2,151 12/31/2024
3.0.337 166 12/31/2024
3.0.336 149 12/31/2024
3.0.335 176 12/31/2024
3.0.334 8,163 12/31/2024
3.0.333 22,097 12/31/2024
3.0.332 129 12/31/2024
3.0.331 158 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,279 12/24/2024
3.0.325 126 12/24/2024
3.0.324 132 12/24/2024
3.0.323 6,828 12/24/2024
3.0.322 145 12/24/2024
3.0.321 133 12/24/2024
3.0.320 1,640 12/24/2024
3.0.319 40,534 12/22/2024
3.0.318 504 12/22/2024
3.0.317 144 12/22/2024
3.0.316 6,742 12/21/2024
3.0.315 123 12/21/2024
3.0.314 1,066 12/21/2024
3.0.313 9,796 12/21/2024
3.0.312 130 12/21/2024
3.0.311 3,421 12/21/2024
3.0.310 5,088 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 646 12/21/2024
3.0.305 5,134 12/21/2024
3.0.304 133 12/21/2024
3.0.303 7,318 12/20/2024
3.0.302 3,839 12/20/2024
3.0.301 138 12/20/2024
3.0.300 14,641 12/19/2024
3.0.299 1,501 12/19/2024
3.0.298 688 12/18/2024
3.0.297 132 12/18/2024
3.0.296 267 12/18/2024
3.0.295 25,173 12/17/2024
3.0.294 3,912 12/17/2024
3.0.293 164 12/17/2024
3.0.292 399 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,406 12/4/2024
3.0.283 7,076 12/4/2024
3.0.282 231 12/4/2024
3.0.281 14,266 12/3/2024
3.0.280 160 12/3/2024
3.0.279 6,824 12/3/2024
3.0.278 4,139 12/2/2024
3.0.277 141 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 156 12/1/2024
3.0.272 160 12/1/2024
3.0.271 40,802 11/19/2024
3.0.270 158 11/19/2024
3.0.269 5,436 11/19/2024
3.0.268 171 11/19/2024
3.0.267 144 11/19/2024
3.0.266 14,356 11/19/2024
3.0.265 3,794 11/19/2024
3.0.264 28,250 11/14/2024
3.0.263 169 11/14/2024
3.0.262 3,022 11/14/2024
3.0.261 153 11/14/2024
3.0.260 147 11/14/2024
3.0.259 1,841 11/13/2024
3.0.258 163 11/13/2024
2.1.257 52,237 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,377 10/28/2024
2.1.252 114,209 10/1/2024
2.1.251 16,954 9/30/2024
2.1.250 30,186 9/27/2024
2.1.249 139 9/27/2024
2.1.248 131 9/27/2024
2.1.247 2,850 9/27/2024
2.1.246 121 9/27/2024
2.1.245 124 9/27/2024
2.1.244 123 9/27/2024
2.1.243 54,731 9/23/2024
2.1.242 827 9/23/2024
2.1.241 3,779 9/23/2024
2.1.240 133 9/23/2024
2.1.239 1,325 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 271 9/17/2024
2.1.234 144 9/17/2024
2.1.233 237 9/17/2024
2.1.232 165 9/17/2024
2.1.231 4,224 9/17/2024
2.1.230 175 9/17/2024
2.1.229 50,185 9/11/2024
2.1.228 17,117 9/11/2024
2.1.227 23,611 9/9/2024
2.1.226 9,722 9/9/2024
2.1.225 5,951 9/9/2024
2.1.224 8,373 9/9/2024
2.1.223 9,006 9/9/2024
2.1.222 144 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 145 9/5/2024
2.1.217 155 9/5/2024
2.1.216 1,247 9/5/2024
2.1.215 168 9/5/2024
2.1.214 3,938 9/5/2024
2.1.213 20,912 9/4/2024
2.1.212 49,861 8/20/2024
2.1.211 5,707 8/20/2024
2.1.210 150 8/20/2024
2.1.209 149 8/20/2024
2.1.208 5,049 8/20/2024
2.1.207 157 8/20/2024
2.1.206 150 8/20/2024
2.1.205 73,131 7/24/2024
2.1.204 5,847 7/24/2024
2.1.203 118 7/24/2024
2.1.202 28,128 7/13/2024
2.1.201 155 7/13/2024
2.1.200 15,797 7/10/2024
2.1.199 4,677 7/10/2024
2.1.198 177 7/10/2024
2.1.196 4,337 7/9/2024
2.1.194 3,392 7/9/2024
2.1.193 19,620 7/9/2024
2.1.192 5,988 7/9/2024
2.1.191 688 7/9/2024
2.1.190 147 7/9/2024
2.1.189 9,263 7/9/2024
2.1.188 2,849 7/8/2024
2.1.187 140 7/8/2024
2.1.186 159 7/8/2024
2.1.185 131 7/8/2024
2.1.184 132 7/8/2024
2.1.183 5,467 7/8/2024
2.1.182 152 7/8/2024
2.1.181 140 7/8/2024
2.1.180 602 7/8/2024
2.1.179 24,977 7/7/2024
2.1.178 3,293 7/7/2024
2.1.177 22,207 7/3/2024
2.1.176 37,574 6/14/2024
2.1.174 43,443 5/27/2024
2.1.173 3,125 5/27/2024
2.1.172 126 5/27/2024
2.1.171 20,378 5/25/2024
2.1.170 7,521 5/25/2024
2.1.169 143 5/25/2024
2.1.168 148 5/25/2024
2.1.167 4,460 5/25/2024
2.1.166 153 5/25/2024
2.1.165 175 5/25/2024
2.1.164 158 5/25/2024
2.1.163 4,146 5/25/2024
2.1.162 134 5/25/2024
2.1.161 19,034 5/22/2024
2.1.160 4,808 5/22/2024
2.1.159 2,442 5/22/2024
2.1.158 144 5/22/2024
2.1.157 145 5/22/2024
2.1.156 151 5/22/2024
2.1.155 9,881 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 152 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,156 4/12/2024
2.1.141 180 4/12/2024
2.1.140 4,858 4/12/2024
2.1.139 173 4/12/2024
2.1.138 151 4/12/2024
2.1.137 3,172 4/12/2024
2.1.136 168 4/12/2024
2.1.135 158 4/12/2024
2.1.134 147 4/12/2024
2.1.133 27,616 4/1/2024
2.1.132 18,648 3/25/2024
2.1.131 20,255 3/18/2024
2.1.130 233 3/18/2024
2.1.129 391 3/18/2024
2.1.128 18,978 3/13/2024
2.1.127 222 3/13/2024
2.1.126 207 3/13/2024
2.1.125 1,716 3/13/2024
2.1.124 205 3/13/2024
2.1.123 215 3/13/2024
2.1.122 38,037 3/8/2024
2.1.121 15,962 3/3/2024
2.1.120 13,387 3/2/2024
2.1.119 2,098 3/1/2024
2.1.117 12,189 2/28/2024
2.1.116 23,145 2/25/2024
2.1.115 254 2/25/2024
2.1.114 18,612 2/21/2024
2.1.113 4,748 2/21/2024
2.1.112 2,854 2/21/2024
2.1.111 1,924 2/21/2024
2.1.110 274 2/21/2024
2.1.109 6,046 2/21/2024
2.1.108 266 2/21/2024
2.1.107 286 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,294 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,416 2/9/2024
2.1.98 36,508 2/7/2024
2.1.97 4,630 2/6/2024
2.1.96 2,829 2/6/2024
2.1.95 486 2/6/2024
2.1.94 294 2/6/2024
2.1.93 13,543 2/4/2024
2.1.92 98,989 1/15/2024
2.1.91 5,391 1/15/2024
2.1.90 406 1/15/2024
2.1.89 3,162 1/15/2024
2.1.88 353 1/15/2024
2.1.87 37,555 1/7/2024
2.1.86 7,412 1/5/2024
2.1.85 4,501 1/5/2024
2.1.84 383 1/5/2024
2.1.83 409 1/5/2024
2.1.82 5,111 1/5/2024
2.1.81 12,815 1/1/2024
2.1.80 459 1/1/2024
2.1.79 8,400 12/28/2023
2.1.78 4,290 12/28/2023
2.1.77 4,177 12/27/2023
2.1.76 433 12/27/2023
2.1.75 437 12/27/2023
2.1.74 5,039 12/27/2023
2.1.73 410 12/27/2023
2.1.72 451 12/27/2023
2.1.71 15,802 12/25/2023
2.1.70 919 12/25/2023
2.1.69 447 12/25/2023
2.1.68 452 12/25/2023
2.1.67 4,782 12/25/2023
2.1.66 12,827 12/24/2023
2.1.65 7,743 12/23/2023
2.1.64 2,099 12/23/2023
2.1.63 419 12/23/2023
2.1.62 5,563 12/23/2023
2.1.61 460 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,799 12/19/2023
2.1.56 4,623 12/18/2023
2.1.55 12,927 12/10/2023
2.1.51 6,331 12/10/2023
2.1.50 11,117 12/9/2023
2.1.49 461 12/9/2023
2.1.48 542 12/9/2023
2.1.47 472 12/9/2023
2.1.46 476 12/9/2023
2.1.45 494 12/9/2023
2.1.44 7,513 12/9/2023
2.1.43 11,662 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 545 12/4/2023
2.1.37 15,803 11/23/2023
2.1.36 456 11/23/2023
2.1.35 845 11/23/2023
2.1.34 479 11/23/2023
2.1.33 2,072 11/23/2023
2.1.32 3,240 11/23/2023
2.1.31 9,578 11/20/2023
2.1.30 3,886 11/20/2023
2.1.29 6,848 11/19/2023
2.1.28 1,196 11/19/2023
2.1.27 479 11/19/2023
2.1.26 474 11/19/2023
2.1.25 461 11/19/2023
2.1.24 2,366 11/19/2023
2.1.23 10,084 11/18/2023
2.1.22 504 11/18/2023
2.1.21 3,354 11/18/2023
2.1.20 2,276 11/18/2023
2.1.19 492 11/18/2023
2.1.18 5,846 11/17/2023
2.1.17 1,489 11/17/2023
2.1.16 498 11/17/2023
2.1.15 483 11/17/2023
2.1.14 1,910 11/17/2023
2.1.13 8,023 11/17/2023
2.1.12 2,133 11/17/2023
2.1.11 476 11/17/2023
2.1.10 520 11/17/2023
2.1.9 525 11/17/2023
2.1.8 3,718 11/17/2023
2.1.7 1,686 11/16/2023
2.1.6 446 11/16/2023
2.1.5 932 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 477 11/15/2023
2.0.137 487 11/15/2023
2.0.136 479 11/15/2023
2.0.3 468 11/16/2023
2.0.2 484 11/16/2023
2.0.1 435 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,598 11/6/2023
1.0.128 483 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,123 11/2/2023
1.0.123 528 11/2/2023
1.0.122 511 11/2/2023
1.0.121 476 11/2/2023
1.0.120 3,809 11/1/2023
1.0.119 19,836 10/18/2023
1.0.118 543 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,001 10/16/2023
1.0.113 541 10/16/2023
1.0.112 526 10/16/2023
1.0.111 558 10/16/2023
1.0.110 7,438 10/13/2023
1.0.109 579 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,675 9/18/2023
1.0.103 575 9/18/2023
1.0.102 16,315 8/30/2023
1.0.101 642 8/30/2023
1.0.100 591 8/30/2023
1.0.99 590 8/30/2023
1.0.98 604 8/30/2023
1.0.97 12,182 8/25/2023
1.0.96 5,546 8/24/2023
1.0.95 604 8/24/2023
1.0.94 10,789 8/18/2023
1.0.93 622 8/18/2023
1.0.92 4,998 8/17/2023
1.0.91 596 8/17/2023
1.0.90 614 8/17/2023
1.0.89 18,508 8/8/2023
1.0.88 658 8/8/2023
1.0.87 6,019 8/7/2023
1.0.86 669 8/7/2023
1.0.85 651 8/7/2023
1.0.84 22,452 7/10/2023
1.0.83 713 7/10/2023
1.0.82 726 7/10/2023
1.0.81 738 7/10/2023
1.0.80 5,096 7/7/2023
1.0.79 685 7/7/2023
1.0.78 16,694 6/29/2023
1.0.77 4,636 6/28/2023
1.0.76 712 6/28/2023
1.0.75 737 6/28/2023
1.0.74 48,088 6/7/2023
1.0.73 6,163 6/7/2023
1.0.72 745 6/7/2023
1.0.71 743 6/7/2023
1.0.70 7,486 6/6/2023
1.0.69 730 6/6/2023
1.0.68 2,891 6/5/2023
1.0.67 725 6/5/2023
1.0.66 7,313 6/2/2023
1.0.65 756 6/2/2023
1.0.64 737 6/2/2023
1.0.63 28,875 5/30/2023
1.0.62 727 5/30/2023
1.0.61 8,383 5/29/2023
1.0.60 737 5/29/2023
1.0.59 6,676 5/26/2023
1.0.58 12,460 5/25/2023
1.0.57 740 5/25/2023
1.0.56 6,427 5/24/2023
1.0.55 760 5/24/2023
1.0.54 757 5/24/2023
1.0.53 735 5/24/2023
1.0.52 840 5/24/2023
1.0.51 4,291 5/23/2023
1.0.50 740 5/23/2023
1.0.49 747 5/23/2023
1.0.46 13,554 5/22/2023
1.0.45 11,071 5/18/2023
1.0.44 6,630 5/17/2023
1.0.43 728 5/17/2023
1.0.42 714 5/17/2023
1.0.41 707 5/17/2023
1.0.40 17,484 4/24/2023
1.0.39 2,447 4/24/2023
1.0.38 789 4/24/2023
1.0.37 4,114 4/21/2023
1.0.36 735 4/21/2023
1.0.35 749 4/21/2023
1.0.34 4,563 4/20/2023
1.0.33 930 4/20/2023
1.0.32 870 4/20/2023
1.0.31 4,213 4/19/2023
1.0.30 1,948 4/18/2023
1.0.29 779 4/18/2023
1.0.28 1,919 4/18/2023
1.0.27 3,403 4/17/2023
1.0.26 851 4/16/2023
1.0.25 794 4/16/2023
1.0.24 3,555 4/14/2023
1.0.23 2,598 4/13/2023
1.0.22 2,500 4/12/2023
1.0.21 779 4/12/2023
1.0.20 774 4/12/2023
1.0.19 1,797 4/11/2023
1.0.18 844 4/11/2023
1.0.17 2,646 4/11/2023
1.0.16 3,031 4/7/2023
1.0.15 3,867 4/3/2023
1.0.14 818 4/3/2023
1.0.13 809 4/3/2023
1.0.12 767 4/3/2023
1.0.11 2,097 4/1/2023
1.0.10 1,202 3/30/2023
1.0.9 946 3/26/2023
1.0.7 4,035 2/27/2023
1.0.6 855 2/26/2023
1.0.5 829 2/22/2023
1.0.4 1,027 2/22/2023
1.0.3 863 2/22/2023
1.0.2 1,407 2/12/2023
1.0.1 1,058 2/12/2023