From 60c59ed99fd80122f0f11a00c9ca5ad1eed4800f Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 25 May 2021 10:23:12 +0900 Subject: orphaned から Array オブジェクトの input / index プロパティを削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 両プロパティは、正規表現の関数からの返値(配列)に固有のプロパティである。また、両文書が既に英語版から削除されているため、こちらからも削除した。 リダイレクト先を、本プロパティに言及している Array オブジェクト自体の記事に変更。 また、英語版章題マクロを削除。 --- .../global_objects/array/index/index.html | 23 ------------------- .../global_objects/array/input/index.html | 26 ---------------------- 2 files changed, 49 deletions(-) delete mode 100644 files/ja/orphaned/web/javascript/reference/global_objects/array/index/index.html delete mode 100644 files/ja/orphaned/web/javascript/reference/global_objects/array/input/index.html (limited to 'files/ja/orphaned/web') diff --git a/files/ja/orphaned/web/javascript/reference/global_objects/array/index/index.html b/files/ja/orphaned/web/javascript/reference/global_objects/array/index/index.html deleted file mode 100644 index c0ba60121b..0000000000 --- a/files/ja/orphaned/web/javascript/reference/global_objects/array/index/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: index -slug: orphaned/Web/JavaScript/Reference/Global_Objects/Array/index -original_slug: Web/JavaScript/Reference/Global_Objects/Array/index ---- -

概要

-

正規表現マッチにより作成された配列において、文字列中での一致部分の、0 から始まるインデックス。

- - - - - - - - - - - - - - - -
Array のプロパティ
静的
実装されたバージョンJavaScript 1.2
diff --git a/files/ja/orphaned/web/javascript/reference/global_objects/array/input/index.html b/files/ja/orphaned/web/javascript/reference/global_objects/array/input/index.html deleted file mode 100644 index 27cd45f0cc..0000000000 --- a/files/ja/orphaned/web/javascript/reference/global_objects/array/input/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: input -slug: orphaned/Web/JavaScript/Reference/Global_Objects/Array/input -original_slug: Web/JavaScript/Reference/Global_Objects/Array/input ---- -

-

{{ 英語版章題("Summary") }} -

-

概要

-

正規表現マッチにより作成された配列において、正規表現がマッチを行った元の文字列を反映します。 -

- - - - - - - - - - - -
Array のプロパティ
静的
実装されたバージョン:JavaScript 1.2, NES 3.0
-
-
-{{ languages( { "en": "en/Core_JavaScript_1.5_Reference/Global_Objects/Array/input", "fr": "fr/R\u00e9f\u00e9rence_de_JavaScript_1.5_Core/Objets_globaux/Array/input", "pl": "pl/Dokumentacja_j\u0119zyka_JavaScript_1.5/Obiekty/Array/input" } ) }} -- cgit v1.2.3-54-g00ecf