diff --git a/docs/regex.html b/docs/regex.html index 12fb0a93..65078706 100644 --- a/docs/regex.html +++ b/docs/regex.html @@ -1687,7 +1687,7 @@ -
表达式 | 匹配示例 |
---|---|
The | The fat cat sat on the mat. |
/The/gi | The fat cat sat on the mat . |
表达式 | 匹配示例 |
---|---|
The | The fat cat sat on the mat. |
/The/gi | The fat cat sat on the mat. |
修饰语 i
用于忽略大小写,g
表示全局搜索。