搜索资源列表
find-replace-string(VB)
- 在VB中查找和替换字符串的例子程序,哈-in VB search and replace strings of examples of procedures, Kazakhstan
operate-character-string
- 1、 实现串赋值、串比较、求串长、串联接以及求子串这5种基本操作。 2、 能利用上述实现的基本操作完成置换Replace (&S, T, V)以及从串中删除一段子串StrDelete(&S,pos,len)的操作。
STRING
- 用空格符实现对字符串中某一个字符的替换,程序经过调试-By a space at the realization of a string of characters to replace, the program after debugging
string
- 实现顺序串各种基本算运算,建立串,输出串,输出它的长度,插入,删除,替换,提取,把两个串连接成一个串-String order to achieve a variety of basic counting operations, the establishment of string, the output string, the output of its length, insert, delete, replace, extract, the two strings into a stri
Replace
- 用于文本文件的字符替换,虽然很简单,但是适合VC对话框初级者学习-Text file used to replace the characters, although very simple, but suitable for beginners learning VC dialog
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
string
- 常用的字符串类别和函数。包括:split、replace、search三个强大功能的类别,以及trim、bin2hex等常用功能函数。-Commonly used string type and function. Including: split, replace, search the three power categories, as well as trim, bin2hex function, such as commonly used.
replace
- 替换脚本,Replace_$.cfg为配置文件,在其中设置好源字符串和目标字符串。replace.bat为 perl脚本-Replacement of the scr ipt, Replace_ $. Cfg for the configuration file, set up in which the source string and destination string. replace.bat for the perl scr ipt
resetchr
- 危险字符串替换函数 防止ASP程序被SQL注入-String replace function to prevent the risk of ASP programs are SQL Injection
string
- 对一个字符串进行插入,删除,替换的操作并打印。-On a string to insert, remove, replace, and print operations.
replace-unicode-string
- replace-unicode-string: a small tool used to replace unicodes strings in unicode file ( when we use sed -i on windows, it would not work for string replacement on unicode file, so I wrote these tool). It leverages the ezutf unicode file reader librar
replace_string
- 利用IDL编写的删除字符串的某些字符或把字串替代为其他的字符-Prepared using IDL to delete string string replace certain characters or to characters in other
StrRepl
- Delphi unit with fast string-replace routine.
replace
- 以前总用VB和C#发现VC很不方便。替换个字符串都老麻烦。 于是上网找资料。找到不完整代码。于是完善它。发出来,供大家学习 以下代码在VC6.0下编译 使用办法 replace(原字符串,要替换的内容,替换后的内容) 和原来VB中用法一致。。。 -It used to use VB and C# that VC is very convenient. Replace a string old trouble. So surf the Internet. Do not find
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
all-kinds-of-string-function
- 1.取左子串2.取右子串3.去除字符串空格及TAB及回车换行 4.替换字符串5.一个文件有很多行,每行的宽度是固定的,例如都是 100个字符. 给出一个字符串序列,在指定的宽度处加上空格,生成新文件. -1. Take the left sub-string 2. Get the right sub-string 3. Remove the spaces and TAB, and enter the string line 4. Replace string 5. A file has
Advance-Search-And-Replace(DELPHI)
- 对任意类型的文件中的内容进行字符串查找替换的高级工具软件源代码,用DELPHI编写。1.支持两种线程模式进行查找或替换:单线程、多线程 2.支持任意格式文件中查找,文件名支持通配符,可同时支持多种文件名 3.查找、替换内容支持使用二进制数据(16进制格式)或普通文本格式 4.支持替换备份,对不慎误替换的文件可以进行还原,防止误操作 5.使用内存搜索方式,速度很快 6.完全免费,提供完整源代码,没有任何功能限制 。-For any type of file contents s
String
- C++语言写的String类 包括Trim Split Indexof Append Replace Insert Trim等函数以及重载的== += +等运算符-A usefull String class written with C plus plus was included。
SearchReplaceStr
- 字符串替换,查找,等强大的字符操作函数,可以使用-String replace, find, strong character manipulation functions, you can use
ReplaceText
- 在文件中实现字符串的替换功能。需要输入四个参数。源文件名,目标文件名,需要替换的子字符串,新的字符串。-String replace function in the file. Need to enter the four parameters. The source file name, the target file name, you need to replace the substring, the new string.