From 8ccfa93045a6c119303566370999f59a0aae3b25 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:13:18 +0800 Subject: adjust dl/dt/dd tags for zh-CN --- files/zh-cn/web/javascript/reference/global_objects/regexp/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/index.html') diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html index 25f587ed4c..c697ad26c4 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html @@ -78,8 +78,6 @@ var re = /\w+/;
. 是否要匹配新行(newlines)。
{{JSxRef("RegExp.prototype.global")}}
针对字符串中所有可能的匹配项测试正则表达式,还是仅针对第一个匹配项。
-
-
{{JSxRef("RegExp.prototype.ignoreCase")}}
匹配文本的时候是否忽略大小写。
{{JSxRef("RegExp.prototype.multiline")}}
-- cgit v1.2.3-54-g00ecf