回答編集履歴
2
ほそく2
answer
CHANGED
@@ -5,4 +5,8 @@
|
|
5
5
|
|
6
6
|
(追記)
|
7
7
|
あ、参考になるサイトを忘れていました。
|
8
|
-
[http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html](http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html)
|
8
|
+
[http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html](http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html)
|
9
|
+
|
10
|
+
(追記2)
|
11
|
+
改行されていない場合は以下のようにしてください。
|
12
|
+
置換前:(hoge[^,]*),
|
1
補足
answer
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
件の文字が文中に入っているため、と解釈します。
|
2
2
|
置換前:(hoge.*),
|
3
3
|
置換後:$1
|
4
|
-
でどうです?やりたいこととあっているか自信ないですが…。
|
4
|
+
でどうです?やりたいこととあっているか自信ないですが…。
|
5
|
+
|
6
|
+
(追記)
|
7
|
+
あ、参考になるサイトを忘れていました。
|
8
|
+
[http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html](http://sakura-editor.sourceforge.net/htmlhelp/HLP000089.html)
|