String support package for Julia
Fully transparent string interning functionality, with proper garbage collection
Implement improved string literals with Swift-style syntax for interpolation, hex, & unicode characters, plus C & Python style formatting and Unicode, HTML, LaTeX, and Emoji entities
Adds a macro ("@api") to help manage a consistent API between multiple packages
A Julia package to provide C and Python-like formatting support
Port of MurmurHash3 to pure Julia, adding support for hashing any AbstractString without converting first
Wrapper for PCRE2 libraries (8, 16, 32-bit)
Adds support for Emojis and HTML, LaTeX, Unicode entities to StrLiterals
Support for using Emoji entities in Julia
Extends StrLiterals.jl with formatting capabilities
Add StringLiterals literals utilizing Strs.jl string types
Regex support for Str type (from Strs.jl package)
ICU wrapper, updated for v0.6.2 and v.7, using JuliaString/Strs.jl instead of LegacyStrings.jl
Support for using LaTeX entities to map to/from Unicode characters
Support for using Unicode entity names in Julia
Julia wrapper for the International Components for Unicode (ICU) library
New API for string handling
Types and Traits for Character Sets, Encodings, and Character Set Encodings
Support for using HTML entities in Julia
Simple packed string tables, with support for load/save to a file or open IO stream.
Basic functions for string support
Support for parameterized character type "Chr", and common aliases (ASCIIChr, LatinChr, UCS2Chr, UTF32Chr)