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
925.Text generator -- How to generate a list of strings with sequence id decreased?
User:
editor -- 2012-03-03
<< 924
926 >>
Hits:
4043
Type:
Text generator
Search all
Text generator
examples
Description:
How to generate a list of strings with decreasing numbers?
Output Sample:
this is string 1000
this is string 999
this is string 998
...
this is string 222
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' entry to:
join('\n',map{"this is string $_"}reverse(222..1000))
3. click 'replace', done.
4. ctrl-s save to file.
Screenshot 1: Replace_Window
Similar Examples:
How to generate an address sequence with id increased from 'aaa' to 'zzz'?
(66%)
How to generate a list of sentences from template sentence?
(65%)
How to replace a repeated string in unsequenced order?
(65%)
How to generate a list of batch commands with different increasing id?
(65%)
How to generate a list of web pages with 2 numbers increased in sequence?
(63%)
How to rename many jpg files with sequence id and record it?
(60%)
How to generate a full list of hours minutes seconds.html in a day?
(59%)
How to generate a list of picture names and put into a csv file?
(59%)
Check Demo of
Text generator
Keywords:
210
sequence id
reverse
strings
dec
sequence
map
100
seq
text generator
generate decreasing
list of numbers
generate numbers
list numbers
replace strings
generate list
replace sequence
file replace generator