Soenneker.Extensions.String 3.0.474

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

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.Extensions.Enumerable.String

A collection of helpful enumerable string extension methods

Soenneker.Extensions.Type

An extension library for useful Type operations

Soenneker.Documents.Document

The base document type providing a building block for storage objects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.531 3,153 6/11/2025
3.0.530 7,923 6/10/2025
3.0.529 18,730 6/2/2025
3.0.528 11,597 5/27/2025
3.0.527 2,158 5/27/2025
3.0.526 132 5/27/2025
3.0.525 3,073 5/27/2025
3.0.524 132 5/27/2025
3.0.523 136 5/27/2025
3.0.522 3,929 5/27/2025
3.0.521 18,545 5/25/2025
3.0.520 11,005 5/23/2025
3.0.519 3,778 5/23/2025
3.0.518 135 5/23/2025
3.0.517 120 5/23/2025
3.0.516 2,413 5/22/2025
3.0.515 136 5/22/2025
3.0.514 4,123 5/22/2025
3.0.513 29,264 5/14/2025
3.0.512 17,586 5/8/2025
3.0.511 4,224 5/8/2025
3.0.510 143 5/8/2025
3.0.509 893 5/8/2025
3.0.508 230 5/7/2025
3.0.507 139 5/7/2025
3.0.506 3,613 5/7/2025
3.0.505 20,301 5/5/2025
3.0.504 3,010 5/5/2025
3.0.503 222 5/5/2025
3.0.502 138 5/5/2025
3.0.501 5,086 5/5/2025
3.0.500 1,105 5/5/2025
3.0.499 139 5/5/2025
3.0.498 222 5/5/2025
3.0.497 139 5/5/2025
3.0.496 299 5/5/2025
3.0.495 8,371 5/5/2025
3.0.494 136 5/5/2025
3.0.493 27,291 4/27/2025
3.0.492 92 4/27/2025
3.0.491 5,484 4/26/2025
3.0.490 11,856 4/8/2025
3.0.489 2,373 4/8/2025
3.0.488 158 4/8/2025
3.0.487 156 4/8/2025
3.0.486 3,063 4/8/2025
3.0.485 246 4/8/2025
3.0.484 1,118 4/8/2025
3.0.483 2,703 4/8/2025
3.0.482 28,195 4/8/2025
3.0.481 486 4/8/2025
3.0.480 56,315 4/6/2025
3.0.479 8,542 4/6/2025
3.0.478 2,996 4/6/2025
3.0.477 3,420 4/6/2025
3.0.476 2,691 4/6/2025
3.0.475 138 4/6/2025
3.0.474 141 4/6/2025
3.0.473 8,663 4/6/2025
3.0.472 128 4/6/2025
3.0.471 136 4/6/2025
3.0.470 3,534 4/5/2025
3.0.469 110 4/5/2025
3.0.468 34,655 4/4/2025
3.0.467 96 4/4/2025
3.0.466 191 4/4/2025
3.0.465 9,253 4/4/2025
3.0.464 149,070 3/11/2025
3.0.463 11,991 3/11/2025
3.0.462 165 3/11/2025
3.0.461 8,667 3/11/2025
3.0.460 165 3/11/2025
3.0.459 55,414 3/1/2025
3.0.458 6,563 3/1/2025
3.0.457 98 3/1/2025
3.0.456 4,319 3/1/2025
3.0.455 100 3/1/2025
3.0.454 97 3/1/2025
3.0.453 2,220 3/1/2025
3.0.452 100 3/1/2025
3.0.451 99 3/1/2025
3.0.450 97 3/1/2025
3.0.449 109 3/1/2025
3.0.448 38,560 2/24/2025
3.0.447 1,715 2/24/2025
3.0.446 36,536 2/21/2025
3.0.445 27,737 2/18/2025
3.0.444 1,594 2/18/2025
3.0.443 108 2/18/2025
3.0.442 113 2/18/2025
3.0.441 27,556 2/13/2025
3.0.440 21,444 2/11/2025
3.0.439 4,128 2/11/2025
3.0.438 7,147 2/11/2025
3.0.437 5,555 2/11/2025
3.0.436 3,380 2/10/2025
3.0.435 120 2/10/2025
3.0.434 2,955 2/10/2025
3.0.433 12,521 2/10/2025
3.0.432 5,933 2/10/2025
3.0.431 310 2/10/2025
3.0.430 103 2/10/2025
3.0.429 18,094 2/10/2025
3.0.428 114 2/10/2025
3.0.427 27,553 2/8/2025
3.0.426 2,427 2/7/2025
3.0.425 107 2/7/2025
3.0.424 8,979 2/7/2025
3.0.423 3,178 2/7/2025
3.0.422 2,413 2/7/2025
3.0.421 112 2/7/2025
3.0.420 108 2/7/2025
3.0.419 2,464 2/7/2025
3.0.418 121 2/7/2025
3.0.417 105 2/7/2025
3.0.416 106 2/7/2025
3.0.415 5,305 2/7/2025
3.0.414 140 2/7/2025
3.0.413 103 2/7/2025
3.0.412 64,659 1/27/2025
3.0.411 2,939 1/27/2025
3.0.410 148 1/27/2025
3.0.409 6,366 1/27/2025
3.0.408 1,419 1/27/2025
3.0.407 111 1/27/2025
3.0.406 103 1/27/2025
3.0.405 24,503 1/25/2025
3.0.404 20,762 1/24/2025
3.0.403 19,261 1/24/2025
3.0.402 490 1/24/2025
3.0.401 6,597 1/23/2025
3.0.400 103 1/23/2025
3.0.398 7,065 1/23/2025
3.0.397 22,260 1/21/2025
3.0.396 116 1/21/2025
3.0.395 158 1/21/2025
3.0.394 19,160 1/20/2025
3.0.393 4,557 1/20/2025
3.0.392 1,821 1/20/2025
3.0.391 117 1/20/2025
3.0.390 10,559 1/20/2025
3.0.389 102 1/20/2025
3.0.388 4,048 1/20/2025
3.0.387 121 1/20/2025
3.0.386 103 1/20/2025
3.0.385 8,824 1/20/2025
3.0.384 105 1/20/2025
3.0.383 105 1/20/2025
3.0.382 101 1/20/2025
3.0.381 27,723 1/19/2025
3.0.380 314 1/19/2025
3.0.379 92 1/19/2025
3.0.378 16,063 1/18/2025
3.0.377 15,102 1/16/2025
3.0.376 17,162 1/16/2025
3.0.375 14,328 1/16/2025
3.0.374 12,826 1/15/2025
3.0.373 5,019 1/15/2025
3.0.372 3,748 1/15/2025
3.0.371 7,074 1/15/2025
3.0.370 5,693 1/15/2025
3.0.369 3,061 1/14/2025
3.0.368 1,217 1/14/2025
3.0.367 693 1/14/2025
3.0.366 241 1/14/2025
3.0.365 96 1/14/2025
3.0.364 3,599 1/14/2025
3.0.363 2,178 1/14/2025
3.0.362 94 1/14/2025
3.0.361 5,232 1/14/2025
3.0.360 22,937 1/12/2025
3.0.359 15,963 1/10/2025
3.0.358 4,563 1/10/2025
3.0.357 105 1/10/2025
3.0.356 108 1/10/2025
3.0.355 3,931 1/10/2025
3.0.354 110 1/10/2025
3.0.353 139 1/10/2025
3.0.352 113 1/10/2025
3.0.351 25,645 1/2/2025
3.0.350 165 1/2/2025
3.0.349 124 1/2/2025
3.0.348 6,607 1/2/2025
3.0.347 134 1/2/2025
3.0.346 130 1/2/2025
3.0.345 1,641 1/2/2025
3.0.344 17,043 1/1/2025
3.0.343 141 1/1/2025
3.0.342 144 1/1/2025
3.0.341 574 12/31/2024
3.0.340 126 12/31/2024
3.0.339 130 12/31/2024
3.0.338 2,138 12/31/2024
3.0.337 147 12/31/2024
3.0.336 136 12/31/2024
3.0.335 162 12/31/2024
3.0.334 8,140 12/31/2024
3.0.333 22,066 12/31/2024
3.0.332 115 12/31/2024
3.0.331 137 12/31/2024
3.0.330 9,795 12/31/2024
3.0.329 129 12/31/2024
3.0.328 125 12/31/2024
3.0.327 4,308 12/31/2024
3.0.326 40,248 12/24/2024
3.0.325 115 12/24/2024
3.0.324 116 12/24/2024
3.0.323 6,813 12/24/2024
3.0.322 121 12/24/2024
3.0.321 117 12/24/2024
3.0.320 1,621 12/24/2024
3.0.319 40,499 12/22/2024
3.0.318 487 12/22/2024
3.0.317 125 12/22/2024
3.0.316 6,725 12/21/2024
3.0.315 111 12/21/2024
3.0.314 1,050 12/21/2024
3.0.313 9,775 12/21/2024
3.0.312 118 12/21/2024
3.0.311 3,403 12/21/2024
3.0.310 5,075 12/21/2024
3.0.309 138 12/21/2024
3.0.308 7,243 12/21/2024
3.0.307 131 12/21/2024
3.0.306 629 12/21/2024
3.0.305 5,111 12/21/2024
3.0.304 113 12/21/2024
3.0.303 7,302 12/20/2024
3.0.302 3,815 12/20/2024
3.0.301 115 12/20/2024
3.0.300 14,612 12/19/2024
3.0.299 1,486 12/19/2024
3.0.298 672 12/18/2024
3.0.297 117 12/18/2024
3.0.296 253 12/18/2024
3.0.295 25,153 12/17/2024
3.0.294 3,896 12/17/2024
3.0.293 146 12/17/2024
3.0.292 384 12/16/2024
3.0.291 126 12/16/2024
3.0.290 121 12/16/2024
3.0.289 127 12/16/2024
3.0.288 56,362 12/5/2024
3.0.287 24,251 12/4/2024
3.0.286 8,587 12/4/2024
3.0.285 5,672 12/4/2024
3.0.284 3,393 12/4/2024
3.0.283 7,057 12/4/2024
3.0.282 223 12/4/2024
3.0.281 14,241 12/3/2024
3.0.280 146 12/3/2024
3.0.279 6,806 12/3/2024
3.0.278 4,125 12/2/2024
3.0.277 126 12/2/2024
3.0.276 6,153 12/2/2024
3.0.275 14,521 12/1/2024
3.0.274 5,901 12/1/2024
3.0.273 137 12/1/2024
3.0.272 142 12/1/2024
3.0.271 40,641 11/19/2024
3.0.270 144 11/19/2024
3.0.269 5,418 11/19/2024
3.0.268 156 11/19/2024
3.0.267 132 11/19/2024
3.0.266 14,328 11/19/2024
3.0.265 3,780 11/19/2024
3.0.264 28,219 11/14/2024
3.0.263 160 11/14/2024
3.0.262 3,007 11/14/2024
3.0.261 138 11/14/2024
3.0.260 135 11/14/2024
3.0.259 1,827 11/13/2024
3.0.258 152 11/13/2024
2.1.257 51,291 11/8/2024
2.1.256 14,327 11/8/2024
2.1.255 107 11/8/2024
2.1.254 103 11/8/2024
2.1.253 48,350 10/28/2024
2.1.252 113,899 10/1/2024
2.1.251 16,914 9/30/2024
2.1.250 30,148 9/27/2024
2.1.249 123 9/27/2024
2.1.248 112 9/27/2024
2.1.247 2,829 9/27/2024
2.1.246 110 9/27/2024
2.1.245 108 9/27/2024
2.1.244 110 9/27/2024
2.1.243 54,564 9/23/2024
2.1.242 808 9/23/2024
2.1.241 3,764 9/23/2024
2.1.240 115 9/23/2024
2.1.239 1,298 9/23/2024
2.1.238 143 9/23/2024
2.1.237 7,377 9/22/2024
2.1.236 28,386 9/17/2024
2.1.235 250 9/17/2024
2.1.234 129 9/17/2024
2.1.233 223 9/17/2024
2.1.232 139 9/17/2024
2.1.231 4,208 9/17/2024
2.1.230 162 9/17/2024
2.1.229 50,117 9/11/2024
2.1.228 17,093 9/11/2024
2.1.227 23,573 9/9/2024
2.1.226 9,699 9/9/2024
2.1.225 5,937 9/9/2024
2.1.224 8,357 9/9/2024
2.1.223 8,986 9/9/2024
2.1.222 125 9/9/2024
2.1.221 149 9/9/2024
2.1.220 36,586 9/5/2024
2.1.219 7,221 9/5/2024
2.1.218 127 9/5/2024
2.1.217 142 9/5/2024
2.1.216 1,221 9/5/2024
2.1.215 149 9/5/2024
2.1.214 3,924 9/5/2024
2.1.213 20,883 9/4/2024
2.1.212 49,816 8/20/2024
2.1.211 5,681 8/20/2024
2.1.210 137 8/20/2024
2.1.209 136 8/20/2024
2.1.208 5,032 8/20/2024
2.1.207 140 8/20/2024
2.1.206 130 8/20/2024
2.1.205 73,057 7/24/2024
2.1.204 5,826 7/24/2024
2.1.203 102 7/24/2024
2.1.202 28,018 7/13/2024
2.1.201 136 7/13/2024
2.1.200 15,770 7/10/2024
2.1.199 4,659 7/10/2024
2.1.198 162 7/10/2024
2.1.196 4,310 7/9/2024
2.1.194 3,375 7/9/2024
2.1.193 19,591 7/9/2024
2.1.192 5,968 7/9/2024
2.1.191 672 7/9/2024
2.1.190 127 7/9/2024
2.1.189 9,232 7/9/2024
2.1.188 2,833 7/8/2024
2.1.187 126 7/8/2024
2.1.186 146 7/8/2024
2.1.185 116 7/8/2024
2.1.184 120 7/8/2024
2.1.183 5,441 7/8/2024
2.1.182 138 7/8/2024
2.1.181 123 7/8/2024
2.1.180 580 7/8/2024
2.1.179 24,924 7/7/2024
2.1.178 3,278 7/7/2024
2.1.177 22,182 7/3/2024
2.1.176 37,515 6/14/2024
2.1.174 43,425 5/27/2024
2.1.173 3,112 5/27/2024
2.1.172 114 5/27/2024
2.1.171 20,333 5/25/2024
2.1.170 7,497 5/25/2024
2.1.169 129 5/25/2024
2.1.168 130 5/25/2024
2.1.167 4,433 5/25/2024
2.1.166 132 5/25/2024
2.1.165 157 5/25/2024
2.1.164 149 5/25/2024
2.1.163 4,123 5/25/2024
2.1.162 122 5/25/2024
2.1.161 18,996 5/22/2024
2.1.160 4,793 5/22/2024
2.1.159 2,422 5/22/2024
2.1.158 131 5/22/2024
2.1.157 131 5/22/2024
2.1.156 138 5/22/2024
2.1.155 9,854 5/22/2024
2.1.154 16,406 5/16/2024
2.1.153 47,297 4/28/2024
2.1.152 117 4/28/2024
2.1.151 7,401 4/28/2024
2.1.150 117 4/28/2024
2.1.149 132 4/28/2024
2.1.148 698 4/28/2024
2.1.147 130 4/28/2024
2.1.146 139 4/28/2024
2.1.145 5,231 4/27/2024
2.1.144 161 4/27/2024
2.1.143 126 4/27/2024
2.1.142 38,102 4/12/2024
2.1.141 165 4/12/2024
2.1.140 4,838 4/12/2024
2.1.139 158 4/12/2024
2.1.138 137 4/12/2024
2.1.137 3,155 4/12/2024
2.1.136 149 4/12/2024
2.1.135 145 4/12/2024
2.1.134 135 4/12/2024
2.1.133 27,400 4/1/2024
2.1.132 18,628 3/25/2024
2.1.131 20,215 3/18/2024
2.1.130 220 3/18/2024
2.1.129 379 3/18/2024
2.1.128 18,941 3/13/2024
2.1.127 206 3/13/2024
2.1.126 194 3/13/2024
2.1.125 1,702 3/13/2024
2.1.124 190 3/13/2024
2.1.123 197 3/13/2024
2.1.122 38,000 3/8/2024
2.1.121 15,946 3/3/2024
2.1.120 13,363 3/2/2024
2.1.119 2,086 3/1/2024
2.1.117 12,149 2/28/2024
2.1.116 23,093 2/25/2024
2.1.115 237 2/25/2024
2.1.114 18,592 2/21/2024
2.1.113 4,735 2/21/2024
2.1.112 2,841 2/21/2024
2.1.111 1,906 2/21/2024
2.1.110 262 2/21/2024
2.1.109 6,022 2/21/2024
2.1.108 255 2/21/2024
2.1.107 270 2/21/2024
2.1.106 15,005 2/20/2024
2.1.105 1,667 2/20/2024
2.1.104 10,050 2/19/2024
2.1.103 10,264 2/16/2024
2.1.102 6,990 2/16/2024
2.1.101 256 2/16/2024
2.1.100 6,624 2/16/2024
2.1.99 40,364 2/9/2024
2.1.98 36,478 2/7/2024
2.1.97 4,612 2/6/2024
2.1.96 2,818 2/6/2024
2.1.95 474 2/6/2024
2.1.94 279 2/6/2024
2.1.93 13,517 2/4/2024
2.1.92 98,891 1/15/2024
2.1.91 5,379 1/15/2024
2.1.90 392 1/15/2024
2.1.89 3,138 1/15/2024
2.1.88 334 1/15/2024
2.1.87 37,518 1/7/2024
2.1.86 7,391 1/5/2024
2.1.85 4,481 1/5/2024
2.1.84 370 1/5/2024
2.1.83 394 1/5/2024
2.1.82 5,090 1/5/2024
2.1.81 12,784 1/1/2024
2.1.80 448 1/1/2024
2.1.79 8,381 12/28/2023
2.1.78 4,275 12/28/2023
2.1.77 4,159 12/27/2023
2.1.76 421 12/27/2023
2.1.75 425 12/27/2023
2.1.74 5,022 12/27/2023
2.1.73 397 12/27/2023
2.1.72 438 12/27/2023
2.1.71 15,746 12/25/2023
2.1.70 889 12/25/2023
2.1.69 436 12/25/2023
2.1.68 436 12/25/2023
2.1.67 4,739 12/25/2023
2.1.66 12,788 12/24/2023
2.1.65 7,730 12/23/2023
2.1.64 2,091 12/23/2023
2.1.63 400 12/23/2023
2.1.62 5,545 12/23/2023
2.1.61 448 12/23/2023
2.1.60 393 12/23/2023
2.1.59 1,843 12/23/2023
2.1.58 401 12/23/2023
2.1.57 13,775 12/19/2023
2.1.56 4,614 12/18/2023
2.1.55 12,904 12/10/2023
2.1.51 6,317 12/10/2023
2.1.50 11,096 12/9/2023
2.1.49 446 12/9/2023
2.1.48 529 12/9/2023
2.1.47 461 12/9/2023
2.1.46 461 12/9/2023
2.1.45 479 12/9/2023
2.1.44 7,489 12/9/2023
2.1.43 11,642 12/6/2023
2.1.42 9,352 12/4/2023
2.1.41 5,967 12/4/2023
2.1.40 498 12/4/2023
2.1.39 902 12/4/2023
2.1.38 533 12/4/2023
2.1.37 15,774 11/23/2023
2.1.36 447 11/23/2023
2.1.35 834 11/23/2023
2.1.34 469 11/23/2023
2.1.33 2,065 11/23/2023
2.1.32 3,227 11/23/2023
2.1.31 9,552 11/20/2023
2.1.30 3,869 11/20/2023
2.1.29 6,831 11/19/2023
2.1.28 1,183 11/19/2023
2.1.27 467 11/19/2023
2.1.26 465 11/19/2023
2.1.25 452 11/19/2023
2.1.24 2,353 11/19/2023
2.1.23 10,061 11/18/2023
2.1.22 493 11/18/2023
2.1.21 3,330 11/18/2023
2.1.20 2,260 11/18/2023
2.1.19 481 11/18/2023
2.1.18 5,831 11/17/2023
2.1.17 1,477 11/17/2023
2.1.16 488 11/17/2023
2.1.15 471 11/17/2023
2.1.14 1,892 11/17/2023
2.1.13 8,007 11/17/2023
2.1.12 2,120 11/17/2023
2.1.11 466 11/17/2023
2.1.10 508 11/17/2023
2.1.9 513 11/17/2023
2.1.8 3,705 11/17/2023
2.1.7 1,677 11/16/2023
2.1.6 425 11/16/2023
2.1.5 920 11/16/2023
2.1.4 460 11/16/2023
2.0.140 5,579 11/15/2023
2.0.139 485 11/15/2023
2.0.138 467 11/15/2023
2.0.137 470 11/15/2023
2.0.136 463 11/15/2023
2.0.3 455 11/16/2023
2.0.2 470 11/16/2023
2.0.1 424 11/16/2023
1.0.135 12,288 11/10/2023
1.0.134 490 11/10/2023
1.0.133 5,851 11/9/2023
1.0.132 440 11/9/2023
1.0.131 486 11/9/2023
1.0.130 2,109 11/8/2023
1.0.129 10,591 11/6/2023
1.0.128 467 11/6/2023
1.0.127 495 11/6/2023
1.0.126 496 11/6/2023
1.0.125 3,936 11/3/2023
1.0.124 7,112 11/2/2023
1.0.123 514 11/2/2023
1.0.122 497 11/2/2023
1.0.121 465 11/2/2023
1.0.120 3,790 11/1/2023
1.0.119 19,802 10/18/2023
1.0.118 527 10/18/2023
1.0.117 532 10/18/2023
1.0.116 506 10/18/2023
1.0.115 4,264 10/17/2023
1.0.114 4,984 10/16/2023
1.0.113 522 10/16/2023
1.0.112 510 10/16/2023
1.0.111 542 10/16/2023
1.0.110 7,401 10/13/2023
1.0.109 562 10/13/2023
1.0.108 13,933 9/19/2023
1.0.107 554 9/19/2023
1.0.106 567 9/19/2023
1.0.105 509 9/19/2023
1.0.104 6,652 9/18/2023
1.0.103 559 9/18/2023
1.0.102 16,294 8/30/2023
1.0.101 629 8/30/2023
1.0.100 575 8/30/2023
1.0.99 574 8/30/2023
1.0.98 593 8/30/2023
1.0.97 12,107 8/25/2023
1.0.96 5,528 8/24/2023
1.0.95 583 8/24/2023
1.0.94 10,765 8/18/2023
1.0.93 608 8/18/2023
1.0.92 4,973 8/17/2023
1.0.91 580 8/17/2023
1.0.90 593 8/17/2023
1.0.89 18,491 8/8/2023
1.0.88 635 8/8/2023
1.0.87 6,001 8/7/2023
1.0.86 642 8/7/2023
1.0.85 629 8/7/2023
1.0.84 22,418 7/10/2023
1.0.83 689 7/10/2023
1.0.82 703 7/10/2023
1.0.81 717 7/10/2023
1.0.80 5,075 7/7/2023
1.0.79 663 7/7/2023
1.0.78 16,662 6/29/2023
1.0.77 4,600 6/28/2023
1.0.76 690 6/28/2023
1.0.75 713 6/28/2023
1.0.74 48,041 6/7/2023
1.0.73 6,138 6/7/2023
1.0.72 729 6/7/2023
1.0.71 720 6/7/2023
1.0.70 7,467 6/6/2023
1.0.69 711 6/6/2023
1.0.68 2,867 6/5/2023
1.0.67 701 6/5/2023
1.0.66 7,294 6/2/2023
1.0.65 735 6/2/2023
1.0.64 716 6/2/2023
1.0.63 28,835 5/30/2023
1.0.62 709 5/30/2023
1.0.61 8,356 5/29/2023
1.0.60 718 5/29/2023
1.0.59 6,655 5/26/2023
1.0.58 12,439 5/25/2023
1.0.57 724 5/25/2023
1.0.56 6,403 5/24/2023
1.0.55 739 5/24/2023
1.0.54 734 5/24/2023
1.0.53 716 5/24/2023
1.0.52 817 5/24/2023
1.0.51 4,268 5/23/2023
1.0.50 718 5/23/2023
1.0.49 726 5/23/2023
1.0.46 13,526 5/22/2023
1.0.45 11,041 5/18/2023
1.0.44 6,609 5/17/2023
1.0.43 706 5/17/2023
1.0.42 693 5/17/2023
1.0.41 691 5/17/2023
1.0.40 17,466 4/24/2023
1.0.39 2,426 4/24/2023
1.0.38 765 4/24/2023
1.0.37 4,091 4/21/2023
1.0.36 716 4/21/2023
1.0.35 729 4/21/2023
1.0.34 4,547 4/20/2023
1.0.33 906 4/20/2023
1.0.32 853 4/20/2023
1.0.31 4,194 4/19/2023
1.0.30 1,924 4/18/2023
1.0.29 753 4/18/2023
1.0.28 1,900 4/18/2023
1.0.27 3,380 4/17/2023
1.0.26 826 4/16/2023
1.0.25 772 4/16/2023
1.0.24 3,528 4/14/2023
1.0.23 2,578 4/13/2023
1.0.22 2,473 4/12/2023
1.0.21 753 4/12/2023
1.0.20 752 4/12/2023
1.0.19 1,778 4/11/2023
1.0.18 823 4/11/2023
1.0.17 2,625 4/11/2023
1.0.16 3,012 4/7/2023
1.0.15 3,845 4/3/2023
1.0.14 800 4/3/2023
1.0.13 790 4/3/2023
1.0.12 748 4/3/2023
1.0.11 2,072 4/1/2023
1.0.10 1,180 3/30/2023
1.0.9 920 3/26/2023
1.0.7 4,009 2/27/2023
1.0.6 829 2/26/2023
1.0.5 810 2/22/2023
1.0.4 1,002 2/22/2023
1.0.3 845 2/22/2023
1.0.2 1,387 2/12/2023
1.0.1 1,037 2/12/2023