| User: editor -- 2013-02-24 << 1056 1058 >> |
| Hits: 3626 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| There are some expressions, how to change the location of each numbers randomly? |
| Input Sample: |
| 18+23*5=? 32-4+88+9=? |
| Output Sample: |
| 18+5*23=? 88-9+4+32=? |
| 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 'chars' * set 'replace scope' to 'Line' * set 'replace with pattern' to * click 'advanced' tab, set 'run following for each matched unit' to: 3. click 'replace', done. Note: replace pioneer version 2.7 or above is required. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |