diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:17:15 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d4625fc3adef7da9a077b195800094d03488c50c (patch) | |
tree | 902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/javascript/reference/global_objects/regexp | |
parent | d935156b29ff23a8cfbacba5baf389d617572cf4 (diff) | |
download | translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2 translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip |
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp')
3 files changed, 0 insertions, 6 deletions
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" ] <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("javascript.builtins.RegExp.@@matchAll")}}</p> <h2 id="相关链接">相关链接</h2> 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 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("javascript.builtins.RegExp.dotAll")}}</p> <h2 id="相关链接">相关链接</h2> 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 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">这个页面的兼容性表格是由结构数据生成。如果你想对数据作出贡献,详情请前往 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并给我们一个PR。</div> - <p>{{Compat("javascript.builtins.RegExp.test")}}</p> <h2 id="Firefox特殊注意">Firefox特殊注意</h2> |