User: editor -- 2010-09-28 << 620 622 >> |
Hits: 2323 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to change all bold tag to bold-italic tag in multiple html files? |
Input Sample: |
<html> .... <b>xxxxx</b> ... <b>yyyyy</b> </html> |
Output Sample: |
<html> .... <i><b>xxxxx</b></i> ... <i><b>yyyyy</b></i> </html> |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
For single file: 1. ctrl-o open html file 2. ctrl-h open 'replace' window * in 'search for pattern', enter: * in 'replace with pattern', enter: * check option of "ignore cases" 3. click 'replace', done! For multiple files: 1. ctrl-h open 'replace' window * in 'search for pattern', enter: * in 'replace with pattern', enter: * check option of "ignore cases" 2. click "Batch ..." button open "Batch Runner" window * drag all html files from "Windows File Browser" to "Batch Runner" window 3. click "Batch Replace", done! |
Screenshot 1: Replace_Window |
Similar Examples: |
How to extract all text enclosed by H1 tag from multiple html files? (65%) How to extract all image links from multiple html files? (65%) How to exchange column 2 and column 3 in multiple csv files? (64%) How to add bold tag for some specified keywords in multiple html files? (64%) How to extract all lines that contain "abc" from multiple files? (61%) How to insert a keyword only at first line of multiple text files? (59%) How to change date from ddmmyy to yymmdd in multiple filenames? (58%) How to remove the xml tag and some duplicated tags of combined xml files? (58%) |
Check Demo of Advanced search and replace |
Keywords: |
bold ignore case tag ignore case single single file html htm old replace bold tag replace multiple pattern with single change html in multiple files replace multiple with single html tag tag html replace ignore replace single |