Regular expression: Difference between revisions
Jump to navigation
Jump to search
m (→方案2) |
m (→方案2) |
||
| Line 18: | Line 18: | ||
# click "Replace all" | # click "Replace all" | ||
== 方案2 == | == 方案2: Notepad++ == | ||
使用[http://notepad-plus-plus.org/ Notepad++]軟體 | 使用[http://notepad-plus-plus.org/ Notepad++]軟體 | ||
# 選單: 尋找 -> 取代 | # 選單: 尋找 -> 取代 | ||
| Line 25: | Line 25: | ||
## 取代成: , | ## 取代成: , | ||
# 勾選全部取代 | # 勾選全部取代 | ||
---- | |||
相關資料 | |||
* [http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Replacing_Newlines How To Replace Line Ends, thus changing the line layout] last visited: 2010-01-27 | |||
== 方案3 == | == 方案3 == | ||
Revision as of 11:20, 27 January 2011
將Email清單,轉成Email軟體可以使用的寄信名單 (取代換行符號)
原 [email protected] [email protected] [email protected] 改成 [email protected], [email protected], [email protected]
方案1
使用EmEditor軟體
- Menu: Search -> Replace
- click "Use Regular Expression"
- Find: \n
- Replace with: ,
- click "Replace all"
方案2: Notepad++
使用Notepad++軟體
- 選單: 尋找 -> 取代
- 搜尋模式: 勾選「增強模式」 (不是勾選「用類型表式」)
- 尋找目標: \r\n
- 取代成: ,
- 勾選全部取代
相關資料
- How To Replace Line Ends, thus changing the line layout last visited: 2010-01-27
方案3
使用Microsoft Word 2002軟體
- 選單: 編輯 -> 取代
- 勾選增強模式
- 尋找目標: ^p (段落標記)
- 取代為: ,
- 勾選全部取代