You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write PCRE2.jl package using BinaryBuilder/BinaryProvider, creating all 3 PCRE2 libraries
Move regex support to StrRegex package
Change the ranges returned to end with the next codeunit index - 1, not need constant thisind/prevind
Possibly move optimized utf8 and utf16 support into StrUTF8 and StrUTF16 packages, to streamline main package
Add in functionality from StringLiterals, but in such a way that the entity tables can be dynamically loaded, as well as the formatting support, and make it extensible, so that other extensions can be added.
Support short strings
Support storing type information at end of string, have single concrete type instead of UniStr.