15,021
edits
m (→取代非英文的文字) |
|||
| Line 80: | Line 80: | ||
=== 取代非英文的文字 === | === 取代非英文的文字 === | ||
適用: Google Drive 的 RegExReplace | 適用: Google Drive 的 RegExReplace 函數、Notepad++的搜尋 | ||
<pre> | <pre> | ||
[^\x00-\x80]+ | [^\x00-\x80]+ | ||
| Line 91: | Line 91: | ||
參考資料: [http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters javascript - Regular expression to match non-english characters? - Stack Overflow] | 參考資料: [http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters javascript - Regular expression to match non-english characters? - Stack Overflow] | ||
=== 將每行文字的行頭加上逗號符號 === | === 將每行文字的行頭加上逗號符號 === | ||