Soenneker.Extensions.String 3.0.537

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.537
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.537
                    
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.537" />
                    
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.537" />
                    
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.537
                    
#r "nuget: Soenneker.Extensions.String, 3.0.537"
                    
#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.537
                    
#: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.537
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.537
                    
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 19,628 9/16/2025
3.0.556 24,524 9/9/2025
3.0.555 22,940 9/3/2025
3.0.554 8,509 9/3/2025
3.0.553 162 9/3/2025
3.0.552 510 9/3/2025
3.0.551 168 9/3/2025
3.0.550 1,290 9/3/2025
3.0.549 30,857 8/16/2025
3.0.548 21,892 8/11/2025
3.0.547 1,631 8/11/2025
3.0.546 155 8/11/2025
3.0.545 2,737 8/11/2025
3.0.544 155 8/11/2025
3.0.543 222 8/11/2025
3.0.542 24,444 8/10/2025
3.0.541 16,539 8/5/2025
3.0.540 10,506 7/29/2025
3.0.539 25,735 7/8/2025
3.0.538 40,967 6/28/2025
3.0.537 4,623 6/27/2025
3.0.536 93 6/27/2025
3.0.535 6,570 6/27/2025
3.0.534 109 6/27/2025
3.0.533 343 6/27/2025
3.0.532 21,658 6/24/2025
3.0.531 17,854 6/11/2025
3.0.530 11,653 6/10/2025
3.0.529 21,741 6/2/2025
3.0.528 12,516 5/27/2025
3.0.527 2,394 5/27/2025
3.0.526 175 5/27/2025
3.0.525 3,328 5/27/2025
3.0.524 183 5/27/2025
3.0.523 179 5/27/2025
3.0.522 4,364 5/27/2025
3.0.521 20,121 5/25/2025
3.0.520 11,858 5/23/2025
3.0.519 4,044 5/23/2025
3.0.518 176 5/23/2025
3.0.517 171 5/23/2025
3.0.516 2,573 5/22/2025
3.0.515 186 5/22/2025
3.0.514 4,431 5/22/2025
3.0.513 31,660 5/14/2025
3.0.512 18,988 5/8/2025
3.0.511 4,565 5/8/2025
3.0.510 198 5/8/2025
3.0.509 979 5/8/2025
3.0.508 293 5/7/2025
3.0.507 181 5/7/2025
3.0.506 3,899 5/7/2025
3.0.505 21,622 5/5/2025
3.0.504 3,251 5/5/2025
3.0.503 274 5/5/2025
3.0.502 189 5/5/2025
3.0.501 5,446 5/5/2025
3.0.500 1,197 5/5/2025
3.0.499 202 5/5/2025
3.0.498 272 5/5/2025
3.0.497 188 5/5/2025
3.0.496 370 5/5/2025
3.0.495 9,044 5/5/2025
3.0.494 188 5/5/2025
3.0.493 29,052 4/27/2025
3.0.492 145 4/27/2025
3.0.491 5,983 4/26/2025
3.0.490 12,800 4/8/2025
3.0.489 2,629 4/8/2025
3.0.488 207 4/8/2025
3.0.487 209 4/8/2025
3.0.486 3,394 4/8/2025
3.0.485 299 4/8/2025
3.0.484 1,226 4/8/2025
3.0.483 2,926 4/8/2025
3.0.482 30,708 4/8/2025
3.0.481 569 4/8/2025
3.0.480 60,694 4/6/2025
3.0.479 8,959 4/6/2025
3.0.478 3,306 4/6/2025
3.0.477 3,787 4/6/2025
3.0.476 2,942 4/6/2025
3.0.475 190 4/6/2025
3.0.474 194 4/6/2025
3.0.473 9,127 4/6/2025
3.0.472 178 4/6/2025
3.0.471 184 4/6/2025
3.0.470 3,845 4/5/2025
3.0.469 153 4/5/2025
3.0.468 36,683 4/4/2025
3.0.467 145 4/4/2025
3.0.466 237 4/4/2025
3.0.465 9,691 4/4/2025
3.0.464 162,738 3/11/2025
3.0.463 12,861 3/11/2025
3.0.462 210 3/11/2025
3.0.461 9,340 3/11/2025
3.0.460 214 3/11/2025
3.0.459 60,208 3/1/2025
3.0.458 7,071 3/1/2025
3.0.457 147 3/1/2025
3.0.456 4,825 3/1/2025
3.0.455 151 3/1/2025
3.0.454 154 3/1/2025
3.0.453 2,444 3/1/2025
3.0.452 155 3/1/2025
3.0.451 149 3/1/2025
3.0.450 167 3/1/2025
3.0.449 143 3/1/2025
3.0.448 41,610 2/24/2025
3.0.447 1,780 2/24/2025
3.0.446 39,836 2/21/2025
3.0.445 30,024 2/18/2025
3.0.444 1,745 2/18/2025
3.0.443 172 2/18/2025
3.0.442 159 2/18/2025
3.0.441 31,487 2/13/2025
3.0.440 23,239 2/11/2025
3.0.439 4,420 2/11/2025
3.0.438 7,947 2/11/2025
3.0.437 6,035 2/11/2025
3.0.436 3,737 2/10/2025
3.0.435 183 2/10/2025
3.0.434 3,173 2/10/2025
3.0.433 12,988 2/10/2025
3.0.432 6,550 2/10/2025
3.0.431 362 2/10/2025
3.0.430 158 2/10/2025
3.0.429 18,939 2/10/2025
3.0.428 164 2/10/2025
3.0.427 29,727 2/8/2025
3.0.426 2,644 2/7/2025
3.0.425 153 2/7/2025
3.0.424 9,579 2/7/2025
3.0.423 3,448 2/7/2025
3.0.422 2,525 2/7/2025
3.0.421 159 2/7/2025
3.0.420 156 2/7/2025
3.0.419 2,732 2/7/2025
3.0.418 172 2/7/2025
3.0.417 151 2/7/2025
3.0.416 161 2/7/2025
3.0.415 5,586 2/7/2025
3.0.414 183 2/7/2025
3.0.413 157 2/7/2025
3.0.412 70,729 1/27/2025
3.0.411 3,167 1/27/2025
3.0.410 204 1/27/2025
3.0.409 6,763 1/27/2025
3.0.408 1,506 1/27/2025
3.0.407 156 1/27/2025
3.0.406 149 1/27/2025
3.0.405 26,885 1/25/2025
3.0.404 22,567 1/24/2025
3.0.403 21,327 1/24/2025
3.0.402 556 1/24/2025
3.0.401 6,968 1/23/2025
3.0.400 159 1/23/2025
3.0.398 7,943 1/23/2025
3.0.397 24,425 1/21/2025
3.0.396 162 1/21/2025
3.0.395 203 1/21/2025
3.0.394 21,096 1/20/2025
3.0.393 4,934 1/20/2025
3.0.392 2,066 1/20/2025
3.0.391 161 1/20/2025
3.0.390 11,507 1/20/2025
3.0.389 152 1/20/2025
3.0.388 4,623 1/20/2025
3.0.387 167 1/20/2025
3.0.386 150 1/20/2025
3.0.385 9,479 1/20/2025
3.0.384 155 1/20/2025
3.0.383 154 1/20/2025
3.0.382 147 1/20/2025
3.0.381 30,670 1/19/2025
3.0.380 386 1/19/2025
3.0.379 133 1/19/2025
3.0.378 17,478 1/18/2025
3.0.377 16,679 1/16/2025
3.0.376 19,201 1/16/2025
3.0.375 15,681 1/16/2025
3.0.374 14,042 1/15/2025
3.0.373 5,399 1/15/2025
3.0.372 4,082 1/15/2025
3.0.371 7,560 1/15/2025
3.0.370 6,401 1/15/2025
3.0.369 3,596 1/14/2025
3.0.368 1,318 1/14/2025
3.0.367 820 1/14/2025
3.0.366 294 1/14/2025
3.0.365 144 1/14/2025
3.0.364 4,148 1/14/2025
3.0.363 2,520 1/14/2025
3.0.362 147 1/14/2025
3.0.361 5,830 1/14/2025
3.0.360 25,609 1/12/2025
3.0.359 17,674 1/10/2025
3.0.358 5,150 1/10/2025
3.0.357 166 1/10/2025
3.0.356 157 1/10/2025
3.0.355 4,344 1/10/2025
3.0.354 169 1/10/2025
3.0.353 186 1/10/2025
3.0.352 157 1/10/2025
3.0.351 28,035 1/2/2025
3.0.350 217 1/2/2025
3.0.349 167 1/2/2025
3.0.348 7,114 1/2/2025
3.0.347 178 1/2/2025
3.0.346 190 1/2/2025
3.0.345 1,885 1/2/2025
3.0.344 18,625 1/1/2025
3.0.343 196 1/1/2025
3.0.342 199 1/1/2025
3.0.341 639 12/31/2024
3.0.340 176 12/31/2024
3.0.339 180 12/31/2024
3.0.338 2,373 12/31/2024
3.0.337 195 12/31/2024
3.0.336 170 12/31/2024
3.0.335 204 12/31/2024
3.0.334 8,953 12/31/2024
3.0.333 24,007 12/31/2024
3.0.332 155 12/31/2024
3.0.331 185 12/31/2024
3.0.330 10,627 12/31/2024
3.0.329 182 12/31/2024
3.0.328 164 12/31/2024
3.0.327 4,763 12/31/2024
3.0.326 44,079 12/24/2024
3.0.325 159 12/24/2024
3.0.324 166 12/24/2024
3.0.323 7,448 12/24/2024
3.0.322 166 12/24/2024
3.0.321 172 12/24/2024
3.0.320 1,803 12/24/2024
3.0.319 44,061 12/22/2024
3.0.318 561 12/22/2024
3.0.317 175 12/22/2024
3.0.316 7,593 12/21/2024
3.0.315 155 12/21/2024
3.0.314 1,154 12/21/2024
3.0.313 10,645 12/21/2024
3.0.312 162 12/21/2024
3.0.311 3,502 12/21/2024
3.0.310 5,526 12/21/2024
3.0.309 183 12/21/2024
3.0.308 8,062 12/21/2024
3.0.307 173 12/21/2024
3.0.306 776 12/21/2024
3.0.305 5,720 12/21/2024
3.0.304 164 12/21/2024
3.0.303 7,681 12/20/2024
3.0.302 4,230 12/20/2024
3.0.301 172 12/20/2024
3.0.300 15,650 12/19/2024
3.0.299 1,638 12/19/2024
3.0.298 748 12/18/2024
3.0.297 163 12/18/2024
3.0.296 298 12/18/2024
3.0.295 27,555 12/17/2024
3.0.294 4,221 12/17/2024
3.0.293 197 12/17/2024
3.0.292 437 12/16/2024
3.0.291 173 12/16/2024
3.0.290 159 12/16/2024
3.0.289 161 12/16/2024
3.0.288 61,388 12/5/2024
3.0.287 26,250 12/4/2024
3.0.286 9,200 12/4/2024
3.0.285 6,070 12/4/2024
3.0.284 3,681 12/4/2024
3.0.283 7,630 12/4/2024
3.0.282 268 12/4/2024
3.0.281 15,580 12/3/2024
3.0.280 193 12/3/2024
3.0.279 7,247 12/3/2024
3.0.278 4,411 12/2/2024
3.0.277 173 12/2/2024
3.0.276 6,545 12/2/2024
3.0.275 15,497 12/1/2024
3.0.274 6,321 12/1/2024
3.0.273 181 12/1/2024
3.0.272 191 12/1/2024
3.0.271 44,143 11/19/2024
3.0.270 192 11/19/2024
3.0.269 5,881 11/19/2024
3.0.268 196 11/19/2024
3.0.267 175 11/19/2024
3.0.266 15,247 11/19/2024
3.0.265 4,120 11/19/2024
3.0.264 30,437 11/14/2024
3.0.263 184 11/14/2024
3.0.262 3,371 11/14/2024
3.0.261 181 11/14/2024
3.0.260 175 11/14/2024
3.0.259 2,003 11/13/2024
3.0.258 200 11/13/2024
2.1.257 56,769 11/8/2024
2.1.256 15,319 11/8/2024
2.1.255 149 11/8/2024
2.1.254 151 11/8/2024
2.1.253 52,130 10/28/2024
2.1.252 124,030 10/1/2024
2.1.251 18,276 9/30/2024
2.1.250 32,533 9/27/2024
2.1.249 171 9/27/2024
2.1.248 162 9/27/2024
2.1.247 3,137 9/27/2024
2.1.246 154 9/27/2024
2.1.245 154 9/27/2024
2.1.244 156 9/27/2024
2.1.243 59,473 9/23/2024
2.1.242 884 9/23/2024
2.1.241 3,969 9/23/2024
2.1.240 166 9/23/2024
2.1.239 1,438 9/23/2024
2.1.238 185 9/23/2024
2.1.237 8,038 9/22/2024
2.1.236 30,833 9/17/2024
2.1.235 310 9/17/2024
2.1.234 172 9/17/2024
2.1.233 270 9/17/2024
2.1.232 193 9/17/2024
2.1.231 4,512 9/17/2024
2.1.230 197 9/17/2024
2.1.229 53,600 9/11/2024
2.1.228 18,358 9/11/2024
2.1.227 25,388 9/9/2024
2.1.226 10,248 9/9/2024
2.1.225 6,302 9/9/2024
2.1.224 8,877 9/9/2024
2.1.223 9,605 9/9/2024
2.1.222 180 9/9/2024
2.1.221 204 9/9/2024
2.1.220 39,003 9/5/2024
2.1.219 7,872 9/5/2024
2.1.218 182 9/5/2024
2.1.217 190 9/5/2024
2.1.216 1,323 9/5/2024
2.1.215 199 9/5/2024
2.1.214 4,294 9/5/2024
2.1.213 22,310 9/4/2024
2.1.212 54,044 8/20/2024
2.1.211 6,053 8/20/2024
2.1.210 180 8/20/2024
2.1.209 179 8/20/2024
2.1.208 5,512 8/20/2024
2.1.207 185 8/20/2024
2.1.206 183 8/20/2024
2.1.205 79,230 7/24/2024
2.1.204 6,287 7/24/2024
2.1.203 150 7/24/2024
2.1.202 30,305 7/13/2024
2.1.201 190 7/13/2024
2.1.200 17,002 7/10/2024
2.1.199 4,980 7/10/2024
2.1.198 218 7/10/2024
2.1.196 4,681 7/9/2024
2.1.194 3,597 7/9/2024
2.1.193 21,175 7/9/2024
2.1.192 6,510 7/9/2024
2.1.191 723 7/9/2024
2.1.190 179 7/9/2024
2.1.189 9,597 7/9/2024
2.1.188 3,104 7/8/2024
2.1.187 169 7/8/2024
2.1.186 189 7/8/2024
2.1.185 150 7/8/2024
2.1.184 161 7/8/2024
2.1.183 5,749 7/8/2024
2.1.182 184 7/8/2024
2.1.181 174 7/8/2024
2.1.180 655 7/8/2024
2.1.179 26,983 7/7/2024
2.1.178 3,500 7/7/2024
2.1.177 24,247 7/3/2024
2.1.176 40,591 6/14/2024
2.1.174 47,152 5/27/2024
2.1.173 3,200 5/27/2024
2.1.172 154 5/27/2024
2.1.171 22,194 5/25/2024
2.1.170 7,995 5/25/2024
2.1.169 179 5/25/2024
2.1.168 173 5/25/2024
2.1.167 4,750 5/25/2024
2.1.166 170 5/25/2024
2.1.165 206 5/25/2024
2.1.164 183 5/25/2024
2.1.163 4,390 5/25/2024
2.1.162 170 5/25/2024
2.1.161 20,548 5/22/2024
2.1.160 5,123 5/22/2024
2.1.159 2,729 5/22/2024
2.1.158 178 5/22/2024
2.1.157 177 5/22/2024
2.1.156 182 5/22/2024
2.1.155 10,686 5/22/2024
2.1.154 17,710 5/16/2024
2.1.153 51,706 4/28/2024
2.1.152 167 4/28/2024
2.1.151 8,004 4/28/2024
2.1.150 164 4/28/2024
2.1.149 184 4/28/2024
2.1.148 776 4/28/2024
2.1.147 173 4/28/2024
2.1.146 184 4/28/2024
2.1.145 5,586 4/27/2024
2.1.144 212 4/27/2024
2.1.143 169 4/27/2024
2.1.142 41,328 4/12/2024
2.1.141 214 4/12/2024
2.1.140 5,307 4/12/2024
2.1.139 206 4/12/2024
2.1.138 181 4/12/2024
2.1.137 3,261 4/12/2024
2.1.136 199 4/12/2024
2.1.135 188 4/12/2024
2.1.134 177 4/12/2024
2.1.133 29,715 4/1/2024
2.1.132 20,211 3/25/2024
2.1.131 21,876 3/18/2024
2.1.130 262 3/18/2024
2.1.129 444 3/18/2024
2.1.128 20,507 3/13/2024
2.1.127 254 3/13/2024
2.1.126 240 3/13/2024
2.1.125 1,760 3/13/2024
2.1.124 233 3/13/2024
2.1.123 248 3/13/2024
2.1.122 41,231 3/8/2024
2.1.121 17,170 3/3/2024
2.1.120 14,246 3/2/2024
2.1.119 2,137 3/1/2024
2.1.117 12,984 2/28/2024
2.1.116 24,429 2/25/2024
2.1.115 286 2/25/2024
2.1.114 19,775 2/21/2024
2.1.113 5,015 2/21/2024
2.1.112 3,043 2/21/2024
2.1.111 2,025 2/21/2024
2.1.110 305 2/21/2024
2.1.109 6,374 2/21/2024
2.1.108 298 2/21/2024
2.1.107 315 2/21/2024
2.1.106 15,866 2/20/2024
2.1.105 1,744 2/20/2024
2.1.104 10,640 2/19/2024
2.1.103 10,846 2/16/2024
2.1.102 7,438 2/16/2024
2.1.101 304 2/16/2024
2.1.100 6,967 2/16/2024
2.1.99 42,712 2/9/2024
2.1.98 39,405 2/7/2024
2.1.97 4,837 2/6/2024
2.1.96 2,898 2/6/2024
2.1.95 559 2/6/2024
2.1.94 327 2/6/2024
2.1.93 14,398 2/4/2024
2.1.92 105,100 1/15/2024
2.1.91 5,668 1/15/2024
2.1.90 426 1/15/2024
2.1.89 3,316 1/15/2024
2.1.88 386 1/15/2024
2.1.87 39,399 1/7/2024
2.1.86 7,823 1/5/2024
2.1.85 4,780 1/5/2024
2.1.84 418 1/5/2024
2.1.83 437 1/5/2024
2.1.82 5,323 1/5/2024
2.1.81 13,446 1/1/2024
2.1.80 491 1/1/2024
2.1.79 8,804 12/28/2023
2.1.78 4,538 12/28/2023
2.1.77 4,406 12/27/2023
2.1.76 466 12/27/2023
2.1.75 457 12/27/2023
2.1.74 5,252 12/27/2023
2.1.73 430 12/27/2023
2.1.72 469 12/27/2023
2.1.71 16,672 12/25/2023
2.1.70 966 12/25/2023
2.1.69 476 12/25/2023
2.1.68 473 12/25/2023
2.1.67 5,009 12/25/2023
2.1.66 13,503 12/24/2023
2.1.65 8,184 12/23/2023
2.1.64 2,191 12/23/2023
2.1.63 454 12/23/2023
2.1.62 5,810 12/23/2023
2.1.61 488 12/23/2023
2.1.60 441 12/23/2023
2.1.59 1,932 12/23/2023
2.1.58 441 12/23/2023
2.1.57 14,556 12/19/2023
2.1.56 4,882 12/18/2023
2.1.55 13,605 12/10/2023
2.1.51 6,738 12/10/2023
2.1.50 11,671 12/9/2023
2.1.49 492 12/9/2023
2.1.48 579 12/9/2023
2.1.47 507 12/9/2023
2.1.46 511 12/9/2023
2.1.45 526 12/9/2023
2.1.44 7,899 12/9/2023
2.1.43 12,240 12/6/2023
2.1.42 9,933 12/4/2023
2.1.41 6,326 12/4/2023
2.1.40 533 12/4/2023
2.1.39 946 12/4/2023
2.1.38 573 12/4/2023
2.1.37 16,687 11/23/2023
2.1.36 477 11/23/2023
2.1.35 870 11/23/2023
2.1.34 501 11/23/2023
2.1.33 2,121 11/23/2023
2.1.32 3,399 11/23/2023
2.1.31 10,105 11/20/2023
2.1.30 4,059 11/20/2023
2.1.29 7,185 11/19/2023
2.1.28 1,267 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,418 11/19/2023
2.1.23 10,476 11/18/2023
2.1.22 530 11/18/2023
2.1.21 3,468 11/18/2023
2.1.20 2,345 11/18/2023
2.1.19 513 11/18/2023
2.1.18 6,067 11/17/2023
2.1.17 1,558 11/17/2023
2.1.16 518 11/17/2023
2.1.15 488 11/17/2023
2.1.14 1,953 11/17/2023
2.1.13 8,304 11/17/2023
2.1.12 2,248 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,863 11/17/2023
2.1.7 1,719 11/16/2023
2.1.6 465 11/16/2023
2.1.5 974 11/16/2023
2.1.4 490 11/16/2023
2.0.140 5,858 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 456 11/16/2023
1.0.135 12,770 11/10/2023
1.0.134 528 11/10/2023
1.0.133 6,065 11/9/2023
1.0.132 483 11/9/2023
1.0.131 525 11/9/2023
1.0.130 2,192 11/8/2023
1.0.129 11,007 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,093 11/3/2023
1.0.124 7,482 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,964 11/1/2023
1.0.119 20,445 10/18/2023
1.0.118 574 10/18/2023
1.0.117 568 10/18/2023
1.0.116 532 10/18/2023
1.0.115 4,432 10/17/2023
1.0.114 5,160 10/16/2023
1.0.113 563 10/16/2023
1.0.112 556 10/16/2023
1.0.111 586 10/16/2023
1.0.110 7,650 10/13/2023
1.0.109 607 10/13/2023
1.0.108 14,466 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,911 9/18/2023
1.0.103 587 9/18/2023
1.0.102 16,901 8/30/2023
1.0.101 678 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,625 8/25/2023
1.0.96 5,753 8/24/2023
1.0.95 639 8/24/2023
1.0.94 11,194 8/18/2023
1.0.93 657 8/18/2023
1.0.92 5,168 8/17/2023
1.0.91 622 8/17/2023
1.0.90 637 8/17/2023
1.0.89 19,067 8/8/2023
1.0.88 693 8/8/2023
1.0.87 6,234 8/7/2023
1.0.86 703 8/7/2023
1.0.85 688 8/7/2023
1.0.84 23,104 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,251 7/7/2023
1.0.79 726 7/7/2023
1.0.78 17,147 6/29/2023
1.0.77 4,798 6/28/2023
1.0.76 749 6/28/2023
1.0.75 776 6/28/2023
1.0.74 49,358 6/7/2023
1.0.73 6,321 6/7/2023
1.0.72 773 6/7/2023
1.0.71 782 6/7/2023
1.0.70 7,681 6/6/2023
1.0.69 767 6/6/2023
1.0.68 2,970 6/5/2023
1.0.67 773 6/5/2023
1.0.66 7,490 6/2/2023
1.0.65 795 6/2/2023
1.0.64 784 6/2/2023
1.0.63 29,542 5/30/2023
1.0.62 766 5/30/2023
1.0.61 8,622 5/29/2023
1.0.60 775 5/29/2023
1.0.59 6,841 5/26/2023
1.0.58 12,782 5/25/2023
1.0.57 773 5/25/2023
1.0.56 6,617 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,389 5/23/2023
1.0.50 777 5/23/2023
1.0.49 785 5/23/2023
1.0.46 13,875 5/22/2023
1.0.45 11,346 5/18/2023
1.0.44 6,788 5/17/2023
1.0.43 768 5/17/2023
1.0.42 752 5/17/2023
1.0.41 734 5/17/2023
1.0.40 17,927 4/24/2023
1.0.39 2,525 4/24/2023
1.0.38 829 4/24/2023
1.0.37 4,209 4/21/2023
1.0.36 768 4/21/2023
1.0.35 782 4/21/2023
1.0.34 4,651 4/20/2023
1.0.33 970 4/20/2023
1.0.32 912 4/20/2023
1.0.31 4,304 4/19/2023
1.0.30 1,996 4/18/2023
1.0.29 815 4/18/2023
1.0.28 1,995 4/18/2023
1.0.27 3,494 4/17/2023
1.0.26 881 4/16/2023
1.0.25 835 4/16/2023
1.0.24 3,638 4/14/2023
1.0.23 2,670 4/13/2023
1.0.22 2,587 4/12/2023
1.0.21 809 4/12/2023
1.0.20 803 4/12/2023
1.0.19 1,844 4/11/2023
1.0.18 871 4/11/2023
1.0.17 2,744 4/11/2023
1.0.16 3,135 4/7/2023
1.0.15 4,015 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,181 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,458 2/12/2023
1.0.1 1,089 2/12/2023