User: cnteresa -- 2014-02-17 << 1174 1176 >> |
Hits: 3071 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to sort randomly(shuffle) all paragraphs that separated by ## in multiple files? |
Input Sample: |
line1 line2## line3 line4 line5## line6 |
Output Sample: |
line3 line4 line5## line1 line2## line6 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" window 2. drag multiple files to "Batch Runner" window 3. click "add" to add new rules * set 'search' to blank * set 'replace' to: * click 'ok' 4. make sure "reg exp" and "cross line" options are checked 5. click "start", done. |
Screenshot 1: Fast_Replace_Window |