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
311.Advanced search and replace -- How to change all hyperlink text font into bold inside a html file?
User:
editor -- 2009-01-04
<< 310
312 >>
Hits:
431
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to change all hyperlink text font into bold inside a html file?
Input Sample:
<html>
...
<a href=xxx>abc</a>
...
</html>
Output Sample:
<html>
...
<a href=xxx><b>abc</b></a>
...
</html>
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open source html file
2. ctrl-h open replace window
* Enter following under "search for pattern":
(
)(.*?)(
)@
* Enter following under "replace with pattern":
$1
$2
$3
3. click "Replace", done!
Download Script:
scripts/311.rst.zip
Screenshot 1: Replace_Window
Similar Examples:
How to change all the webpage address into links inside a html file?
(72%)
How to change all bold tag to bold-italic tag in multiple html files?
(60%)
How to change all numbers in a text file to 2 decimial places?
(58%)
How to save specified lines of text file into different files?
(57%)
How to extract all links which contain "shop" from many html files?
(57%)
How to change all the letters in a text file to upper cases?
(56%)
How to findout all lines that contain specified words in multiple files?
(54%)
How to extract all image links from a html file?
(53%)
Check Demo of
Advanced search and replace
Keywords:
font
change all hyperlink
bold
inside
perl
link
old
html
htm
int
replace html text
html text
html to text
text to html
text html
replace html
change text
search and replace open source