Soenneker.Extensions.String 3.0.512

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.512
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.512
                    
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.512" />
                    
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.512" />
                    
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.512
                    
#r "nuget: Soenneker.Extensions.String, 3.0.512"
                    
#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.512
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.512
                    
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 7,034 6/11/2025
3.0.530 10,039 6/10/2025
3.0.529 19,972 6/2/2025
3.0.528 11,621 5/27/2025
3.0.527 2,159 5/27/2025
3.0.526 133 5/27/2025
3.0.525 3,074 5/27/2025
3.0.524 133 5/27/2025
3.0.523 139 5/27/2025
3.0.522 3,934 5/27/2025
3.0.521 18,551 5/25/2025
3.0.520 11,006 5/23/2025
3.0.519 3,779 5/23/2025
3.0.518 136 5/23/2025
3.0.517 123 5/23/2025
3.0.516 2,415 5/22/2025
3.0.515 138 5/22/2025
3.0.514 4,125 5/22/2025
3.0.513 29,275 5/14/2025
3.0.512 17,608 5/8/2025
3.0.511 4,225 5/8/2025
3.0.510 144 5/8/2025
3.0.509 894 5/8/2025
3.0.508 231 5/7/2025
3.0.507 140 5/7/2025
3.0.506 3,615 5/7/2025
3.0.505 20,303 5/5/2025
3.0.504 3,012 5/5/2025
3.0.503 223 5/5/2025
3.0.502 139 5/5/2025
3.0.501 5,087 5/5/2025
3.0.500 1,106 5/5/2025
3.0.499 141 5/5/2025
3.0.498 223 5/5/2025
3.0.497 140 5/5/2025
3.0.496 301 5/5/2025
3.0.495 8,373 5/5/2025
3.0.494 138 5/5/2025
3.0.493 27,295 4/27/2025
3.0.492 93 4/27/2025
3.0.491 5,485 4/26/2025
3.0.490 11,868 4/8/2025
3.0.489 2,374 4/8/2025
3.0.488 159 4/8/2025
3.0.487 158 4/8/2025
3.0.486 3,064 4/8/2025
3.0.485 248 4/8/2025
3.0.484 1,119 4/8/2025
3.0.483 2,704 4/8/2025
3.0.482 28,198 4/8/2025
3.0.481 487 4/8/2025
3.0.480 56,318 4/6/2025
3.0.479 8,543 4/6/2025
3.0.478 2,997 4/6/2025
3.0.477 3,422 4/6/2025
3.0.476 2,692 4/6/2025
3.0.475 140 4/6/2025
3.0.474 143 4/6/2025
3.0.473 8,664 4/6/2025
3.0.472 129 4/6/2025
3.0.471 137 4/6/2025
3.0.470 3,536 4/5/2025
3.0.469 111 4/5/2025
3.0.468 34,657 4/4/2025
3.0.467 97 4/4/2025
3.0.466 193 4/4/2025
3.0.465 9,254 4/4/2025
3.0.464 149,089 3/11/2025
3.0.463 11,992 3/11/2025
3.0.462 167 3/11/2025
3.0.461 8,668 3/11/2025
3.0.460 165 3/11/2025
3.0.459 55,421 3/1/2025
3.0.458 6,564 3/1/2025
3.0.457 99 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 103 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,561 2/24/2025
3.0.447 1,715 2/24/2025
3.0.446 36,539 2/21/2025
3.0.445 27,741 2/18/2025
3.0.444 1,596 2/18/2025
3.0.443 108 2/18/2025
3.0.442 113 2/18/2025
3.0.441 27,638 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 117 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 109 2/7/2025
3.0.419 2,465 2/7/2025
3.0.418 123 2/7/2025
3.0.417 105 2/7/2025
3.0.416 110 2/7/2025
3.0.415 5,307 2/7/2025
3.0.414 140 2/7/2025
3.0.413 105 2/7/2025
3.0.412 64,666 1/27/2025
3.0.411 2,939 1/27/2025
3.0.410 148 1/27/2025
3.0.409 6,368 1/27/2025
3.0.408 1,420 1/27/2025
3.0.407 112 1/27/2025
3.0.406 104 1/27/2025
3.0.405 24,505 1/25/2025
3.0.404 20,764 1/24/2025
3.0.403 19,266 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,067 1/23/2025
3.0.397 22,262 1/21/2025
3.0.396 117 1/21/2025
3.0.395 159 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,108 1/16/2025
3.0.376 17,166 1/16/2025
3.0.375 14,332 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 95 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,648 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,045 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 132 12/31/2024
3.0.338 2,139 12/31/2024
3.0.337 148 12/31/2024
3.0.336 137 12/31/2024
3.0.335 164 12/31/2024
3.0.334 8,143 12/31/2024
3.0.333 22,068 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,252 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,507 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 120 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,245 12/21/2024
3.0.307 131 12/21/2024
3.0.306 631 12/21/2024
3.0.305 5,115 12/21/2024
3.0.304 114 12/21/2024
3.0.303 7,305 12/20/2024
3.0.302 3,816 12/20/2024
3.0.301 115 12/20/2024
3.0.300 14,617 12/19/2024
3.0.299 1,486 12/19/2024
3.0.298 673 12/18/2024
3.0.297 118 12/18/2024
3.0.296 253 12/18/2024
3.0.295 25,157 12/17/2024
3.0.294 3,897 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,376 12/5/2024
3.0.287 24,259 12/4/2024
3.0.286 8,587 12/4/2024
3.0.285 5,674 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,646 11/19/2024
3.0.270 146 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,331 11/19/2024
3.0.265 3,780 11/19/2024
3.0.264 28,226 11/14/2024
3.0.263 160 11/14/2024
3.0.262 3,009 11/14/2024
3.0.261 138 11/14/2024
3.0.260 136 11/14/2024
3.0.259 1,829 11/13/2024
3.0.258 152 11/13/2024
2.1.257 51,323 11/8/2024
2.1.256 14,328 11/8/2024
2.1.255 108 11/8/2024
2.1.254 104 11/8/2024
2.1.253 48,350 10/28/2024
2.1.252 113,972 10/1/2024
2.1.251 16,917 9/30/2024
2.1.250 30,156 9/27/2024
2.1.249 124 9/27/2024
2.1.248 113 9/27/2024
2.1.247 2,831 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,589 9/23/2024
2.1.242 809 9/23/2024
2.1.241 3,767 9/23/2024
2.1.240 116 9/23/2024
2.1.239 1,305 9/23/2024
2.1.238 143 9/23/2024
2.1.237 7,380 9/22/2024
2.1.236 28,393 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,124 9/11/2024
2.1.228 17,097 9/11/2024
2.1.227 23,581 9/9/2024
2.1.226 9,703 9/9/2024
2.1.225 5,939 9/9/2024
2.1.224 8,359 9/9/2024
2.1.223 8,988 9/9/2024
2.1.222 129 9/9/2024
2.1.221 151 9/9/2024
2.1.220 36,588 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,066 7/24/2024
2.1.204 5,829 7/24/2024
2.1.203 103 7/24/2024
2.1.202 28,031 7/13/2024
2.1.201 136 7/13/2024
2.1.200 15,775 7/10/2024
2.1.199 4,660 7/10/2024
2.1.198 162 7/10/2024
2.1.196 4,317 7/9/2024
2.1.194 3,376 7/9/2024
2.1.193 19,598 7/9/2024
2.1.192 5,970 7/9/2024
2.1.191 672 7/9/2024
2.1.190 131 7/9/2024
2.1.189 9,240 7/9/2024
2.1.188 2,834 7/8/2024
2.1.187 127 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,279 7/7/2024
2.1.177 22,184 7/3/2024
2.1.176 37,521 6/14/2024
2.1.174 43,428 5/27/2024
2.1.173 3,112 5/27/2024
2.1.172 114 5/27/2024
2.1.171 20,337 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 134 5/25/2024
2.1.165 159 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,425 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,857 5/22/2024
2.1.154 16,406 5/16/2024
2.1.153 47,302 4/28/2024
2.1.152 117 4/28/2024
2.1.151 7,403 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,157 4/12/2024
2.1.136 151 4/12/2024
2.1.135 146 4/12/2024
2.1.134 135 4/12/2024
2.1.133 27,416 4/1/2024
2.1.132 18,628 3/25/2024
2.1.131 20,219 3/18/2024
2.1.130 220 3/18/2024
2.1.129 380 3/18/2024
2.1.128 18,944 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,006 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,097 2/25/2024
2.1.115 237 2/25/2024
2.1.114 18,593 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,266 2/16/2024
2.1.102 6,991 2/16/2024
2.1.101 257 2/16/2024
2.1.100 6,625 2/16/2024
2.1.99 40,375 2/9/2024
2.1.98 36,484 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,521 2/4/2024
2.1.92 98,900 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 372 1/5/2024
2.1.83 395 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,385 12/28/2023
2.1.78 4,280 12/28/2023
2.1.77 4,163 12/27/2023
2.1.76 421 12/27/2023
2.1.75 425 12/27/2023
2.1.74 5,028 12/27/2023
2.1.73 397 12/27/2023
2.1.72 440 12/27/2023
2.1.71 15,757 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,742 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,548 12/23/2023
2.1.61 449 12/23/2023
2.1.60 394 12/23/2023
2.1.59 1,847 12/23/2023
2.1.58 402 12/23/2023
2.1.57 13,778 12/19/2023
2.1.56 4,614 12/18/2023
2.1.55 12,904 12/10/2023
2.1.51 6,319 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,354 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,779 11/23/2023
2.1.36 447 11/23/2023
2.1.35 837 11/23/2023
2.1.34 469 11/23/2023
2.1.33 2,068 11/23/2023
2.1.32 3,228 11/23/2023
2.1.31 9,560 11/20/2023
2.1.30 3,870 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,339 11/18/2023
2.1.20 2,266 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 474 11/17/2023
2.1.14 1,894 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 471 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,289 11/10/2023
1.0.134 491 11/10/2023
1.0.133 5,851 11/9/2023
1.0.132 443 11/9/2023
1.0.131 488 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 497 11/6/2023
1.0.126 496 11/6/2023
1.0.125 3,938 11/3/2023
1.0.124 7,112 11/2/2023
1.0.123 516 11/2/2023
1.0.122 498 11/2/2023
1.0.121 466 11/2/2023
1.0.120 3,794 11/1/2023
1.0.119 19,806 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,654 9/18/2023
1.0.103 560 9/18/2023
1.0.102 16,295 8/30/2023
1.0.101 630 8/30/2023
1.0.100 577 8/30/2023
1.0.99 576 8/30/2023
1.0.98 594 8/30/2023
1.0.97 12,108 8/25/2023
1.0.96 5,529 8/24/2023
1.0.95 584 8/24/2023
1.0.94 10,766 8/18/2023
1.0.93 609 8/18/2023
1.0.92 4,974 8/17/2023
1.0.91 582 8/17/2023
1.0.90 594 8/17/2023
1.0.89 18,492 8/8/2023
1.0.88 637 8/8/2023
1.0.87 6,002 8/7/2023
1.0.86 644 8/7/2023
1.0.85 631 8/7/2023
1.0.84 22,419 7/10/2023
1.0.83 690 7/10/2023
1.0.82 706 7/10/2023
1.0.81 718 7/10/2023
1.0.80 5,076 7/7/2023
1.0.79 664 7/7/2023
1.0.78 16,666 6/29/2023
1.0.77 4,603 6/28/2023
1.0.76 691 6/28/2023
1.0.75 715 6/28/2023
1.0.74 48,046 6/7/2023
1.0.73 6,141 6/7/2023
1.0.72 730 6/7/2023
1.0.71 722 6/7/2023
1.0.70 7,468 6/6/2023
1.0.69 712 6/6/2023
1.0.68 2,870 6/5/2023
1.0.67 703 6/5/2023
1.0.66 7,295 6/2/2023
1.0.65 737 6/2/2023
1.0.64 717 6/2/2023
1.0.63 28,842 5/30/2023
1.0.62 710 5/30/2023
1.0.61 8,359 5/29/2023
1.0.60 719 5/29/2023
1.0.59 6,657 5/26/2023
1.0.58 12,441 5/25/2023
1.0.57 726 5/25/2023
1.0.56 6,405 5/24/2023
1.0.55 740 5/24/2023
1.0.54 735 5/24/2023
1.0.53 718 5/24/2023
1.0.52 819 5/24/2023
1.0.51 4,271 5/23/2023
1.0.50 719 5/23/2023
1.0.49 728 5/23/2023
1.0.46 13,528 5/22/2023
1.0.45 11,043 5/18/2023
1.0.44 6,610 5/17/2023
1.0.43 707 5/17/2023
1.0.42 696 5/17/2023
1.0.41 692 5/17/2023
1.0.40 17,467 4/24/2023
1.0.39 2,427 4/24/2023
1.0.38 767 4/24/2023
1.0.37 4,092 4/21/2023
1.0.36 718 4/21/2023
1.0.35 732 4/21/2023
1.0.34 4,548 4/20/2023
1.0.33 907 4/20/2023
1.0.32 854 4/20/2023
1.0.31 4,195 4/19/2023
1.0.30 1,926 4/18/2023
1.0.29 754 4/18/2023
1.0.28 1,901 4/18/2023
1.0.27 3,381 4/17/2023
1.0.26 828 4/16/2023
1.0.25 774 4/16/2023
1.0.24 3,530 4/14/2023
1.0.23 2,579 4/13/2023
1.0.22 2,475 4/12/2023
1.0.21 754 4/12/2023
1.0.20 754 4/12/2023
1.0.19 1,779 4/11/2023
1.0.18 824 4/11/2023
1.0.17 2,626 4/11/2023
1.0.16 3,013 4/7/2023
1.0.15 3,846 4/3/2023
1.0.14 801 4/3/2023
1.0.13 792 4/3/2023
1.0.12 749 4/3/2023
1.0.11 2,074 4/1/2023
1.0.10 1,182 3/30/2023
1.0.9 921 3/26/2023
1.0.7 4,011 2/27/2023
1.0.6 830 2/26/2023
1.0.5 812 2/22/2023
1.0.4 1,006 2/22/2023
1.0.3 847 2/22/2023
1.0.2 1,389 2/12/2023
1.0.1 1,038 2/12/2023