We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8532bf commit 250d538Copy full SHA for 250d538
README-cn.md
@@ -93,7 +93,7 @@
93
|[ ]|字符种类. 匹配方括号内的任意字符.|
94
|[^ ]|否定的字符种类. 匹配除了方括号里的任意字符|
95
|*|匹配>=0个重复的在*号之前的字符.|
96
-|+|匹配>1个重复的+号前的字符.
+|+|匹配>=1个重复的+号前的字符.
97
|?|标记?之前的字符为可选.|
98
|{n,m}|匹配num个中括号之前的字符 (n <= num <= m).|
99
|(xyz)|字符集, 匹配与 xyz 完全相等的字符串.|
0 commit comments