From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- .../javascript/reference/global_objects/regexp/@@matchall/index.html | 2 -- .../web/javascript/reference/global_objects/regexp/dotall/index.html | 2 -- .../web/javascript/reference/global_objects/regexp/test/index.html | 2 -- 3 files changed, 6 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp') diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@matchall/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@matchall/index.html index 3cc1465704..d5aeafd16a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/@@matchall/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/@@matchall/index.html @@ -77,8 +77,6 @@ console.log(result[1]); // [ "2019-03-07", "2019", "03", "07" ]

浏览器兼容性

- -

{{Compat("javascript.builtins.RegExp.@@matchAll")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/dotall/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/dotall/index.html index 8608cfd1c2..1dc070139f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/dotall/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/dotall/index.html @@ -30,8 +30,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/dotAll

浏览器兼容性

- -

{{Compat("javascript.builtins.RegExp.dotAll")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html index d742f6c172..24ddd6daa0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html @@ -112,8 +112,6 @@ regex.test('foo'); // false

浏览器兼容性

- -

{{Compat("javascript.builtins.RegExp.test")}}

Firefox特殊注意

-- cgit v1.2.3-54-g00ecf