回答編集履歴
1
chousei
test
CHANGED
@@ -6,6 +6,6 @@
|
|
6
6
|
|
7
7
|
preg_match_all($pattern,$input,$output);
|
8
8
|
|
9
|
-
print_r($output);
|
9
|
+
print_r($output[0]);
|
10
10
|
|
11
11
|
```
|