質問編集履歴

1

codeの変更

2018/01/15 07:24

投稿

a0841_1974
a0841_1974

スコア29

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
  【プログラム】
16
16
 
17
+ ```
18
+
17
19
  if (preg_match('/^[ -~。-゚]*$/', 'abcA')) {
18
20
 
19
21
  $data['result']='OK';
@@ -26,6 +28,8 @@
26
28
 
27
29
  }
28
30
 
31
+ ```
32
+
29
33
 
30
34
 
31
35
  以上です。