| User: editor -- 2013-07-17 << 1106 1108 >> |
| Hits: 4195 |
| Type: Text generator |
| Search all Text generator examples |
| Description: |
| How to generate a full list of url that consist of a group of words? |
| Input Sample: |
| one two three a b c d |
| Output Sample: |
| onetwothree.com one-twothree.com onetwo-three.com one-two-three.com abcd.com a-bcd.com ab-cd.com a-b-cd.com abc-d.com a-bc-d.com ab-c-d.com a-b-c-d.com |
| 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 'Line' * set 'replace with pattern' to: * click 'advanced' tab, set 'run following for each matched unit' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |