KFileReplace/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with "* 可以设定文本编码")
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
|}
|}


'''KFileReplace''' 搜索替换文件中的字符串。这些字符串可以是文字,或是 Qt 中用的那类正则表达式。还有些其他选项调整搜索。
'''KFileReplace''' 搜索替换多个文件中的字符串。这些字符串可以是文字,或是 Qt 中用的那类正则表达式。还有些其他选项调整搜索。


== 特性==
== 特性==
Line 17: Line 17:
* 可以设定文本编码
* 可以设定文本编码


* Ability to save and load string lists
* 能保存、载入字符串列表


* Search and replace with regular expressions and embeddable commands (you can even use the '''bc''' calculator inside the expression)
* 可以使用正则表达式和嵌入的命令进行搜索和替换(你甚至可以在表达式中用 '''bc''' 计算器语言)


* Full statistics of the replace session
* 替换操作的统计信息


* Ability to create backup copies
* 创建备份副本


* Ability to create search and replace report file
* 创建搜索和替换的报告文件


The Handbook is available from [http://docs.kde.org/stable/en/kdewebdev/kfilereplace/index.html here].
手册在  [http://docs.kde.org/stable/en/kdewebdev/kfilereplace/index.html ]


[[Category:Utilities]]
[[Category:工具/zh-cn]]
[[Category:Development]]
[[Category:开发/zh-cn]]

Latest revision as of 14:14, 27 September 2011

Other languages:
KFileReplace 用于搜索替换字符串

KFileReplace 搜索替换多个文件中的字符串。这些字符串可以是文字,或是 Qt 中用的那类正则表达式。还有些其他选项调整搜索。

特性

  • 递归批量对多种类型的文件进行搜索和替换
  • 搜索和替换所针对的文件可以根据大小、日期、或所有者筛选
  • 区分大小写
  • 可以设定文本编码
  • 能保存、载入字符串列表
  • 可以使用正则表达式和嵌入的命令进行搜索和替换(你甚至可以在表达式中用 bc 计算器语言)
  • 替换操作的统计信息
  • 创建备份副本
  • 创建搜索和替换的报告文件

手册在