像下面的imgs一样,我想在我的markdown文件中找到并替换一些东西。当我在文件面板中,它可以找到,但如果我试图在项目文件夹中查找,它失败了。我搜索了Atom帮助,但没有找到任何有用的东西。
在文件中查找:
https://github.com/jetorz/DongTalks.com/blob/master/fine-in-file.png
在项目中查找:
https://github.com/jetorz/DongTalks.com/blob/master/find-in-project.png
如何在项目中找到这些项,以便批量替换它们?有上百个文件,一个一个地做太麻烦了。
发布于 2017-05-09 20:57:13
好像回车不见了。
尝试使用:
category: "Card"\r\n
或者在极端情况下:
category: "Card"\s
请参阅regular-expressions.info/nonprint.html
https://stackoverflow.com/questions/43870364
复制相似问题