StrAPI now provides most of the API for strings and characters
CharSetEncodings provides the structures for character sets, encodings, and character set encodings,
as well as a number of traits to be used to define their properties.
Chars provides a parameterized Chr type (by the character set and the codepoint type)
StrBase provides the Str type and most related functionality
StrRegex provides regex support for Str types
StrLiterals adds string macros for string literals that return Str type.
StrFormat adds Python-style, C-style, or type-driven formatting to string literals
StrEntities adds LaTeX (like), HTML, Emoji and Unicode entities to string literals
StrAPI
now provides most of the API for strings and charactersCharSetEncodings
provides the structures for character sets, encodings, and character set encodings, as well as a number of traits to be used to define their properties.Chars
provides a parameterizedChr
type (by the character set and the codepoint type)StrBase
provides theStr
type and most related functionalityStrRegex
provides regex support forStr
typesStrLiterals
adds string macros for string literals that returnStr
type.StrFormat
adds Python-style, C-style, or type-driven formatting to string literalsStrEntities
adds LaTeX (like), HTML, Emoji and Unicode entities to string literals