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
840.Text generator -- How to generate a full list of 4 character strings that consists of a-z and 0-9?
User:
editor -- 2011-08-22
<< 839
841 >>
Hits:
219
Type:
Text generator
Search all
Text generator
examples
Description:
How to generate a full list of 4 character strings that contains letters a-z and numbers 0-9?
Output Sample:
aaaa
aaab
...
aaaz
aaa0
aaa1
...
aaa9
aaba
aabb
...
9998
9999
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-h open 'replace' dialog
2. set 'replace with pattern' to:
scalar(@a=('a'..'z','0'..'9'),join('\n',map{$A=$_;map{$B=$_;map{$C=$_;map{$A.$B.$C.$_}@a}@a}@a}@a))
3. click 'replace', done!
Screenshot 1: Replace_Window
Similar Examples:
How to generate the full list of 2 letter combinations?
(65%)
How to use letter "a-z" and "-" to generate a full list of 3 character strings?
(64%)
How to generate a full number list base on given number range list?
(56%)
How to extract all lines that contain words A and B and C?
(54%)
How to rename files by removing characters enclosed by '(' and ')'?
(53%)
How to generate a list of picture names and put into a csv file?
(51%)
How to generate all the prime numbers that between 100 and 200?
(51%)
How to remove/delete all English characters/letters in a text file?
(51%)
Check Demo of
Text generator
Keywords:
consist
aaaa
full list
scalar
aaa
abc
strings
letters
letter
map
generate full list
generate numbers
replace letters
generate list
replace with character
character set
replace character
replace list