| User: editor -- 2008-05-20 |
| Hits: 208 |
| Type: Text generator |
| Search all Text generator examples |
| Description: |
| How to generate an address sequence with id increased from 'aaa' to 'zzz'? |
| Output Sample: |
| www.xxxx.com/xxxx/xxxx_aaa_xxxx.mp3 www.xxxx.com/xxxx/xxxx_aab_xxxx.mp3 www.xxxx.com/xxxx/xxxx_aac_xxxx.mp3 ... www.xxxx.com/xxxx/xxxx_zzz_xxxx.mp3 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 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. |
| Download Script: scripts/136.rst.zip |
Similar Examples: |
| How to make an http address sequence with 2 variables increasing at the same time? (62%) How to generate batch web address with id from 'AAAA' to 'ZZZZ'? (60%) How to generate an IP address list base on given subnet? (56%) How to generate a random binary sequence matrix? (55%) How to make an http address list with increasing ID? (53%) How to generate a full list from 'aaa' to 'zzz' with random order? (52%) How to rename many jpg files with sequence id and record it? (52%) How to generate consequence date from 2008-01-01 to 2009-12-31? (50%) |
Check Demo of Text generator |