aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/javascript/reference/global_objects/string
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/javascript/reference/global_objects/string')
-rw-r--r--files/de/web/javascript/reference/global_objects/string/includes/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/length/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/repeat/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/search/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/tolowercase/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/trim/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/trimend/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/string/trimstart/index.html2
8 files changed, 0 insertions, 16 deletions
diff --git a/files/de/web/javascript/reference/global_objects/string/includes/index.html b/files/de/web/javascript/reference/global_objects/string/includes/index.html
index ee3aa6564c..31e225c616 100644
--- a/files/de/web/javascript/reference/global_objects/string/includes/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/includes/index.html
@@ -100,8 +100,6 @@ console.log(str.includes('SEIN')); // false
<h2 id="Browser-Kompatibilität">Browser-Kompatibilität</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.includes")}}</p>
<h2 id="String.prototype.contains">String.prototype.contains</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/length/index.html b/files/de/web/javascript/reference/global_objects/string/length/index.html
index 555d22094a..b5056d4d46 100644
--- a/files/de/web/javascript/reference/global_objects/string/length/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/length/index.html
@@ -76,8 +76,6 @@ console.log('Der leere String hat eine Länge von ' + leerstr.length + 'Zeichen'
<h2 id="Browserkompatibilität">Browserkompatibilität</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.length")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/repeat/index.html b/files/de/web/javascript/reference/global_objects/string/repeat/index.html
index 6008654521..cfcf189840 100644
--- a/files/de/web/javascript/reference/global_objects/string/repeat/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/repeat/index.html
@@ -281,6 +281,4 @@ console.log(
<h2 id="Browserkompatibilität">Browserkompatibilität</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.repeat")}}</p>
diff --git a/files/de/web/javascript/reference/global_objects/string/search/index.html b/files/de/web/javascript/reference/global_objects/string/search/index.html
index c1d0af6731..985108d255 100644
--- a/files/de/web/javascript/reference/global_objects/string/search/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/search/index.html
@@ -84,8 +84,6 @@ console.log(str.search(re2)); // gibt -1 zurück kann "." nicht finden</pre>
<h2 id="Browser_Kompatibilität">Browser Kompatibilität</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.search")}}</p>
<h2 id="Gecko-spezifische_Hinweise">Gecko-spezifische Hinweise</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/de/web/javascript/reference/global_objects/string/tolowercase/index.html
index f3eb4d9f68..345553a983 100644
--- a/files/de/web/javascript/reference/global_objects/string/tolowercase/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/tolowercase/index.html
@@ -66,8 +66,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase
<h2 id="Browserkompatibilität">Browserkompatibilität</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="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/trim/index.html b/files/de/web/javascript/reference/global_objects/string/trim/index.html
index 59ada93228..9f150c06b5 100644
--- a/files/de/web/javascript/reference/global_objects/string/trim/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/trim/index.html
@@ -81,8 +81,6 @@ console.log(orig.trim()); // 'foo'
<h2 id="Browserkompatibilität">Browserkompatibilität</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.trim")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/trimend/index.html b/files/de/web/javascript/reference/global_objects/string/trimend/index.html
index 161137e75e..57401367f9 100644
--- a/files/de/web/javascript/reference/global_objects/string/trimend/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/trimend/index.html
@@ -47,8 +47,6 @@ console.log(str); // ' foo'
<h2 id="Browserkompatibilität">Browserkompatibilität</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.trimRight")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/string/trimstart/index.html b/files/de/web/javascript/reference/global_objects/string/trimstart/index.html
index 00d06919eb..b409f70f8d 100644
--- a/files/de/web/javascript/reference/global_objects/string/trimstart/index.html
+++ b/files/de/web/javascript/reference/global_objects/string/trimstart/index.html
@@ -47,8 +47,6 @@ console.log(str); // 'foo '
<h2 id="Browserkompatibilität">Browserkompatibilität</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.trimLeft")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>