質問編集履歴

2

タグに正規表現を追加

2016/02/21 01:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

例の”01”がTrueになっていたのをFalseに修正

2016/02/21 01:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  0 -> True
28
28
 
29
- 01 -> True
29
+ 99 -> True
30
30
 
31
31
  * -> True
32
32
 
@@ -46,7 +46,7 @@
46
46
 
47
47
  1A -> False
48
48
 
49
-
49
+ 01 -> False
50
50
 
51
51
  ###発生している問題・エラーメッセージ
52
52