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
1116.Text generator -- How to generate a list of web pages with 2 numbers increased in sequence?
User:
liping -- 2013-08-15
<< 1115
1117 >>
Hits:
3468
Type:
Text generator
Search all
Text generator
examples
Description:
How to generate a continuous web?
Output Sample:
http://a.com/0801 01 0001.html
http://a.com/0801 01 0002.html
...
http://a.com/0801 01 0050.html
http://a.com/0801 02 0001.html
http://a.com/0801 02 0002.html
...
http://a.com/0801 02 0050.html
.....
http://a.com/0801 30 0001.html
...
http://a.com/0801 30 0050.html
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-h open 'replace' dialogue
2. set 'replace with pattern' to:
join('\n',map{ $A=$_;join('\n',map{ "http://a.com/0801 $A $_.html" }('0001'..'0050'))}('01'..'30'))
3. click 'replace', done.
Screenshot 1: Replace_Window
Similar Examples:
How to generate 2 columns of HEX numbers which increased in different loop?
(64%)
How to generate a list of strings with sequence id decreased?
(63%)
How to generate a list of sentences from template sentence?
(62%)
How to generate a list of batch commands with different increasing id?
(62%)
How to generate a list of picture names and put into a csv file?
(61%)
How to generate a list with random numbers between 10 and 70?
(60%)
How to repeat each line multiple times with number increased/decreased?
(58%)
How to generate a list of number base on given formula such as 3n+1?
(58%)
Check Demo of
Text generator
Keywords:
continuous web
continuous
500
increase
web pages
pages
increas
web page
web
sequence
continuous numbers
list of numbers
generate numbers
list numbers
generate list
replace in sequence
replace sequence
with numbers