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
632.Advanced search and replace -- how to add several words such as @socks5 in the end of each line?
User:
gary_wu -- 2010-10-15
<< 631
633 >>
Hits:
451
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
how to add several words such as @socks5 in the end of each line?
Input Sample:
123.564.48.12:80
Output Sample:
123.564.48.12:80@socks5
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open source text file
2. ctrl-h open 'replace' window
* set 'replace unit' to 'Line'
* set 'replace with pattern' to:
$match\@socks5\n
3. click 'Replace', done!
Note: you should add a backslash "\" before "@", which has special meaning without backslash.
Screenshot 1: Replace_Window
Similar Examples:
How to add a word "myword" at the end of each line?
(68%)
How to add random digit/chars at the end of each line?
(67%)
How to add a semicolon at the end of each line?
(64%)
How to insert a word or phrase to the begining of each line?
(62%)
How to add a <BR> at the end of each line?
(61%)
How to add a space after the 15 character of each line?
(60%)
How to remove/delete the text from the '#' to the end in each line?
(57%)
How to reverse the order of characters in each line of text?
(55%)
Check Demo of
Advanced search and replace
Keywords:
several
special
slash
backslash
without
before
las
in the end of
words
end
add before each line
add before line
before each line
add words each line
add text to end of line
replace before line
line before
add text end of line