質問編集履歴

1

タイポ

2017/10/10 08:47

投稿

panasus
panasus

スコア12

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,9 @@
8
8
 
9
9
 
10
10
 
11
- preg_math($rexp, $text, $mch);
11
+ preg_match($rexp, $text, $mch);
12
+
13
+ echo $mch[0];
12
14
 
13
15
  ```
14
16