Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
508.Text generator -- How to generate a full list from 'AAAA' to 'ZZZZ'?
User:
editor -- 2010-05-14
<< 507
509 >>
Hits:
510
Type:
Text generator
Search all
Text generator
examples
Description:
How to generate a full list from 'AAAA' to 'ZZZZ'?
Output Sample:
AAAA
AAAB
...
ZZZY
ZZZZ
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-h open 'Replace' window
2. click 'Advanced' page
* put following contents into "Insert Begin Text" entry:
join('\n','AAAA'..'ZZZZ')
3. click 'Replace', done!
The test take 6 seconds to generate totally 456976 lines.
Similar Examples:
How to generate batch web address with id from 'AAAA' to 'ZZZZ'?
(71%)
How to generate a full list from 'aaa' to 'zzz' with random order?
(68%)
How to generate the full list of 2 letter combinations?
(63%)
How to generate an address sequence with id increased from 'aaa' to 'zzz'?
(53%)
How to generate a csv file from a template file and a list of words?
(52%)
How to generate a full number list base on given number range list?
(52%)
How to generate the 9x9 multiplication table?
(51%)
How to generate multiple line text with increasing HEX number?
(51%)
Check Demo of
Text generator
Keywords:
list from aaaa to zzzz
from aaaa to zzzz
aaaa to zzzz
aaaa
seconds
contents
full list
total
aaa
test
generate full list
generate list
test test test test
generate from
from a list
from to
1 1