JuliaString / Strs.jl

String support package for Julia
Other
54 stars 7 forks source link

Split into various packages #109

Closed ScottPJones closed 6 years ago

ScottPJones commented 6 years ago

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