搜索资源列表
文件中字符串的查找与替换
- 用比较朴素的方法实现文件中字符串的查找与替换
文件中字符串的查找与替换2
- 用比较高级的算法实现文件中字符串的查找与替换
chrc
- 一个文件字符串替换的程序,可以替换文本字符串
formulaC++20080625
- 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace:字符串替换函数 printf:
tool2.0
- 查找.txt文件中的特殊字符串,然后替换,可多个文件一起替换。-ttt
ReplaceKing
- 可在用户指定的文件夹下,搜索带有某个字符串的文件名称,可指定文件后缀名,可选择区分大小写,可遍历子文件夹。对于搜索到的文件,可批量更改名称,将搜索到的字符串替换为用户指定的字符串,可选择替换,也可选择备份源文件。文件搜索和替换采用多线程实现。-Can be user-specified folder, the search string with a file name suffix can specify the file name, choose case-sensitive, can tr
批量查找替换文件及文件名称
- 批量查找替换文件夹中文本文件及文件名称,显示查找字符串的位置
22
- 用一个指定字符串替换一个文件中所有出现的要替换的字串,并把替换后的结果保存在新文件中-With a specified string to replace a file of all emerging to replace the string, and to replace the results stored in the new document
Searchfilethenplace
- 文件中查找某个字符串,然后批量替换,速度惊人.特别适合大文档的文本替换-Find a string document, and then batch replace, at an alarming rate. Especially suitable for large files to replace text
Replace
- 批量替换文件中的字符串。 有些文件中含有一些特殊字符需要替换,或替换回车符等,找不到合适的工具软件,所以就自己写了一个。现共享出来 代码里有使用说明,和使用例子,自己看。-Batch file string replacement. Some documents contain some special characters need to be replaced, or replace carriage return and so on, can not find the
qiantao
- 可以嵌套子目录的字符串替换,文件名替换,代码统计功能 -Nested subdirectories can replace the string, the file name to replace the symbol statistics
repstr
- 实现文件中字符串替换成你指定的目标串,也可以读取任意的文件。-The realization of the document into a string replacement string you specified objectives, it can read arbitrary files.
AbstractChinese
- 从VC源代码文件中搜索并提取中文字符串,将这些字符串定义为宏,并在源代码文件中用宏替换原字符串。这样可以在宏定义文件中修改字符串,编译生成不同的软件版本。-Abstract chinese characters from source c files.
ReplacePro
- VC++6.0工程,实现批量替换多个文本文件中的字符串。-Visual C++ 6.0 project to achieve batch replace string in multiple text files.
GetStrRes
- 此工具是在制作多语言版时开发的,它有以下特点: 1. 能够从指定目录下、指定文件类型下提取需要翻译的"字符串" 2. 可以将源代码中“被提取的字符串”替换成“某个格式的代码”; -This tool is in the production of the development of multi-language version, it has the following characteristics: 1. That from the specified directory,
ReadWrteSTL
- 读取TXT文件,并显示在EditBox中,修改内容保存,将指定字符串替换为指定字符串。-Read TXT files, and displays the EditBox, modify save the contents of the specified string will be replaced with the specified string.
StringReplace
- C#编写的文件字符串批量替换工具,可同时替换指定目录下所有相关文件的特定字符.-File C# prepared volume replacement tools, can also replace the particular characters of the specified directory of all relevant documents.
Unlinker
- 从一个in文件读取字符串,然后匹配字符串中的网址,并把网址用另一个字符串替换,然后这个字符串后跟着一个数字,这个数字表示该字符串中出现的第几个网址。-In file read a string, then the string matching the URL, and replace the URL with another string, and then after that string followed by a number, this number represents the
FaviTools
- 批量替换字符串,批量上传缩略图,根据后缀名过滤文件等(Batch replacement string, batch upload thumbnails, filter files based on the suffix name.)
替换文件中特定字符串
- 一种快捷的方法,找出并替换文件中的特定字符串并存到另一文件中