tmp/tmp6ae5rl0n/{from.md → to.md}
RENAMED
|
@@ -1,40 +0,0 @@
|
|
| 1 |
-
## Definitions <a id="re.def">[[re.def]]</a>
|
| 2 |
-
|
| 3 |
-
The following definitions shall apply to this Clause:
|
| 4 |
-
|
| 5 |
-
#### 1 collating element <a id="defns.regex.collating.element">[[defns.regex.collating.element]]</a>
|
| 6 |
-
|
| 7 |
-
a sequence of one or more characters within the current locale that
|
| 8 |
-
collate as if they were a single character.
|
| 9 |
-
|
| 10 |
-
#### 2 finite state machine <a id="defns.regex.finite.state.machine">[[defns.regex.finite.state.machine]]</a>
|
| 11 |
-
|
| 12 |
-
an unspecified data structure that is used to represent a regular
|
| 13 |
-
expression, and which permits efficient matches against the regular
|
| 14 |
-
expression to be obtained.
|
| 15 |
-
|
| 16 |
-
#### 3 format specifier <a id="defns.regex.format.specifier">[[defns.regex.format.specifier]]</a>
|
| 17 |
-
|
| 18 |
-
a sequence of one or more characters that is to be replaced with some
|
| 19 |
-
part of a regular expression match.
|
| 20 |
-
|
| 21 |
-
#### 4 matched <a id="defns.regex.matched">[[defns.regex.matched]]</a>
|
| 22 |
-
|
| 23 |
-
a sequence of zero or more characters is matched by a regular expression
|
| 24 |
-
when the characters in the sequence correspond to a sequence of
|
| 25 |
-
characters defined by the pattern.
|
| 26 |
-
|
| 27 |
-
#### 5 primary equivalence class <a id="defns.regex.primary.equivalence.class">[[defns.regex.primary.equivalence.class]]</a>
|
| 28 |
-
|
| 29 |
-
a set of one or more characters which share the same primary sort key:
|
| 30 |
-
that is the sort key weighting that depends only upon character shape,
|
| 31 |
-
and not accents, case, or locale specific tailorings.
|
| 32 |
-
|
| 33 |
-
#### 6 regular expression <a id="defns.regex.regular.expression">[[defns.regex.regular.expression]]</a>
|
| 34 |
-
|
| 35 |
-
a pattern that selects specific strings from a set of character strings.
|
| 36 |
-
|
| 37 |
-
#### 7 sub-expression <a id="defns.regex.subexpression">[[defns.regex.subexpression]]</a>
|
| 38 |
-
|
| 39 |
-
a subset of a regular expression that has been marked by parenthesis.
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|