SunamoText¶
Working with text, e.g. converting decoded unicode strings {code} to one character
- NuGet: $(@{Name=SunamoText; CsprojRel=SunamoText/SunamoText/SunamoText.csproj; ReadmePath=/home/runner/work/PlatformIndependentNuGetPackages/PlatformIndependentNuGetPackages/SunamoText/README.md; Description=Working with text, e.g. converting decoded unicode strings {code} to one character; ApiNamespace=SunamoText}.Name)
- Source: GitHub
- API reference: ../../api/SunamoText.html
Working with text, e.g. converting decoded unicode strings \u{code} to one character.
Overview¶
SunamoText is part of the Sunamo package ecosystem, providing modular, platform-independent utilities for .NET development.
Key Classes¶
- FormatOfString - Parsing and validating string formats using pipe-delimited templates.
- UnicodeHelper - Decoding Unicode escape sequences in strings.
Key Methods¶
GetParsedParts(text, format)- Extracts variable parts from text using a pipe-delimited format template.HasFormat(text, format, isUsingWildcard)- Checks whether text matches a given pipe-delimited format.DeescapeDecodeUnicode(text)- Decodes\uXXXXescape sequences into their character representations.
Installation¶
Dependencies¶
- Microsoft.Extensions.Logging.Abstractions
Target Frameworks¶
net10.0;net9.0;net8.0
License¶
MIT