From 5431da290033f5b0e450440496abef47cae66180 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Fri, 11 Nov 2022 17:23:34 +0000 Subject: [PATCH] doc: fix error in regex.md 739697937d91d87dea7e92917589beb018fd49c1 --- docs/regex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 表示全局搜索。