質問編集履歴

2

下部html変更

2021/11/23 04:36

投稿

tanu3
tanu3

スコア5

test CHANGED
File without changes
test CHANGED
@@ -18,14 +18,18 @@
18
18
 
19
19
 
20
20
 
21
+ ```html
22
+
21
23
  検索側 :
22
24
 
23
25
  <h2 style="margin-top:20px;margin-bottom:10px;">漢字</h2>
24
26
 
25
- <h3>(.*) <a href="https://abc.jp/click3.cgi?cnt=(.*)"></a></h3>
27
+ <h3>(.*) <a href="https://abc.jp/click3.cgi?cnt=(.*)"><img src="../../img/a.gif" width="20" height="16" border="0"></a></h3>
26
28
 
27
29
  置換側 :
28
30
 
29
31
  <h2 style="margin-top:20px;margin-bottom:10px;">漢字</h2>
30
32
 
31
- <h3>(.*) <a href="https://def.jp/click3.cgi?cnt=(.*)_s"></a></h3>
33
+ <h3>$1 <a href="https://def.jp/click3.cgi?cnt=$2_s"><img src="../../img/a.gif" width="20" height="16" border="0"></a></h3>
34
+
35
+ ```

1

dreamweaver のスペルミス訂正

2021/11/23 04:36

投稿

tanu3
tanu3

スコア5

test CHANGED
@@ -1 +1 @@
1
- 正規表現の書き方(dreamwaeaver cs6)
1
+ 正規表現の書き方(dreamweaver cs6)
test CHANGED
@@ -1,6 +1,6 @@
1
- dreamwaeaver cs6 で以下のコード内のURLを書き換え、かつ、二つ目の(.*)に_sを書き加えたく、以下のようにしていますが、
1
+ dreamweaver cs6 で以下のコード内のURLを書き換え、かつ、二つ目の(.*)に_sを書き加えたく、以下のようにしていますが、
2
2
 
3
- dreamwaeaverが動作しません。
3
+ dreamweaverが動作しません。
4
4
 
5
5
 
6
6