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:
3338
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 a full list of url that consist of a group of words?
(69%)
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 list of hours minutes seconds.html in a day?
(61%)
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 generate a list with random numbers between 10 and 70?
(53%)
How to rename files by removing characters enclosed by '(' and ')'?
(53%)
Check Demo of
Text generator
Keywords:
aaaa
consist
aaa
full list
scalar
abc
letters
full
strings
contains
contains numbers
generate full list
list of numbers
generate numbers
list numbers
replace letters
replace strings
generate list