diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/regexp/test/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
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> |