User: Dilip -- 2019-03-04 << 1436 1438 >> |
Hits: 2705 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
Using conditional logic, try replacing partial phrases that do not contain words in the dictionary. Words found in the dictionary: with packs sports |
Input Sample: |
The Sports Audi Packs a punch The French Audi does not have mileage The green Audi comes without gear The Black Audi comes with gear |
Output Sample: |
The Sports Audi Packs a punch Audi Audi Audi comes with gear |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Assume word file is d:\test\words.txt: 1. ctrl-o open source text file 2. ctrl-h open 'replace' dialog * set 'replace unit' to 'Chars' * set 'replace scope' to 'Line' * set 'search for pattern' to: * set 'replace with pattern' to: -- click 'advanced' tab: * set 'run following at the beginning' to: * set 'run following for each' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |