| User: editor -- 2008-06-12 << 186 188 >> |
| Hits: 459 |
| Type: Text generator |
| Search all Text generator examples |
| Description: |
| Is it possible to generate a full list of 'abcd','Abcd',... with each letter changed to uppercase or lowercase? |
| Output Sample: |
| abcd Abcd aBcd ... ABCD |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| Use perl function to finish it: 1. ctrl-h open 'Replace' dialog select 'Advanced' page, set 'insert begin text' to: 2. click 'Replace', the sequence is generated, save to your file. Note: join() and map() are perl functions. If you want to create sequences of other words, you can use other words in place of 'abcd'. |
| Download Script: scripts/187.rst.zip |
Screenshot 1: Replace_Advanced_Window |