tmp/tmpm9_24zhv/{from.md → to.md}
RENAMED
|
@@ -2,17 +2,17 @@
|
|
| 2 |
|
| 3 |
This Clause describes components that C++programs may use to perform
|
| 4 |
operations involving regular expression matching and searching.
|
| 5 |
|
| 6 |
The following subclauses describe a basic regular expression class
|
| 7 |
-
template and its traits that can handle char-like
|
| 8 |
-
two specializations of this class template that
|
| 9 |
-
`char` and `wchar_t`, a class template that holds
|
| 10 |
-
regular expression match, a series of algorithms that
|
| 11 |
-
sequence to be operated upon by a regular expression,
|
| 12 |
-
types for enumerating regular expression matches, as
|
| 13 |
-
[[tab:re.lib.summary]].
|
| 14 |
|
| 15 |
**Table: Regular expressions library summary** <a id="tab:re.lib.summary">[tab:re.lib.summary]</a>
|
| 16 |
|
| 17 |
| Subclause | | Header |
|
| 18 |
| --------------- | --------------------------- | --------- |
|
|
|
|
| 2 |
|
| 3 |
This Clause describes components that C++programs may use to perform
|
| 4 |
operations involving regular expression matching and searching.
|
| 5 |
|
| 6 |
The following subclauses describe a basic regular expression class
|
| 7 |
+
template and its traits that can handle char-like ([[strings.general]])
|
| 8 |
+
template arguments, two specializations of this class template that
|
| 9 |
+
handle sequences of `char` and `wchar_t`, a class template that holds
|
| 10 |
+
the result of a regular expression match, a series of algorithms that
|
| 11 |
+
allow a character sequence to be operated upon by a regular expression,
|
| 12 |
+
and two iterator types for enumerating regular expression matches, as
|
| 13 |
+
described in Table [[tab:re.lib.summary]].
|
| 14 |
|
| 15 |
**Table: Regular expressions library summary** <a id="tab:re.lib.summary">[tab:re.lib.summary]</a>
|
| 16 |
|
| 17 |
| Subclause | | Header |
|
| 18 |
| --------------- | --------------------------- | --------- |
|