21 lines
1.4 KiB
Markdown
21 lines
1.4 KiB
Markdown
[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.2 Primitive numeric conversions") | Primitive numeric conversions | <charconv> |
|
||
| [ð](#tab:text.summary-row-3)<br>[[localization]](localization "28.3 Localization library") | Localization library | <locale>, <clocale> |
|
||
| [ð](#tab:text.summary-row-4)<br>[[format]](format "28.5 Formatting") | Formatting | <format> |
|
||
| [ð](#tab:text.summary-row-5)<br>[[text.encoding]](text.encoding "28.4 Text encodings identification") | Text encodings identification | <text_encoding> |
|
||
| [ð](#tab:text.summary-row-6)<br>[[re]](re "28.6 Regular expressions library") | Regular expressions library | <regex> |
|
||
| [ð](#tab:text.summary-row-7)<br>[[text.c.strings]](text.c.strings "28.7 Null-terminated sequence utilities") | Null-terminated sequence utilities | <cctype>, <cstdlib>, <cuchar>, <cwchar>, <cwctype> |
|