SunamoString 26.5.18.5

dotnet add package SunamoString --version 26.5.18.5
                    
NuGet\Install-Package SunamoString -Version 26.5.18.5
                    
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="SunamoString" Version="26.5.18.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SunamoString" Version="26.5.18.5" />
                    
Directory.Packages.props
<PackageReference Include="SunamoString" />
                    
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 SunamoString --version 26.5.18.5
                    
#r "nuget: SunamoString, 26.5.18.5"
                    
#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 SunamoString@26.5.18.5
                    
#: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=SunamoString&version=26.5.18.5
                    
Install as a Cake Addin
#tool nuget:?package=SunamoString&version=26.5.18.5
                    
Install as a Cake Tool

SunamoString

A comprehensive .NET library providing a large number of string manipulation, parsing, and formatting utility methods.

Features

  • String search and matching - Contains, ContainsAll, ContainsAny with multiple search strategies (FixedSpace, AnySpaces, ExactlyName)
  • Text extraction - GetFirstWord, GetLastWord, GetTextBetween, TextAfter, RemovePrefix
  • String formatting - FirstCharUpper, WrapWith, PadRight, ShortForLettersCount
  • Bracket handling - Balanced bracket checking, bracket content extraction, bracket insertion
  • Diacritics - Removal, detection, and encoding of diacritical characters
  • Whitespace management - Normalization, trimming, line counting
  • Lorem Ipsum generation - Placeholder text generation with configurable length
  • Wildcard matching - Pattern matching with * and ? wildcards
  • String replacement - Bulk replace, mapping-based replace from definition strings
  • Text analysis - Chinese character detection, character range checking, letter statistics

Installation

dotnet add package SunamoString

Target Frameworks

net10.0, net9.0, net8.0

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.5.18.5 74 5/18/2026
26.5.18.4 81 5/18/2026
26.3.28.3 129 3/28/2026
26.2.7.2 115 2/7/2026
26.2.5.1 117 2/5/2026
26.1.1.49 110 1/1/2026
26.1.1.8 115 1/1/2026
26.1.1.1 117 1/1/2026
25.12.31.2 121 12/31/2025
25.12.31.1 119 12/31/2025
25.12.21.1 181 12/21/2025
25.6.7.1 202 6/7/2025
25.5.20.1 224 5/20/2025
25.3.29.1 178 3/29/2025
24.11.23.1 231 11/23/2024
24.11.11.2 172 11/11/2024
24.11.11.1 162 11/10/2024
24.11.10.1 195 11/10/2024
24.11.9.3 172 11/9/2024
24.11.9.2 188 11/9/2024
Loading failed