Regular replace blank lines: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
m (→狀況2) |
mNo edit summary |
||
| Line 6: | Line 6: | ||
# 空白行: 該行行內可能包含一個或多個空白字元、或者行內不包含任何字元 | # 空白行: 該行行內可能包含一個或多個空白字元、或者行內不包含任何字元 | ||
== | == 資料狀況1 == | ||
資料狀況 | 資料狀況 | ||
<pre> | <pre> | ||
| Line 27: | Line 27: | ||
* Notepad++ 軟體選單: 編輯 -> 行列 -> 移除空行(含空白字元)<ref>[http://stackoverflow.com/questions/3866034/removing-empty-lines-in-notepad regex - Removing empty lines in Notepad++ - Stack Overflow]</ref> | * Notepad++ 軟體選單: 編輯 -> 行列 -> 移除空行(含空白字元)<ref>[http://stackoverflow.com/questions/3866034/removing-empty-lines-in-notepad regex - Removing empty lines in Notepad++ - Stack Overflow]</ref> | ||
== | == 資料狀況2 == | ||
<pre> | <pre> | ||
" abc " // 不是空白行 | " abc " // 不是空白行 | ||