doc: 阅读三色标记相关文档
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
- [正则表达式](#正则表达式)
|
||||
- [语法](#语法)
|
||||
- [No Capturing Group `(?:regex)`](#no-capturing-group-regex)
|
||||
- [Named Caputure Group `(?<name>regex)`](#named-caputure-group-nameregex)
|
||||
- [Atomic Grouping `(?>regex)`](#atomic-grouping-regex)
|
||||
- [Negative Lookahead `(?!regex)`](#negative-lookahead-regex)
|
||||
- [Positive Lookahead `(?=regex)`](#positive-lookahead-regex)
|
||||
- [Negative Lookbehind `(?<!regex)`](#negative-lookbehind-regex)
|
||||
- [Positive Lookbehind \`(?\<=regex)](#positive-lookbehind-regex)
|
||||
- [不包含某表达式的语法](#不包含某表达式的语法)
|
||||
|
||||
# 正则表达式
|
||||
## 语法
|
||||
### No Capturing Group `(?:regex)`
|
||||
|
||||
Reference in New Issue
Block a user