diff --git a/docs/regex.html b/docs/regex.html index 39c7bf76..7d11aa47 100644 --- a/docs/regex.html +++ b/docs/regex.html @@ -1678,7 +1678,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
表示全局搜索。