diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/string')
9 files changed, 9 insertions, 9 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/string/includes/index.html b/files/ru/web/javascript/reference/global_objects/string/includes/index.html index 79181a506a..2eba9003b9 100644 --- a/files/ru/web/javascript/reference/global_objects/string/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/includes/index.html @@ -81,7 +81,7 @@ console.log(str.includes('БЫТЬ')); // false <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.String.includes")}}</p> +<p>{{Compat}}</p> <h2 id="String.prototype.contains">String.prototype.contains</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/index.html b/files/ru/web/javascript/reference/global_objects/string/index.html index 1a447b8835..6a9003981d 100644 --- a/files/ru/web/javascript/reference/global_objects/string/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/index.html @@ -261,7 +261,7 @@ for (var i = 0, n = inputValues.length; i < n; ++i) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String",2)}}</p> +<p>{{Compat}}</p> <div></div> diff --git a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html index f314d2f18c..f3ede960b2 100644 --- a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html @@ -95,7 +95,7 @@ array[1]; {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("javascript.builtins.String.matchAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html index 302f3f8d60..23841366f5 100644 --- a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html @@ -67,7 +67,7 @@ if (!String.prototype.padStart) { {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.String.padStart")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html index 2d5a1bef4d..c2d2027495 100644 --- a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html @@ -100,4 +100,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.repeat")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/string/replace/index.html b/files/ru/web/javascript/reference/global_objects/string/replace/index.html index 45df3c1cbf..fb0e600fb5 100644 --- a/files/ru/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/replace/index.html @@ -255,7 +255,7 @@ console.log(retArr); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.String.replace")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html index 3c4ce6551f..ebe7bc6001 100644 --- a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html @@ -152,7 +152,7 @@ TypeError: replaceAll must be called with a global RegExp </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("javascript.builtins.String.replaceAll")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html index 9601687858..6a91def19e 100644 --- a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html @@ -63,7 +63,7 @@ console.log(str.startsWith('не быть', 9)); // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.startsWith")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/string/substr/index.html b/files/ru/web/javascript/reference/global_objects/string/substr/index.html index f675205887..1d0fd8af0f 100644 --- a/files/ru/web/javascript/reference/global_objects/string/substr/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/substr/index.html @@ -93,7 +93,7 @@ if ('ab'.substr(-1) != 'b') { {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.substr")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> |