diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:13:25 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d935156b29ff23a8cfbacba5baf389d617572cf4 (patch) | |
tree | 12cedf3b0c49ee29c02ddab7c8332e68eb012362 /files/zh-tw/web/javascript/reference/global_objects/string | |
parent | 52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b (diff) | |
download | translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.gz translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.bz2 translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.zip |
remove bcd paragraph for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/string')
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> |