I have a problem about how to find and replace in the bookmarked lines in Notepad++.
For example my line is <content:encode><em>....
So I bookmark the lines that have <content:encode>
, how I could find and replace <em>
in those lines?
I have a problem about how to find and replace in the bookmarked lines in Notepad++.
For example my line is <content:encode><em>....
So I bookmark the lines that have <content:encode>
, how I could find and replace <em>
in those lines?
You can use regular expressions in find/replace in notepad++ so that you use the pattern that is found in your replacement. You can find out exactly which regular expression you want here "http://www.powercram.com/2009/08/notepad-guide-to-using-regular.html"