| User: editor -- 2008-05-16 << 117 119 >> |
| Hits: 413 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to find all elements appearing in second column ant not appearing in first column? |
| Input Sample: |
| 1 4 2 5 3 6 4 7 5 8 |
| Output Sample: |
| 6 7 8 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open source file 2. ctrl-h open 'Replace' dialog: in 'Replace' page: * set 'Replace Unit' to 'Line' * set 'Search for pattern': in 'Advanced' page: * set 'run following at the begin...': * set 'run following at each...': * set 'insert end text': 3. click 'Replace', ok! |
| Download Script: scripts/118.rst.zip |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |