質問編集履歴

2

修正

2017/04/03 05:08

投稿

starrow1103
starrow1103

スコア137

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ```py3
38
38
 
39
- word = re.findall("[tooltip+hogehoge+[/tooltip]")
39
+ word = re.findall("[tooltip+hogehoge+[/tooltip]",text)
40
40
 
41
41
  ```
42
42
 

1

イメージの追加

2017/04/03 05:08

投稿

starrow1103
starrow1103

スコア137

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,16 @@
30
30
 
31
31
 
32
32
 
33
+ <イメージ>
34
+
35
+
36
+
37
+ ```py3
38
+
39
+ word = re.findall("[tooltip+hogehoge+[/tooltip]")
40
+
41
+ ```
42
+
33
43
 
34
44
 
35
45
  これができなくて禿げそうです。