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
878.Text generator -- How to use letter "a-z" and "-" to generate a full list of 3 character strings?
User:
brucelee -- 2011-10-24
<< 877
879 >>
Hits:
3744
Type:
Text generator
Search all
Text generator
examples
Description:
i want to creat all URL with "chem",there are 3 Chars with "a-z"and"-" in front of "chem".
e.g.aaachem.com,bbbchem.com,abcchem.com...
Output Sample:
aaachem.com
aa-chem.com
ab-chem.com
......
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-h open 'replace' window
2. set 'replace with pattern' to:
scalar(@a=('a'..'z','-'),join('\n',map{$A=$_;map{$B=$_;map{$A.$B.$_.'chem.com'}@a}@a}@a))
3. click 'replace', done.
Screenshot 1: Replace_Window
Similar Examples:
How to generate a full list of 4 character strings that consists of a-z and 0-9?
(64%)
How to generate the full list of 2 letter combinations?
(58%)
How to extract all lines with more than 30 characters from multiple files?
(51%)
How to generate a full list of hours minutes seconds.html in a day?
(50%)
How to generate a full list of url that consist of a group of words?
(50%)
How to auto generate required url from list of words?
(50%)
How to extract the first 10 and last 10 characters from each line?
(50%)
How to generate a full list from 'AAAA' to 'ZZZZ'?
(50%)
Check Demo of
Text generator
Keywords:
aaa
full list
url
scalar
abc
full
strings
letter
map
text generator
generate full list
replace strings
replace letter
generate list
3 letter
replace with character
character set
replace character