User: y8888 -- 2015-05-26 << 1306 1308 >> |
Hits: 3209 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to delete every line in; delimited contents of the same field? |
Input Sample: |
abc 123;456;123 sdf 123;789;789;123 er1 147;147;147;147;25;147 |
Output Sample: |
abc 123;456 sdf 123;789 er1 147;25 |
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 unit' to 'Word' * set 'replace with pattern' to: * click 'advanced' tab: * set 'run following for each matched unit' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |