Soenneker.Extensions.String 3.0.522

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.522
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.522
                    
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.522" />
                    
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.522" />
                    
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.522
                    
#r "nuget: Soenneker.Extensions.String, 3.0.522"
                    
#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.522
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.522
                    
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.528 3,382 5/27/2025
3.0.527 1,206 5/27/2025
3.0.526 39 5/27/2025
3.0.525 1,724 5/27/2025
3.0.524 37 5/27/2025
3.0.523 41 5/27/2025
3.0.522 2,645 5/27/2025
3.0.521 13,139 5/25/2025
3.0.520 9,300 5/23/2025
3.0.519 3,394 5/23/2025
3.0.518 128 5/23/2025
3.0.517 113 5/23/2025
3.0.516 2,039 5/22/2025
3.0.515 128 5/22/2025
3.0.514 3,516 5/22/2025
3.0.513 27,198 5/14/2025
3.0.512 17,543 5/8/2025
3.0.511 4,217 5/8/2025
3.0.510 138 5/8/2025
3.0.509 878 5/8/2025
3.0.508 216 5/7/2025
3.0.507 134 5/7/2025
3.0.506 3,608 5/7/2025
3.0.505 20,040 5/5/2025
3.0.504 3,004 5/5/2025
3.0.503 216 5/5/2025
3.0.502 132 5/5/2025
3.0.501 5,080 5/5/2025
3.0.500 1,100 5/5/2025
3.0.499 134 5/5/2025
3.0.498 217 5/5/2025
3.0.497 133 5/5/2025
3.0.496 293 5/5/2025
3.0.495 8,364 5/5/2025
3.0.494 130 5/5/2025
3.0.493 27,284 4/27/2025
3.0.492 88 4/27/2025
3.0.491 5,480 4/26/2025
3.0.490 11,820 4/8/2025
3.0.489 2,369 4/8/2025
3.0.488 154 4/8/2025
3.0.487 152 4/8/2025
3.0.486 3,058 4/8/2025
3.0.485 242 4/8/2025
3.0.484 1,114 4/8/2025
3.0.483 2,698 4/8/2025
3.0.482 28,188 4/8/2025
3.0.481 482 4/8/2025
3.0.480 56,304 4/6/2025
3.0.479 8,537 4/6/2025
3.0.478 2,992 4/6/2025
3.0.477 3,413 4/6/2025
3.0.476 2,687 4/6/2025
3.0.475 132 4/6/2025
3.0.474 137 4/6/2025
3.0.473 8,658 4/6/2025
3.0.472 124 4/6/2025
3.0.471 132 4/6/2025
3.0.470 3,527 4/5/2025
3.0.469 106 4/5/2025
3.0.468 34,647 4/4/2025
3.0.467 92 4/4/2025
3.0.466 187 4/4/2025
3.0.465 9,247 4/4/2025
3.0.464 149,031 3/11/2025
3.0.463 11,987 3/11/2025
3.0.462 159 3/11/2025
3.0.461 8,663 3/11/2025
3.0.460 161 3/11/2025
3.0.459 55,401 3/1/2025
3.0.458 6,559 3/1/2025
3.0.457 94 3/1/2025
3.0.456 4,315 3/1/2025
3.0.455 96 3/1/2025
3.0.454 93 3/1/2025
3.0.453 2,214 3/1/2025
3.0.452 95 3/1/2025
3.0.451 94 3/1/2025
3.0.450 93 3/1/2025
3.0.449 105 3/1/2025
3.0.448 38,555 2/24/2025
3.0.447 1,711 2/24/2025
3.0.446 36,530 2/21/2025
3.0.445 27,727 2/18/2025
3.0.444 1,589 2/18/2025
3.0.443 104 2/18/2025
3.0.442 109 2/18/2025
3.0.441 27,497 2/13/2025
3.0.440 21,428 2/11/2025
3.0.439 4,124 2/11/2025
3.0.438 7,139 2/11/2025
3.0.437 5,551 2/11/2025
3.0.436 3,375 2/10/2025
3.0.435 116 2/10/2025
3.0.434 2,949 2/10/2025
3.0.433 12,517 2/10/2025
3.0.432 5,926 2/10/2025
3.0.431 306 2/10/2025
3.0.430 99 2/10/2025
3.0.429 18,088 2/10/2025
3.0.428 110 2/10/2025
3.0.427 27,545 2/8/2025
3.0.426 2,423 2/7/2025
3.0.425 102 2/7/2025
3.0.424 8,969 2/7/2025
3.0.423 3,174 2/7/2025
3.0.422 2,409 2/7/2025
3.0.421 108 2/7/2025
3.0.420 104 2/7/2025
3.0.419 2,460 2/7/2025
3.0.418 117 2/7/2025
3.0.417 101 2/7/2025
3.0.416 102 2/7/2025
3.0.415 5,300 2/7/2025
3.0.414 136 2/7/2025
3.0.413 99 2/7/2025
3.0.412 64,650 1/27/2025
3.0.411 2,935 1/27/2025
3.0.410 141 1/27/2025
3.0.409 6,362 1/27/2025
3.0.408 1,415 1/27/2025
3.0.407 107 1/27/2025
3.0.406 99 1/27/2025
3.0.405 24,497 1/25/2025
3.0.404 20,757 1/24/2025
3.0.403 19,254 1/24/2025
3.0.402 485 1/24/2025
3.0.401 6,591 1/23/2025
3.0.400 98 1/23/2025
3.0.398 7,060 1/23/2025
3.0.397 22,250 1/21/2025
3.0.396 103 1/21/2025
3.0.395 154 1/21/2025
3.0.394 19,152 1/20/2025
3.0.393 4,551 1/20/2025
3.0.392 1,817 1/20/2025
3.0.391 112 1/20/2025
3.0.390 10,553 1/20/2025
3.0.389 98 1/20/2025
3.0.388 4,038 1/20/2025
3.0.387 116 1/20/2025
3.0.386 99 1/20/2025
3.0.385 8,818 1/20/2025
3.0.384 98 1/20/2025
3.0.383 101 1/20/2025
3.0.382 97 1/20/2025
3.0.381 27,717 1/19/2025
3.0.380 310 1/19/2025
3.0.379 88 1/19/2025
3.0.378 16,057 1/18/2025
3.0.377 15,092 1/16/2025
3.0.376 17,154 1/16/2025
3.0.375 14,320 1/16/2025
3.0.374 12,820 1/15/2025
3.0.373 5,015 1/15/2025
3.0.372 3,744 1/15/2025
3.0.371 7,070 1/15/2025
3.0.370 5,689 1/15/2025
3.0.369 3,057 1/14/2025
3.0.368 1,212 1/14/2025
3.0.367 689 1/14/2025
3.0.366 237 1/14/2025
3.0.365 91 1/14/2025
3.0.364 3,595 1/14/2025
3.0.363 2,173 1/14/2025
3.0.362 90 1/14/2025
3.0.361 5,226 1/14/2025
3.0.360 22,923 1/12/2025
3.0.359 15,952 1/10/2025
3.0.358 4,559 1/10/2025
3.0.357 101 1/10/2025
3.0.356 104 1/10/2025
3.0.355 3,927 1/10/2025
3.0.354 105 1/10/2025
3.0.353 135 1/10/2025
3.0.352 109 1/10/2025
3.0.351 25,636 1/2/2025
3.0.350 160 1/2/2025
3.0.349 120 1/2/2025
3.0.348 6,601 1/2/2025
3.0.347 130 1/2/2025
3.0.346 126 1/2/2025
3.0.345 1,633 1/2/2025
3.0.344 17,031 1/1/2025
3.0.343 137 1/1/2025
3.0.342 140 1/1/2025
3.0.341 570 12/31/2024
3.0.340 122 12/31/2024
3.0.339 125 12/31/2024
3.0.338 2,132 12/31/2024
3.0.337 143 12/31/2024
3.0.336 132 12/31/2024
3.0.335 157 12/31/2024
3.0.334 8,127 12/31/2024
3.0.333 22,054 12/31/2024
3.0.332 110 12/31/2024
3.0.331 131 12/31/2024
3.0.330 9,791 12/31/2024
3.0.329 124 12/31/2024
3.0.328 121 12/31/2024
3.0.327 4,304 12/31/2024
3.0.326 40,234 12/24/2024
3.0.325 111 12/24/2024
3.0.324 112 12/24/2024
3.0.323 6,809 12/24/2024
3.0.322 117 12/24/2024
3.0.321 113 12/24/2024
3.0.320 1,616 12/24/2024
3.0.319 40,491 12/22/2024
3.0.318 483 12/22/2024
3.0.317 120 12/22/2024
3.0.316 6,719 12/21/2024
3.0.315 106 12/21/2024
3.0.314 1,046 12/21/2024
3.0.313 9,769 12/21/2024
3.0.312 114 12/21/2024
3.0.311 3,399 12/21/2024
3.0.310 5,071 12/21/2024
3.0.309 134 12/21/2024
3.0.308 7,239 12/21/2024
3.0.307 127 12/21/2024
3.0.306 625 12/21/2024
3.0.305 5,107 12/21/2024
3.0.304 109 12/21/2024
3.0.303 7,295 12/20/2024
3.0.302 3,811 12/20/2024
3.0.301 111 12/20/2024
3.0.300 14,605 12/19/2024
3.0.299 1,482 12/19/2024
3.0.298 667 12/18/2024
3.0.297 111 12/18/2024
3.0.296 249 12/18/2024
3.0.295 25,145 12/17/2024
3.0.294 3,891 12/17/2024
3.0.293 132 12/17/2024
3.0.292 380 12/16/2024
3.0.291 122 12/16/2024
3.0.290 117 12/16/2024
3.0.289 123 12/16/2024
3.0.288 56,348 12/5/2024
3.0.287 24,243 12/4/2024
3.0.286 8,581 12/4/2024
3.0.285 5,660 12/4/2024
3.0.284 3,388 12/4/2024
3.0.283 7,051 12/4/2024
3.0.282 219 12/4/2024
3.0.281 14,230 12/3/2024
3.0.280 140 12/3/2024
3.0.279 6,802 12/3/2024
3.0.278 4,121 12/2/2024
3.0.277 122 12/2/2024
3.0.276 6,149 12/2/2024
3.0.275 14,515 12/1/2024
3.0.274 5,896 12/1/2024
3.0.273 130 12/1/2024
3.0.272 138 12/1/2024
3.0.271 40,623 11/19/2024
3.0.270 140 11/19/2024
3.0.269 5,414 11/19/2024
3.0.268 152 11/19/2024
3.0.267 127 11/19/2024
3.0.266 14,323 11/19/2024
3.0.265 3,776 11/19/2024
3.0.264 28,203 11/14/2024
3.0.263 156 11/14/2024
3.0.262 3,003 11/14/2024
3.0.261 134 11/14/2024
3.0.260 131 11/14/2024
3.0.259 1,821 11/13/2024
3.0.258 147 11/13/2024
2.1.257 51,122 11/8/2024
2.1.256 14,323 11/8/2024
2.1.255 103 11/8/2024
2.1.254 99 11/8/2024
2.1.253 48,328 10/28/2024
2.1.252 113,719 10/1/2024
2.1.251 16,907 9/30/2024
2.1.250 30,132 9/27/2024
2.1.249 119 9/27/2024
2.1.248 108 9/27/2024
2.1.247 2,824 9/27/2024
2.1.246 106 9/27/2024
2.1.245 103 9/27/2024
2.1.244 106 9/27/2024
2.1.243 54,515 9/23/2024
2.1.242 803 9/23/2024
2.1.241 3,760 9/23/2024
2.1.240 111 9/23/2024
2.1.239 1,294 9/23/2024
2.1.238 130 9/23/2024
2.1.237 7,373 9/22/2024
2.1.236 28,365 9/17/2024
2.1.235 243 9/17/2024
2.1.234 125 9/17/2024
2.1.233 219 9/17/2024
2.1.232 135 9/17/2024
2.1.231 4,204 9/17/2024
2.1.230 156 9/17/2024
2.1.229 50,097 9/11/2024
2.1.228 17,085 9/11/2024
2.1.227 23,563 9/9/2024
2.1.226 9,692 9/9/2024
2.1.225 5,932 9/9/2024
2.1.224 8,350 9/9/2024
2.1.223 8,982 9/9/2024
2.1.222 121 9/9/2024
2.1.221 144 9/9/2024
2.1.220 36,566 9/5/2024
2.1.219 7,217 9/5/2024
2.1.218 123 9/5/2024
2.1.217 138 9/5/2024
2.1.216 1,217 9/5/2024
2.1.215 143 9/5/2024
2.1.214 3,920 9/5/2024
2.1.213 20,876 9/4/2024
2.1.212 49,803 8/20/2024
2.1.211 5,674 8/20/2024
2.1.210 133 8/20/2024
2.1.209 132 8/20/2024
2.1.208 5,027 8/20/2024
2.1.207 135 8/20/2024
2.1.206 126 8/20/2024
2.1.205 73,029 7/24/2024
2.1.204 5,822 7/24/2024
2.1.203 98 7/24/2024
2.1.202 27,978 7/13/2024
2.1.201 132 7/13/2024
2.1.200 15,762 7/10/2024
2.1.199 4,654 7/10/2024
2.1.198 158 7/10/2024
2.1.196 4,305 7/9/2024
2.1.194 3,369 7/9/2024
2.1.193 19,584 7/9/2024
2.1.192 5,964 7/9/2024
2.1.191 668 7/9/2024
2.1.190 121 7/9/2024
2.1.189 9,225 7/9/2024
2.1.188 2,827 7/8/2024
2.1.187 122 7/8/2024
2.1.186 142 7/8/2024
2.1.185 112 7/8/2024
2.1.184 115 7/8/2024
2.1.183 5,437 7/8/2024
2.1.182 134 7/8/2024
2.1.181 117 7/8/2024
2.1.180 574 7/8/2024
2.1.179 24,914 7/7/2024
2.1.178 3,273 7/7/2024
2.1.177 22,171 7/3/2024
2.1.176 37,493 6/14/2024
2.1.174 43,412 5/27/2024
2.1.173 3,108 5/27/2024
2.1.172 110 5/27/2024
2.1.171 20,324 5/25/2024
2.1.170 7,489 5/25/2024
2.1.169 124 5/25/2024
2.1.168 125 5/25/2024
2.1.167 4,428 5/25/2024
2.1.166 128 5/25/2024
2.1.165 153 5/25/2024
2.1.164 143 5/25/2024
2.1.163 4,115 5/25/2024
2.1.162 118 5/25/2024
2.1.161 18,989 5/22/2024
2.1.160 4,787 5/22/2024
2.1.159 2,418 5/22/2024
2.1.158 127 5/22/2024
2.1.157 127 5/22/2024
2.1.156 134 5/22/2024
2.1.155 9,850 5/22/2024
2.1.154 16,399 5/16/2024
2.1.153 47,275 4/28/2024
2.1.152 113 4/28/2024
2.1.151 7,394 4/28/2024
2.1.150 113 4/28/2024
2.1.149 128 4/28/2024
2.1.148 694 4/28/2024
2.1.147 126 4/28/2024
2.1.146 135 4/28/2024
2.1.145 5,227 4/27/2024
2.1.144 157 4/27/2024
2.1.143 122 4/27/2024
2.1.142 38,088 4/12/2024
2.1.141 156 4/12/2024
2.1.140 4,831 4/12/2024
2.1.139 154 4/12/2024
2.1.138 133 4/12/2024
2.1.137 3,149 4/12/2024
2.1.136 143 4/12/2024
2.1.135 141 4/12/2024
2.1.134 131 4/12/2024
2.1.133 27,339 4/1/2024
2.1.132 18,621 3/25/2024
2.1.131 20,208 3/18/2024
2.1.130 214 3/18/2024
2.1.129 366 3/18/2024
2.1.128 18,928 3/13/2024
2.1.127 192 3/13/2024
2.1.126 190 3/13/2024
2.1.125 1,698 3/13/2024
2.1.124 186 3/13/2024
2.1.123 193 3/13/2024
2.1.122 37,975 3/8/2024
2.1.121 15,931 3/3/2024
2.1.120 13,344 3/2/2024
2.1.119 2,082 3/1/2024
2.1.117 12,131 2/28/2024
2.1.116 23,062 2/25/2024
2.1.115 233 2/25/2024
2.1.114 18,578 2/21/2024
2.1.113 4,730 2/21/2024
2.1.112 2,835 2/21/2024
2.1.111 1,902 2/21/2024
2.1.110 258 2/21/2024
2.1.109 6,015 2/21/2024
2.1.108 251 2/21/2024
2.1.107 266 2/21/2024
2.1.106 15,001 2/20/2024
2.1.105 1,663 2/20/2024
2.1.104 10,042 2/19/2024
2.1.103 10,257 2/16/2024
2.1.102 6,983 2/16/2024
2.1.101 252 2/16/2024
2.1.100 6,614 2/16/2024
2.1.99 40,354 2/9/2024
2.1.98 36,456 2/7/2024
2.1.97 4,608 2/6/2024
2.1.96 2,805 2/6/2024
2.1.95 470 2/6/2024
2.1.94 275 2/6/2024
2.1.93 13,497 2/4/2024
2.1.92 98,869 1/15/2024
2.1.91 5,370 1/15/2024
2.1.90 385 1/15/2024
2.1.89 3,134 1/15/2024
2.1.88 329 1/15/2024
2.1.87 37,505 1/7/2024
2.1.86 7,382 1/5/2024
2.1.85 4,477 1/5/2024
2.1.84 366 1/5/2024
2.1.83 390 1/5/2024
2.1.82 5,085 1/5/2024
2.1.81 12,780 1/1/2024
2.1.80 444 1/1/2024
2.1.79 8,377 12/28/2023
2.1.78 4,270 12/28/2023
2.1.77 4,155 12/27/2023
2.1.76 417 12/27/2023
2.1.75 421 12/27/2023
2.1.74 5,018 12/27/2023
2.1.73 393 12/27/2023
2.1.72 434 12/27/2023
2.1.71 15,739 12/25/2023
2.1.70 885 12/25/2023
2.1.69 432 12/25/2023
2.1.68 432 12/25/2023
2.1.67 4,735 12/25/2023
2.1.66 12,783 12/24/2023
2.1.65 7,726 12/23/2023
2.1.64 2,087 12/23/2023
2.1.63 395 12/23/2023
2.1.62 5,541 12/23/2023
2.1.61 444 12/23/2023
2.1.60 389 12/23/2023
2.1.59 1,839 12/23/2023
2.1.58 397 12/23/2023
2.1.57 13,765 12/19/2023
2.1.56 4,610 12/18/2023
2.1.55 12,897 12/10/2023
2.1.51 6,310 12/10/2023
2.1.50 11,087 12/9/2023
2.1.49 439 12/9/2023
2.1.48 525 12/9/2023
2.1.47 456 12/9/2023
2.1.46 457 12/9/2023
2.1.45 475 12/9/2023
2.1.44 7,485 12/9/2023
2.1.43 11,637 12/6/2023
2.1.42 9,345 12/4/2023
2.1.41 5,964 12/4/2023
2.1.40 496 12/4/2023
2.1.39 900 12/4/2023
2.1.38 531 12/4/2023
2.1.37 15,759 11/23/2023
2.1.36 445 11/23/2023
2.1.35 832 11/23/2023
2.1.34 467 11/23/2023
2.1.33 2,063 11/23/2023
2.1.32 3,222 11/23/2023
2.1.31 9,549 11/20/2023
2.1.30 3,864 11/20/2023
2.1.29 6,829 11/19/2023
2.1.28 1,181 11/19/2023
2.1.27 464 11/19/2023
2.1.26 461 11/19/2023
2.1.25 449 11/19/2023
2.1.24 2,347 11/19/2023
2.1.23 10,055 11/18/2023
2.1.22 491 11/18/2023
2.1.21 3,324 11/18/2023
2.1.20 2,258 11/18/2023
2.1.19 479 11/18/2023
2.1.18 5,828 11/17/2023
2.1.17 1,475 11/17/2023
2.1.16 486 11/17/2023
2.1.15 468 11/17/2023
2.1.14 1,890 11/17/2023
2.1.13 8,001 11/17/2023
2.1.12 2,112 11/17/2023
2.1.11 464 11/17/2023
2.1.10 497 11/17/2023
2.1.9 510 11/17/2023
2.1.8 3,700 11/17/2023
2.1.7 1,673 11/16/2023
2.1.6 422 11/16/2023
2.1.5 918 11/16/2023
2.1.4 458 11/16/2023
2.0.140 5,578 11/15/2023
2.0.139 483 11/15/2023
2.0.138 466 11/15/2023
2.0.137 468 11/15/2023
2.0.136 462 11/15/2023
2.0.3 453 11/16/2023
2.0.2 469 11/16/2023
2.0.1 423 11/16/2023
1.0.135 12,287 11/10/2023
1.0.134 489 11/10/2023
1.0.133 5,850 11/9/2023
1.0.132 439 11/9/2023
1.0.131 484 11/9/2023
1.0.130 2,108 11/8/2023
1.0.129 10,590 11/6/2023
1.0.128 465 11/6/2023
1.0.127 493 11/6/2023
1.0.126 495 11/6/2023
1.0.125 3,935 11/3/2023
1.0.124 7,107 11/2/2023
1.0.123 511 11/2/2023
1.0.122 492 11/2/2023
1.0.121 463 11/2/2023
1.0.120 3,789 11/1/2023
1.0.119 19,797 10/18/2023
1.0.118 526 10/18/2023
1.0.117 531 10/18/2023
1.0.116 505 10/18/2023
1.0.115 4,262 10/17/2023
1.0.114 4,982 10/16/2023
1.0.113 521 10/16/2023
1.0.112 509 10/16/2023
1.0.111 541 10/16/2023
1.0.110 7,400 10/13/2023
1.0.109 561 10/13/2023
1.0.108 13,928 9/19/2023
1.0.107 553 9/19/2023
1.0.106 566 9/19/2023
1.0.105 508 9/19/2023
1.0.104 6,651 9/18/2023
1.0.103 557 9/18/2023
1.0.102 16,286 8/30/2023
1.0.101 628 8/30/2023
1.0.100 574 8/30/2023
1.0.99 573 8/30/2023
1.0.98 592 8/30/2023
1.0.97 12,098 8/25/2023
1.0.96 5,527 8/24/2023
1.0.95 582 8/24/2023
1.0.94 10,752 8/18/2023
1.0.93 607 8/18/2023
1.0.92 4,959 8/17/2023
1.0.91 579 8/17/2023
1.0.90 592 8/17/2023
1.0.89 18,486 8/8/2023
1.0.88 634 8/8/2023
1.0.87 6,000 8/7/2023
1.0.86 640 8/7/2023
1.0.85 625 8/7/2023
1.0.84 22,407 7/10/2023
1.0.83 688 7/10/2023
1.0.82 701 7/10/2023
1.0.81 715 7/10/2023
1.0.80 5,074 7/7/2023
1.0.79 662 7/7/2023
1.0.78 16,649 6/29/2023
1.0.77 4,596 6/28/2023
1.0.76 689 6/28/2023
1.0.75 712 6/28/2023
1.0.74 48,032 6/7/2023
1.0.73 6,136 6/7/2023
1.0.72 727 6/7/2023
1.0.71 719 6/7/2023
1.0.70 7,466 6/6/2023
1.0.69 710 6/6/2023
1.0.68 2,865 6/5/2023
1.0.67 691 6/5/2023
1.0.66 7,293 6/2/2023
1.0.65 734 6/2/2023
1.0.64 715 6/2/2023
1.0.63 28,821 5/30/2023
1.0.62 707 5/30/2023
1.0.61 8,355 5/29/2023
1.0.60 717 5/29/2023
1.0.59 6,653 5/26/2023
1.0.58 12,434 5/25/2023
1.0.57 722 5/25/2023
1.0.56 6,398 5/24/2023
1.0.55 737 5/24/2023
1.0.54 733 5/24/2023
1.0.53 714 5/24/2023
1.0.52 815 5/24/2023
1.0.51 4,265 5/23/2023
1.0.50 717 5/23/2023
1.0.49 725 5/23/2023
1.0.46 13,524 5/22/2023
1.0.45 11,039 5/18/2023
1.0.44 6,608 5/17/2023
1.0.43 705 5/17/2023
1.0.42 691 5/17/2023
1.0.41 690 5/17/2023
1.0.40 17,457 4/24/2023
1.0.39 2,424 4/24/2023
1.0.38 764 4/24/2023
1.0.37 4,090 4/21/2023
1.0.36 715 4/21/2023
1.0.35 718 4/21/2023
1.0.34 4,546 4/20/2023
1.0.33 904 4/20/2023
1.0.32 852 4/20/2023
1.0.31 4,192 4/19/2023
1.0.30 1,923 4/18/2023
1.0.29 752 4/18/2023
1.0.28 1,899 4/18/2023
1.0.27 3,379 4/17/2023
1.0.26 824 4/16/2023
1.0.25 770 4/16/2023
1.0.24 3,526 4/14/2023
1.0.23 2,576 4/13/2023
1.0.22 2,472 4/12/2023
1.0.21 751 4/12/2023
1.0.20 751 4/12/2023
1.0.19 1,777 4/11/2023
1.0.18 822 4/11/2023
1.0.17 2,621 4/11/2023
1.0.16 3,011 4/7/2023
1.0.15 3,844 4/3/2023
1.0.14 798 4/3/2023
1.0.13 789 4/3/2023
1.0.12 747 4/3/2023
1.0.11 2,071 4/1/2023
1.0.10 1,179 3/30/2023
1.0.9 919 3/26/2023
1.0.7 4,008 2/27/2023
1.0.6 828 2/26/2023
1.0.5 809 2/22/2023
1.0.4 1,000 2/22/2023
1.0.3 842 2/22/2023
1.0.2 1,385 2/12/2023
1.0.1 1,036 2/12/2023