質問編集履歴
1
誤字の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -72,7 +72,6 @@
|
|
72
72
|
forShow = replacer( forShow, "([^)]*(([^)]*([^)]*(.*?)[^(]*)[^(]*))[^(]*)", "mark2" ); // 第2括弧の中身をキャプチャ=黄緑
|
73
73
|
forShow = replacer( forShow, "([^)]*([^)]*(([^)]*(.*?)[^(]*))[^(]*)[^(]*)", "mark6" ); // 第3括弧の中身をキャプチャ=青
|
74
74
|
forShow = replacer( forShow, "([^)]*([^)]*([^)]*((.*?))[^(]*)[^(]*)[^(]*)", "mark3" ); // 第4括弧の中身をキャプチャ=ピンク
|
75
|
-
, "政令", "mark4" ); // 赤
|
76
75
|
|
77
76
|
document.getElementById("content").innerHTML = forShow;
|
78
77
|
}
|