From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- .../web/javascript/reference/global_objects/string/includes/index.html | 2 +- files/ru/web/javascript/reference/global_objects/string/index.html | 2 +- .../web/javascript/reference/global_objects/string/matchall/index.html | 2 +- .../web/javascript/reference/global_objects/string/padstart/index.html | 2 +- .../ru/web/javascript/reference/global_objects/string/repeat/index.html | 2 +- .../web/javascript/reference/global_objects/string/replace/index.html | 2 +- .../javascript/reference/global_objects/string/replaceall/index.html | 2 +- .../javascript/reference/global_objects/string/startswith/index.html | 2 +- .../ru/web/javascript/reference/global_objects/string/substr/index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/string') 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

Поддержка браузерами

-

{{Compat("javascript.builtins.String.includes")}}

+

{{Compat}}

String.prototype.contains

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) {

Совместимость с браузерами

-

{{Compat("javascript.builtins.String",2)}}

+

{{Compat}}

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}}

Браузерная совместимость

-

{{Compat("javascript.builtins.String.matchAll")}}

+

{{Compat}}

Смотрите также

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}}

Поддержка браузерами

-

{{Compat("javascript.builtins.String.padStart")}}

+

{{Compat}}

Смотрите также

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}}

Совместимость с браузерами

-

{{Compat("javascript.builtins.String.repeat")}}

+

{{Compat}}

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);

Совместимость с браузерами

-
{{Compat("javascript.builtins.String.replace")}}
+
{{Compat}}

Смотрите также

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

Browser compatibility

-

{{Compat("javascript.builtins.String.replaceAll")}}

+

{{Compat}}

See also

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

Совместимость с браузерами

-

{{Compat("javascript.builtins.String.startsWith")}}

+

{{Compat}}

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}}

Совместимость с браузерами

-

{{Compat("javascript.builtins.String.substr")}}

+

{{Compat}}

Смотрите также

-- cgit v1.2.3-54-g00ecf