SunamoString 26.7.28.2

dotnet add package SunamoString --version 26.7.28.2
                    
NuGet\Install-Package SunamoString -Version 26.7.28.2
                    
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.7.28.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SunamoString" Version="26.7.28.2" />
                    
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.7.28.2
                    
#r "nuget: SunamoString, 26.7.28.2"
                    
#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.7.28.2
                    
#: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.7.28.2
                    
Install as a Cake Addin
#tool nuget:?package=SunamoString&version=26.7.28.2
                    
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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.7.28.2 152 7/28/2026
26.7.28.1 97 7/28/2026
26.5.18.5 122 5/18/2026
26.5.18.4 106 5/18/2026
26.3.28.3 149 3/28/2026
26.2.7.2 140 2/7/2026
26.2.5.1 136 2/5/2026
26.1.1.49 128 1/1/2026
26.1.1.8 132 1/1/2026
26.1.1.1 133 1/1/2026
25.12.31.2 141 12/31/2025
25.12.31.1 132 12/31/2025
25.12.21.1 196 12/21/2025
25.6.7.1 223 6/7/2025
25.5.20.1 241 5/20/2025
25.3.29.1 193 3/29/2025
24.11.23.1 251 11/23/2024
24.11.11.2 192 11/11/2024
24.11.11.1 180 11/10/2024
24.11.10.1 210 11/10/2024
Loading failed