From c356147d5f979f3751bbd71b898a83dd12e78289 Mon Sep 17 00:00:00 2001 From: XYZ Date: Thu, 2 Feb 2023 11:52:27 +0800 Subject: [PATCH] doc: Update regex.md (#278) --- docs/regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/regex.md b/docs/regex.md index c890789ecb2..4b6cb82b835 100644 --- a/docs/regex.md +++ b/docs/regex.md @@ -615,7 +615,7 @@ M(?(?=.*?\bher\b)s|r)\. 表达式 | 匹配示例 :- | - -`The` | The `fat` cat sat on the mat. +`The` | `The` fat cat sat on the mat. `/The/gi` | `The` fat cat sat on `the` mat.