diff options
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/regexp/tostring')
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/regexp/tostring/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/regexp/tostring/index.html b/files/ja/web/javascript/reference/global_objects/regexp/tostring/index.html index 9e1f96e13f..dbd8fceccd 100644 --- a/files/ja/web/javascript/reference/global_objects/regexp/tostring/index.html +++ b/files/ja/web/javascript/reference/global_objects/regexp/tostring/index.html @@ -71,8 +71,6 @@ new RegExp('\n').toString() === '/\\n/'; // true, starting with ES5 <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> <div> -<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> - <p>{{Compat("javascript.builtins.RegExp.toString")}}</p> </div> |