Regular expression: Difference between revisions

Jump to navigation Jump to search
m
add Notepad++
mNo edit summary
m (add Notepad++)
Line 1: Line 1:
將Email清單,轉成Email軟體可以使用的寄信名單
將Email清單,轉成Email軟體可以使用的寄信名單 (取代換行符號)
<pre>
<pre>
原  
原  
Line 10: Line 10:
</pre>
</pre>


 
== 方案1 ==
使用[http://www.emeditor.com/ EmEditor]軟體
使用[http://www.emeditor.com/ EmEditor]軟體
# Menu: Search -> Replace
# Menu: Search -> Replace
Line 17: Line 17:
## Replace with: ,
## Replace with: ,
# click "Replace all"
# click "Replace all"
== 方案2 ==
使用[http://notepad-plus-plus.org/ Notepad++]軟體
# 選單: 尋找 -> 取代
# 勾選增強模式
## 尋找目標: \r\n
## 取代成: ,
# 勾選全部取代




[[Category:RegExp]] [[Category:Software]]
[[Category:RegExp]] [[Category:Software]]

Navigation menu