Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找到包含 LF 符号的文本的特定部分,但我不能使用 \n 因为它仅在扩展搜索模式下可用(没有正则表达式)。正则表达式中是否有任何 LF 符号的实现或 Notepad++ 中的任何 hack?如果没有,你能推荐任何支持它的编辑器吗?非常感谢。
刚刚验证了 Windows 8.1 x32 上的 N++ 6.6.9 可以在正则表达式中使用 \n 就好了。– 内森·图吉
问题在于使用旧版本的编辑器(5.9)。在 6.6 中一切正常。感谢您的反馈 – Владислав Божко