質問編集履歴
2
タグに正規表現を追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
例の”01”がTrueになっていたのをFalseに修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
例:
|
14
14
|
0 -> True
|
15
|
-
|
15
|
+
99 -> True
|
16
16
|
* -> True
|
17
17
|
*1 -> False
|
18
18
|
1* -> False
|
@@ -22,7 +22,7 @@
|
|
22
22
|
111 -> False
|
23
23
|
A1 -> False
|
24
24
|
1A -> False
|
25
|
-
|
25
|
+
01 -> False
|
26
26
|
###発生している問題・エラーメッセージ
|
27
27
|
|
28
28
|
期待した結果が得られない。
|