【发布时间】:2010-12-09 13:18:17
【问题描述】:
假设你有这个文件:
x
a
b
c
x
x
a
b
c
x
x
你想用 Notepad++ 找到 sequence abc(并选择整 3 行)。请问如何用正则表达式表示换行符?
【问题讨论】:
-
确保打开
matches newline选项,正如this thread中提到的那样 -
@aljipa 如果在特定位置需要换行符,则不需要该选项。
标签: find notepad++ multilinestring