Realtime String classes and functionalities. More...
Realtime String classes and functionalities.
Working with character strings is very common. String literal such as "This is a literal string" or C-style strings terminated with a null character, literally a '\0' character, are handled by the type PCChar8. See Literal and C-Like strings operations for more details. To be able to build dynamic message and use String in real-time context String classes brings the required deterministic functionalities.
Many functionalities work with both base types (BaseStaticString and PCChar8) such as Concatenation, Comparison, Conversion, Extraction, Alignment, Format & Trim and Encoding/Decoding.
Modules | |
| Literal and C-Like strings operations | |
| String classes | |
| Concatenation | |
| Comparison | |
| Conversion | |
| Extraction | |
| Alignment | |
| Format & Trim | |
| Encoding/Decoding | |
| Features | |
| Advanced Utilities | |
| Constants | |