Files
2025-10-25 03:02:53 +03:00

21 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[text.general]
# 28 Text processing library [[text]](./#text)
## 28.1 General [text.general]
This Clause describes components for dealing with text[.](#sentence-1)
These components are summarized in Table [89](#tab:text.summary "Table 89: Text library summary")[.](#sentence-2)
Table [89](#tab:text.summary) — Text library summary [[tab:text.summary]](./tab:text.summary)
| [🔗](#tab:text.summary-row-1) | **Subclause** | **Header** |
| --- | --- | --- |
| [🔗](#tab:text.summary-row-2)<br>[[charconv]](charconv "28.2Primitive numeric conversions") | Primitive numeric conversions | <charconv> |
| [🔗](#tab:text.summary-row-3)<br>[[localization]](localization "28.3Localization library") | Localization library | <locale>, <clocale> |
| [🔗](#tab:text.summary-row-4)<br>[[format]](format "28.5Formatting") | Formatting | <format> |
| [🔗](#tab:text.summary-row-5)<br>[[text.encoding]](text.encoding "28.4Text encodings identification") | Text encodings identification | <text_encoding> |
| [🔗](#tab:text.summary-row-6)<br>[[re]](re "28.6Regular expressions library") | Regular expressions library | <regex> |
| [🔗](#tab:text.summary-row-7)<br>[[text.c.strings]](text.c.strings "28.7Null-terminated sequence utilities") | Null-terminated sequence utilities | <cctype>, <cstdlib>, <cuchar>, <cwchar>, <cwctype> |