Soenneker.Extensions.String 3.0.472

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.472
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.472
                    
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.472" />
                    
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.472" />
                    
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.472
                    
#r "nuget: Soenneker.Extensions.String, 3.0.472"
                    
#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.472
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.472
                    
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 4,840 6/11/2025
3.0.530 8,286 6/10/2025
3.0.529 18,827 6/2/2025
3.0.528 11,598 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 137 5/27/2025
3.0.522 3,930 5/27/2025
3.0.521 18,546 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 121 5/23/2025
3.0.516 2,413 5/22/2025
3.0.515 137 5/22/2025
3.0.514 4,124 5/22/2025
3.0.513 29,269 5/14/2025
3.0.512 17,594 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,614 5/7/2025
3.0.505 20,302 5/5/2025
3.0.504 3,011 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 140 5/5/2025
3.0.498 222 5/5/2025
3.0.497 139 5/5/2025
3.0.496 300 5/5/2025
3.0.495 8,372 5/5/2025
3.0.494 137 5/5/2025
3.0.493 27,293 4/27/2025
3.0.492 92 4/27/2025
3.0.491 5,484 4/26/2025
3.0.490 11,858 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 247 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 139 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,535 4/5/2025
3.0.469 110 4/5/2025
3.0.468 34,656 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,077 3/11/2025
3.0.463 11,991 3/11/2025
3.0.462 166 3/11/2025
3.0.461 8,668 3/11/2025
3.0.460 165 3/11/2025
3.0.459 55,416 3/1/2025
3.0.458 6,564 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 102 3/1/2025
3.0.451 99 3/1/2025
3.0.450 98 3/1/2025
3.0.449 110 3/1/2025
3.0.448 38,560 2/24/2025
3.0.447 1,715 2/24/2025
3.0.446 36,537 2/21/2025
3.0.445 27,738 2/18/2025
3.0.444 1,595 2/18/2025
3.0.443 108 2/18/2025
3.0.442 113 2/18/2025
3.0.441 27,611 2/13/2025
3.0.440 21,446 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 121 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 116 2/10/2025
3.0.427 27,553 2/8/2025
3.0.426 2,427 2/7/2025
3.0.425 108 2/7/2025
3.0.424 8,979 2/7/2025
3.0.423 3,178 2/7/2025
3.0.422 2,414 2/7/2025
3.0.421 113 2/7/2025
3.0.420 108 2/7/2025
3.0.419 2,465 2/7/2025
3.0.418 122 2/7/2025
3.0.417 105 2/7/2025
3.0.416 109 2/7/2025
3.0.415 5,307 2/7/2025
3.0.414 140 2/7/2025
3.0.413 104 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,420 1/27/2025
3.0.407 111 1/27/2025
3.0.406 104 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,598 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,161 1/20/2025
3.0.393 4,557 1/20/2025
3.0.392 1,822 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,049 1/20/2025
3.0.387 121 1/20/2025
3.0.386 104 1/20/2025
3.0.385 8,825 1/20/2025
3.0.384 105 1/20/2025
3.0.383 106 1/20/2025
3.0.382 101 1/20/2025
3.0.381 27,723 1/19/2025
3.0.380 315 1/19/2025
3.0.379 93 1/19/2025
3.0.378 16,063 1/18/2025
3.0.377 15,103 1/16/2025
3.0.376 17,162 1/16/2025
3.0.375 14,329 1/16/2025
3.0.374 12,826 1/15/2025
3.0.373 5,020 1/15/2025
3.0.372 3,748 1/15/2025
3.0.371 7,074 1/15/2025
3.0.370 5,694 1/15/2025
3.0.369 3,062 1/14/2025
3.0.368 1,217 1/14/2025
3.0.367 693 1/14/2025
3.0.366 242 1/14/2025
3.0.365 97 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,964 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 140 1/10/2025
3.0.352 113 1/10/2025
3.0.351 25,647 1/2/2025
3.0.350 165 1/2/2025
3.0.349 125 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 127 12/31/2024
3.0.339 131 12/31/2024
3.0.338 2,139 12/31/2024
3.0.337 147 12/31/2024
3.0.336 137 12/31/2024
3.0.335 163 12/31/2024
3.0.334 8,141 12/31/2024
3.0.333 22,066 12/31/2024
3.0.332 115 12/31/2024
3.0.331 139 12/31/2024
3.0.330 9,795 12/31/2024
3.0.329 130 12/31/2024
3.0.328 125 12/31/2024
3.0.327 4,309 12/31/2024
3.0.326 40,248 12/24/2024
3.0.325 115 12/24/2024
3.0.324 117 12/24/2024
3.0.323 6,813 12/24/2024
3.0.322 121 12/24/2024
3.0.321 118 12/24/2024
3.0.320 1,622 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,726 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 139 12/21/2024
3.0.308 7,243 12/21/2024
3.0.307 131 12/21/2024
3.0.306 630 12/21/2024
3.0.305 5,112 12/21/2024
3.0.304 114 12/21/2024
3.0.303 7,303 12/20/2024
3.0.302 3,816 12/20/2024
3.0.301 115 12/20/2024
3.0.300 14,613 12/19/2024
3.0.299 1,486 12/19/2024
3.0.298 673 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,673 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,244 12/3/2024
3.0.280 147 12/3/2024
3.0.279 6,806 12/3/2024
3.0.278 4,125 12/2/2024
3.0.277 127 12/2/2024
3.0.276 6,153 12/2/2024
3.0.275 14,521 12/1/2024
3.0.274 5,902 12/1/2024
3.0.273 138 12/1/2024
3.0.272 143 12/1/2024
3.0.271 40,642 11/19/2024
3.0.270 145 11/19/2024
3.0.269 5,419 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,008 11/14/2024
3.0.261 138 11/14/2024
3.0.260 136 11/14/2024
3.0.259 1,827 11/13/2024
3.0.258 152 11/13/2024
2.1.257 51,296 11/8/2024
2.1.256 14,328 11/8/2024
2.1.255 107 11/8/2024
2.1.254 104 11/8/2024
2.1.253 48,350 10/28/2024
2.1.252 113,932 10/1/2024
2.1.251 16,914 9/30/2024
2.1.250 30,149 9/27/2024
2.1.249 124 9/27/2024
2.1.248 112 9/27/2024
2.1.247 2,830 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,572 9/23/2024
2.1.242 809 9/23/2024
2.1.241 3,764 9/23/2024
2.1.240 116 9/23/2024
2.1.239 1,299 9/23/2024
2.1.238 143 9/23/2024
2.1.237 7,377 9/22/2024
2.1.236 28,387 9/17/2024
2.1.235 251 9/17/2024
2.1.234 130 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,118 9/11/2024
2.1.228 17,094 9/11/2024
2.1.227 23,573 9/9/2024
2.1.226 9,700 9/9/2024
2.1.225 5,939 9/9/2024
2.1.224 8,358 9/9/2024
2.1.223 8,988 9/9/2024
2.1.222 126 9/9/2024
2.1.221 151 9/9/2024
2.1.220 36,587 9/5/2024
2.1.219 7,222 9/5/2024
2.1.218 129 9/5/2024
2.1.217 144 9/5/2024
2.1.216 1,223 9/5/2024
2.1.215 152 9/5/2024
2.1.214 3,925 9/5/2024
2.1.213 20,884 9/4/2024
2.1.212 49,826 8/20/2024
2.1.211 5,682 8/20/2024
2.1.210 139 8/20/2024
2.1.209 137 8/20/2024
2.1.208 5,035 8/20/2024
2.1.207 142 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,020 7/13/2024
2.1.201 136 7/13/2024
2.1.200 15,770 7/10/2024
2.1.199 4,660 7/10/2024
2.1.198 162 7/10/2024
2.1.196 4,311 7/9/2024
2.1.194 3,376 7/9/2024
2.1.193 19,592 7/9/2024
2.1.192 5,968 7/9/2024
2.1.191 672 7/9/2024
2.1.190 130 7/9/2024
2.1.189 9,233 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 117 7/8/2024
2.1.184 120 7/8/2024
2.1.183 5,442 7/8/2024
2.1.182 138 7/8/2024
2.1.181 124 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,184 7/3/2024
2.1.176 37,517 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,334 5/25/2024
2.1.170 7,497 5/25/2024
2.1.169 130 5/25/2024
2.1.168 132 5/25/2024
2.1.167 4,434 5/25/2024
2.1.166 133 5/25/2024
2.1.165 157 5/25/2024
2.1.164 149 5/25/2024
2.1.163 4,125 5/25/2024
2.1.162 122 5/25/2024
2.1.161 18,996 5/22/2024
2.1.160 4,794 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,298 4/28/2024
2.1.152 117 4/28/2024
2.1.151 7,402 4/28/2024
2.1.150 117 4/28/2024
2.1.149 134 4/28/2024
2.1.148 698 4/28/2024
2.1.147 131 4/28/2024
2.1.146 139 4/28/2024
2.1.145 5,232 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 140 4/12/2024
2.1.137 3,156 4/12/2024
2.1.136 150 4/12/2024
2.1.135 146 4/12/2024
2.1.134 135 4/12/2024
2.1.133 27,407 4/1/2024
2.1.132 18,628 3/25/2024
2.1.131 20,216 3/18/2024
2.1.130 220 3/18/2024
2.1.129 380 3/18/2024
2.1.128 18,941 3/13/2024
2.1.127 207 3/13/2024
2.1.126 194 3/13/2024
2.1.125 1,702 3/13/2024
2.1.124 191 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,364 3/2/2024
2.1.119 2,087 3/1/2024
2.1.117 12,149 2/28/2024
2.1.116 23,094 2/25/2024
2.1.115 237 2/25/2024
2.1.114 18,592 2/21/2024
2.1.113 4,736 2/21/2024
2.1.112 2,841 2/21/2024
2.1.111 1,906 2/21/2024
2.1.110 263 2/21/2024
2.1.109 6,022 2/21/2024
2.1.108 255 2/21/2024
2.1.107 271 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,265 2/16/2024
2.1.102 6,990 2/16/2024
2.1.101 256 2/16/2024
2.1.100 6,625 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,518 2/4/2024
2.1.92 98,891 1/15/2024
2.1.91 5,380 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 371 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,382 12/28/2023
2.1.78 4,276 12/28/2023
2.1.77 4,160 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 439 12/27/2023
2.1.71 15,746 12/25/2023
2.1.70 890 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,733 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 449 12/23/2023
2.1.60 394 12/23/2023
2.1.59 1,843 12/23/2023
2.1.58 402 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 447 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,353 12/4/2023
2.1.41 5,967 12/4/2023
2.1.40 499 12/4/2023
2.1.39 902 12/4/2023
2.1.38 534 12/4/2023
2.1.37 15,776 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,553 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 466 11/19/2023
2.1.25 452 11/19/2023
2.1.24 2,355 11/19/2023
2.1.23 10,062 11/18/2023
2.1.22 493 11/18/2023
2.1.21 3,332 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,478 11/17/2023
2.1.16 489 11/17/2023
2.1.15 473 11/17/2023
2.1.14 1,893 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 509 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 426 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 486 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 471 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 443 11/9/2023
1.0.131 486 11/9/2023
1.0.130 2,110 11/8/2023
1.0.129 10,591 11/6/2023
1.0.128 467 11/6/2023
1.0.127 496 11/6/2023
1.0.126 496 11/6/2023
1.0.125 3,937 11/3/2023
1.0.124 7,112 11/2/2023
1.0.123 515 11/2/2023
1.0.122 498 11/2/2023
1.0.121 466 11/2/2023
1.0.120 3,790 11/1/2023
1.0.119 19,802 10/18/2023
1.0.118 528 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 523 10/16/2023
1.0.112 510 10/16/2023
1.0.111 542 10/16/2023
1.0.110 7,402 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 576 8/30/2023
1.0.99 575 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 581 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 643 8/7/2023
1.0.85 630 8/7/2023
1.0.84 22,418 7/10/2023
1.0.83 689 7/10/2023
1.0.82 704 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,664 6/29/2023
1.0.77 4,602 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,140 6/7/2023
1.0.72 729 6/7/2023
1.0.71 721 6/7/2023
1.0.70 7,467 6/6/2023
1.0.69 711 6/6/2023
1.0.68 2,868 6/5/2023
1.0.67 702 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,836 5/30/2023
1.0.62 709 5/30/2023
1.0.61 8,357 5/29/2023
1.0.60 718 5/29/2023
1.0.59 6,656 5/26/2023
1.0.58 12,440 5/25/2023
1.0.57 725 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 818 5/24/2023
1.0.51 4,269 5/23/2023
1.0.50 718 5/23/2023
1.0.49 727 5/23/2023
1.0.46 13,527 5/22/2023
1.0.45 11,042 5/18/2023
1.0.44 6,609 5/17/2023
1.0.43 706 5/17/2023
1.0.42 695 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 717 4/21/2023
1.0.35 730 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,925 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 827 4/16/2023
1.0.25 773 4/16/2023
1.0.24 3,529 4/14/2023
1.0.23 2,578 4/13/2023
1.0.22 2,474 4/12/2023
1.0.21 753 4/12/2023
1.0.20 753 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 791 4/3/2023
1.0.12 748 4/3/2023
1.0.11 2,072 4/1/2023
1.0.10 1,181 3/30/2023
1.0.9 920 3/26/2023
1.0.7 4,010 2/27/2023
1.0.6 829 2/26/2023
1.0.5 811 2/22/2023
1.0.4 1,005 2/22/2023
1.0.3 845 2/22/2023
1.0.2 1,388 2/12/2023
1.0.1 1,037 2/12/2023