| User: wang -- 2013-04-13 << 1070 1072 >> |
| Hits: 4201 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| Have a folder which has 100 text, as well as a work text, work text replacement location "bbbb" how to make each folder a text replacement to the work of the text, the last saved into N replaced text.Thank you |
| Input Sample: |
| work.txt (...bbbb...) 1.txt(qwer) 2.txt(asdf) 3.txt(zxcv) . . . . . . n.txt(poiu) |
| Output Sample: |
| 1.txt(...qwer...) 2.txt(...asdf...) 3.txt(...zxcv...) . . . . . . n.txt(...poiu...) |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| Assume template file is d:\test\temp.txt 1. open "Tools->Batch Runner" menu 2. drag multiple text file 1.txt, 2.txt, ... n.txt from windows file browser to batch runner window 3. click "Fast Replace" button 4. click "add" to add new rules: * keep 'search' entry to be blank * set 'replace' entry to: * click "ok" 5. make sure "reg exp" option and "cross line" option are checked. 6. click "start", done. |
Screenshot 1: Fast_Replace_Window |