aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/string
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/string')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/match/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html2
4 files changed, 0 insertions, 8 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/index.html
index ad4474693a..8ab9244b71 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/string/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/string/index.html
@@ -315,8 +315,6 @@ for (let i = 0, n = inputValues.length; i < n; ++i) {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("javascript.builtins.String.String")}}</p>
<h2 id="參見">參見</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html
index 664b28462f..b966395152 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html
@@ -128,8 +128,6 @@ str3.match(null);   // returns ["null"]</pre>
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("javascript.builtins.String.match")}}</p>
<h2 id="Firefox-specific_notes">Firefox-specific notes</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html
index 1c42d9925f..1cc9b1abac 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html
@@ -264,8 +264,6 @@ console.log(retArr);
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">本相容性表格使用結構化資料自動產生。想要貢獻的話,請看看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 並發個 PR。</p>
-
<p>{{Compat("javascript.builtins.String.replace")}}</p>
<h2 id="Firefox-specific_notes">Firefox-specific notes</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html
index 35b9dc71bc..62e6f319e6 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html
@@ -64,8 +64,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase
<h2 id="浏览器相容性">浏览器相容性</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("javascript.builtins.String.toLowerCase")}}</p>
<h2 id="参考">参考</h2>