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.
我正在寻找替换下面的表达式:
}} & & & & \\ & & & & \\
在具有查找和替换功能的 tex 文件中(在 Texmaker 中)。由于换行,我使用了正则表达式。我输入:
\}\} &\s &\s &\s &\s \\\\ \n \s & \s& \s& \s& \s\\\\
但是表达式的第二部分不起作用:-(我认为问题在于换行符。
我错过了什么 ?
谢谢你的帮助 !!