aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/global_objects/array/index/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/array/index/index.html')
-rw-r--r--files/ja/web/javascript/reference/global_objects/array/index/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/array/index/index.html b/files/ja/web/javascript/reference/global_objects/array/index/index.html
new file mode 100644
index 0000000000..1d2e7a4797
--- /dev/null
+++ b/files/ja/web/javascript/reference/global_objects/array/index/index.html
@@ -0,0 +1,22 @@
+---
+title: index
+slug: Web/JavaScript/Reference/Global_Objects/Array/index
+---
+<h2 id="Summary" name="Summary">概要</h2>
+<p>正規表現マッチにより作成された配列において、文字列中での一致部分の、0 から始まるインデックス。</p>
+<table class="standard-table">
+ <thead>
+ <tr>
+ <td class="header" colspan="2"><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a> のプロパティ</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td colspan="2"><b>静的</b></td>
+ </tr>
+ <tr>
+ <td>実装されたバージョン</td>
+ <td>JavaScript 1.2</td>
+ </tr>
+ </tbody>
+</table>