String handling, regular expressions, and character utilities. More...
Classes | |
| class | AnsiStream |
| ANSI escape code writer backed by an IODevice. Writes ANSI escape sequences and raw text to an IODevice. Also serves as the source of truth for ANSI color palette data and color matching. More... | |
| class | ByteArray< NumBytes > |
| Fixed-size byte array with hex string conversion. More... | |
| class | Char |
| Unicode-aware character class wrapping a single codepoint. More... | |
| class | RegEx |
| Regular expression wrapper around std::regex. More... | |
| class | String |
| Encoding-aware string class with copy-on-write semantics. More... | |
| class | StringData |
| Pure virtual interface for String storage backends. More... | |
| class | StringList |
| Manages a list of strings. More... | |
String handling, regular expressions, and character utilities.
Encoding-aware String class, StringList, RegEx, ANSI escape-code stream, single-character Char type, and raw ByteArray.