質問編集履歴

2

一部訂正

2020/03/05 11:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -2,19 +2,19 @@
2
2
 
3
3
 
4
4
 
5
- a="あいうえお1質問カキクケコ2aiueoあイうエお"
5
+ a="あいうえお1質問カキクケコ2aiueoあイうエお";
6
6
 
7
7
 
8
8
 
9
9
  という変数があったとしましたら、
10
10
 
11
- ひらがな「あいうえお」は赤色のボーダーライン
11
+ ひらがな「あいうえお」は赤色のアンダーライン
12
12
 
13
- 漢字「質問」は緑色のボーダーライン
13
+ 漢字「質問」は緑色のアンダーライン
14
14
 
15
- カタカナ「カキクケコ」は青色のボーダーライン
15
+ カタカナ「カキクケコ」は青色のアンダーライン
16
16
 
17
- 英字「aiueo」は黄色のボーダーラインに置換したいのですが、
17
+ 英字「aiueo」は黄色のアンダーラインに置換したいのですが、
18
18
 
19
19
  正規表現で可能でしょうか?
20
20
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  変数aの例でいうと、
28
28
 
29
- <span style="text-decoration:underline;text-decoration-color:red;">あいうえお</a>1<span style="text-decoration:underline;text-decoration-color:green;">質問</a><span style="text-decoration:underline;text-decoration-color:blue;">カキクケコ</a>2<span style="text-decoration:underline;text-decoration-color:yellow;">aiueo</a>あイうエお
29
+ <span style="text-decoration:underline;text-decoration-color:red">あいうえお</a>1<span style="text-decoration:underline;text-decoration-color:green">質問</a><span style="text-decoration:underline;text-decoration-color:blue">カキクケコ</a>2<span style="text-decoration:underline;text-decoration-color:yellow">aiueo</a>あイうエお
30
30
 
31
31
 
32
32
 

1

一部訂正

2020/03/05 11:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  漢字「質問」は緑色のボーダーライン
14
14
 
15
- カタカナ「カキクケコ」は青色
15
+ カタカナ「カキクケコ」は青色のボーダーライン
16
16
 
17
17
  英字「aiueo」は黄色のボーダーラインに置換したいのですが、
18
18