User: Dilip -- 2017-12-31 << 1412 1414 >> |
Hits: 3340 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
If the word print is found in a line, then replace the words: one with 1 two with 3 three with 3 using the custom dictionary found at d:\\test\\dictionary.txt |
Input Sample: |
this is a test print one print one two three print three |
Output Sample: |
this is a test print 1 print 1 2 3 print 3 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Make sure d:\test\dictionary.txt has following format: 1. ctrl-o open text file 2. ctrl-h open 'replace' dialog: * set 'replace unit' to 'Line' * set 'search for pattern' to: * set 'replace with pattern' to: * click 'advanced' tab: * set 'run following at the beginning of replace' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |