User: editor -- 2013-01-16 << 1043 1045 >> |
Hits: 3293 |
Type: Random word generator |
Search all Random word generator examples |
Description: |
How to insert 3 to 10 words "ABC" into random position in a text file? |
Input Sample: |
............. .................... ........ ............... ..................... |
Output Sample: |
............. ABC...........ABC......... ......ABC.. ABC............... ....ABC.....ABC............ |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file 2. ctrl-h open 'replace' dialogue * set 'replace with pattern' to: * click 'advanced' tab, set 'run following for each matched unit' to: 3. click 'replace', done. 4. ctrl-s save to file. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |