The text processing library includes components for dealing with text.
[edit] Localization libraryThe headers <locale> and <clocale> provide internationalization support for character classification and string collation, numeric, monetary, and date/time formatting and parsing, and message retrieval.
[edit] Regular expressions library (since C++11)The header <regex> provides a class that represents regular expressions, which are a kind of mini-language used to perform pattern matching within strings.
[edit] Formatting library (since C++20)The header <format> provides facilities for type-safe and extensible string formatting that is an alternative to the printf
family of functions, and intended to complement the existing C++ I/O streams library.
Null-terminated character sequences (NTCTS) are sequences of characters that are terminated by a null character (the value after value-initialization).
The strings library provides functions to create, inspect, and modify such sequences:
In addition to sophisticated locale-dependent parsers and formatters provided by the C++ I/O library, the C I/O library, C++ string converters, and C string converters, the header <charconv> provides light-weight, locale-independent, non-allocating, non-throwing parsers and formatters for arithmetic types.
[edit] Text encoding identifications (since C++26) [edit] See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4