| User: editor -- 2010-09-10 << 608 610 >> |
| Hits: 440 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to convert Roman number to Arabic number automatically? |
| Input Sample: |
| VI VII IXX XX MI |
| Output Sample: |
| 6 7 IXX(not a valid number) 20 1001 |
| 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 window * in 'search for pattern', enter: * in 'replace with pattern', enter: * in 'if', enter: * click 'Advanced' tab, fill following in 'run following at the beginning of replace' entry: 3. click 'Replace', done! |
| Download Script: scripts/609.rst.zip |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |