14,953
edits
(將每行文字的行頭加上逗號符號) |
|||
| Line 101: | Line 101: | ||
參考資料: [http://stackoverflow.com/questions/8413237/notepad-regex-search-replace-how-to-append-and-prepend-a-character-at-start-a Notepad++ RegEx Search/Replace: How to append and prepend a character at start and end of each file line? - Stack Overflow] | 參考資料: [http://stackoverflow.com/questions/8413237/notepad-regex-search-replace-how-to-append-and-prepend-a-character-at-start-a Notepad++ RegEx Search/Replace: How to append and prepend a character at start and end of each file line? - Stack Overflow] | ||
=== 知道前面跟後面的文字,但是中間文字忘記了 === | |||
使用notepad++軟體 | |||
# 選單: 尋找 -> 取代 | |||
# 搜尋模式: 勾選「用類型表示」 | |||
## 尋找目標: {{kbd | key=a(.*)le}} 就可以找到(1)apple (2)apps lesson ... 等a開頭、le結尾的文字,中間可夾雜空白。 {{exclaim}} 中文字串搜尋,建議將文件的編碼改成 UTF-8 編碼 | |||
== syntax == | == syntax == | ||