文件中的查找和替换功能出现问题

发布于 2024-12-07 15:52:47 字数 242 浏览 0 评论 0 原文

我知道这不是一个编程问题?

但我需要与 php 代码编辑器中的查找和替换功能相关的另一个帮助。我正在使用 eclipse 和 Dreamweaver,并且有大约 650 个 php 文件,并且希望在不打开单个文件的情况下替换所有文件中的字符串。你们能帮我一下吗,eclipse或Dreamweaver中是否有可用的函数,以便我可以将所有文件中的字符串替换为指定的字符串?

还有子文件夹层次结构。

任何帮助或建议将不胜感激。

I know that it is not a programming question ?

But i need a another help relating to find and replace function in php code editor. I am using eclipse and Dreamweaver and i have about 650 php files and would like to replace a string in all files without opening individual files. Could you guys Please help me that, is available any function in eclipse or Dreamweaver so that i can replace the string with specified string to all files ?

There is also sub folders hierarchy.

Any help or suggestion will be highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

萧瑟寒风 2024-12-14 15:52:47

在 Eclipse 中,转到搜索菜单,选择文件...,在文件名模式中输入要搜索的字符串和*.php ,然后单击替换...按钮。

您还可以单击搜索按钮,然后在搜索视图中右键单击并选择替换全部...替换所选... >

In Eclipse, go to the Search menu, choose File..., enter the string to search and *.php in the file name pattern, then click the Replace... button.

You may also click the Search button, and then right-click in the Search view and choose Replace All... or Replace selected...

再见回来 2024-12-14 15:52:47

在 Dreamweaver 中,按 CTRL+F(或编辑 > 查找并替换)),然后从“查找位置:”下拉列表中选择所需内容菜单。您有:

  • 选定的文本
  • 当前文档
  • 打开文档
  • 文件夹...
  • 站点中的选定文件 em>
  • 整个当前本地站点

对于 eclipse,请检查以下内容:搜索项目中包含文本 ' 的所有文件Eclipse 中的查询字符串

In Dreamweaver, CTRL+F (or Edit > Find (and replace)) then choose whatever you want from "Find in:" dropdown menu. You have:

  • Selected Text
  • Current Document
  • Open Documents
  • Folder...
  • Selected Files in Site
  • Entire Current Local Site

For eclipse, check this: Search for all files in project containing the text 'querystring' in Eclipse

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文