Write a string find and replace program
-
Hello, I am planning to write a program that will do string find and replace for any text file. Can anyone one give me any suggestion what is the best way to do it, or is there any existing library already provide this feature? I can write my own but it may not be efficient enough. Any suggestion? Thanks! Nacho
Nacho
-
Hello, I am planning to write a program that will do string find and replace for any text file. Can anyone one give me any suggestion what is the best way to do it, or is there any existing library already provide this feature? I can write my own but it may not be efficient enough. Any suggestion? Thanks! Nacho
Nacho
may be you can find good example if you look into the souce code of the CString::Replace();
nave [OpenedFileFinder]
-
Hello, I am planning to write a program that will do string find and replace for any text file. Can anyone one give me any suggestion what is the best way to do it, or is there any existing library already provide this feature? I can write my own but it may not be efficient enough. Any suggestion? Thanks! Nacho
Nacho
There is shell script to do string find and replace for any text file in liunx . You can find the code of liunx , may be help to you .
-
Hello, I am planning to write a program that will do string find and replace for any text file. Can anyone one give me any suggestion what is the best way to do it, or is there any existing library already provide this feature? I can write my own but it may not be efficient enough. Any suggestion? Thanks! Nacho
Nacho
Can this help to start? http://www.codeguru.com/forum/showthread.php?t=426623&highlight=functions