Skip to content

Commit 76b5f4b

Browse files
committed
docs: "3.2 元字符优先级顺序" 下的表格格式
1 parent 6fb3e43 commit 76b5f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/java-regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ checkMatches("ap?", "apppppppppp");
665665
下表从最高到最低说明了各种正则表达式运算符的优先级顺序:
666666

667667
| 运算符 | 说明 |
668-
| ------------------------------------- | ------------ | ---- |
668+
| ------------------------------------- | ------------ |
669669
| `\` | 转义符 |
670670
| `()``(?:)``(?=)``[]` | 括号和中括号 |
671671
| `*``+``?``{n}``{n,}``{n,m}` | 限定符 |

0 commit comments

Comments
 (0)