User: editor -- 2012-01-23 << 904 906 >> |
Hits: 3722 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
How to remove everything between a pair of parenthesis in multiple files? |
Input Sample: |
file1: word1(word2) ... file2: word3(word4) ... |
Output Sample: |
file1: word1 ... file2: word3 ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple files from windows file browser to 'batch runner' window 3. click 'fast replace' button * click 'add' to add a new rule * set 'search' to: * set 'replace' to nothing * make sure 'reg exp' and 'cross line' are checked 4. click 'start', and click 'ok', done! |
Screenshot 1: Fast_Replace_Window |