Fix incorrect escape characters in doc [skip ci]
This commit is contained in:
parent
a79d6895ed
commit
84a26e5d18
@ -200,7 +200,7 @@ RapidJSON implemented a simple DFA regular expression engine, which is used by d
|
|||||||
|`[^abc]` | Negated character classes
|
|`[^abc]` | Negated character classes
|
||||||
|`[^a-c]` | Negated character class range
|
|`[^a-c]` | Negated character class range
|
||||||
|`[\b]` | Backspace (U+0008)
|
|`[\b]` | Backspace (U+0008)
|
||||||
|``\|`, `\\`, ... | Escape characters
|
|`\|`, `\\`, ... | Escape characters
|
||||||
|`\f` | Form feed (U+000C)
|
|`\f` | Form feed (U+000C)
|
||||||
|`\n` | Line feed (U+000A)
|
|`\n` | Line feed (U+000A)
|
||||||
|`\r` | Carriage return (U+000D)
|
|`\r` | Carriage return (U+000D)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user