Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
| Line 491: |
Line 491: |
|
| |
|
| === 將每行文字的行頭加上逗號符號 === | | === 將每行文字的行頭加上逗號符號 === |
| 使用notepad++軟體
| | [[Adding characters to document lines]] |
| # 選單: 尋找 -> 取代
| |
| # 搜尋模式: 勾選「用類型表示」
| |
| ## 尋找目標: {{kbd | key=(.*)}} 或者是 {{kbd | key=^(.*)$}}
| |
| ## 取代成: {{kbd | key=,\1}} 或者是 {{kbd | key=,$1}}。
| |
| | |
| 參考資料: [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]
| |
|
| |
|
| === 知道前面跟後面的文字,但是中間文字忘記了 === | | === 知道前面跟後面的文字,但是中間文字忘記了 === |