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 @@ -
表达式匹配示例
TheThe fat cat sat on the mat.
/The/giThe fat cat sat on the mat.
+
表达式匹配示例
TheThe fat cat sat on the mat.
/The/giThe fat cat sat on the mat.

修饰语 i 用于忽略大小写,g 表示全局搜索。