mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
book: fix the incorrect character in regex (#107)
This commit is contained in:
@@ -42,7 +42,7 @@ order: 6
|
||||
| `\`| 将下一个字符标记为或特殊字符、或原义字符、或向后引用、或八进制转义符。例如, `n` 匹配字符 `n`。`\n` 匹配换行符。序列 `\\` 匹配 `'\'` 字符,而 `\(` 则匹配 `'('` 字符。|
|
||||
|`^`| 匹配输入字符串的开始位置,除非在方括号表达式中使用,此时它表示不接受该字符集合。|
|
||||
|`{`| 标记限定符表达式的开始。|
|
||||
|`\`| 指明两项之间的一个选择。|
|
||||
|`\|`| 指明两项之间的一个选择。|
|
||||
|
||||
### 限定符
|
||||
|
||||
|
||||
Reference in New Issue
Block a user