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.
我遇到了这样一个问题,当我想用新行正则表达式替换数百万或更多匹配的单词时 \n (将内容分成数百万行)。替换任务看起来花了很长时间。看起来没有回应。
我正在使用最新版本。在窗口 10 中。
你能检查一下这是否可以解决?
\n是一个转义序列,也是一个正则表达式。在替换对话框中选择Escape Sequence而不是提高替换速度。Regular Expressions
\n
Escape Sequence
Regular Expressions