tmp/tmp1crrbhvp/{from.md → to.md}
RENAMED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
**Table: `error_type` values in the C locale** <a id="tab:re:errortype">[tab:re:errortype]</a>
|
| 2 |
-
|
| 3 |
-
| Value | Error condition |
|
| 4 |
-
| -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
| 5 |
-
| `error_collate` | The expression contained an invalid collating element name. |
|
| 6 |
-
| % `error_ctype` | The expression contained an invalid character class name. |
|
| 7 |
-
| % `error_escape` | The expression contained an invalid escaped character, or a trailing escape. |
|
| 8 |
-
| % `error_backref` | The expression contained an invalid back reference. |
|
| 9 |
-
| % `error_brack` | The expression contained mismatched \verb|[| and \verb|]|. |
|
| 10 |
-
| % `error_paren` | The expression contained mismatched \verb|(| and \verb|)|. |
|
| 11 |
-
| % `error_brace` | The expression contained mismatched \verb|{| and \verb|}| |
|
| 12 |
-
| % `error_badbrace` | The expression contained an invalid range in a \verb|{}| expression. |
|
| 13 |
-
| % `error_range` | The expression contained an invalid character range, such as \verb|[b-a]| in most encodings. |
|
| 14 |
-
| % `error_space` | There was insufficient memory to convert the expression into a finite state machine. |
|
| 15 |
-
| % `error_badrepeat` | One of \verb|*?+{| was not preceded by a valid regular expression. |
|
| 16 |
-
| % `error_complexity` | The complexity of an attempted match against a regular expression exceeded a pre-set level. |
|
| 17 |
-
| % `error_stack` | There was insufficient memory to determine whether the regular expression could match the specified character sequence. |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|