6

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?

psxls
  • 6,807
  • 6
  • 30
  • 50
SevenT
  • 83
  • 1
  • 4
  • 1
    It's not exactly what you're asking for, but there are a few options under **Search → Bookmark** which may be helpful. (`Copy Bookmarked Lines`, `Paste to (Replace) Bookmarked Lines`, `Remove Unmarked Lines`) – Stevoisiak Aug 04 '17 at 23:29
  • Do you want to replace in all lines that contain ? – Chris Strickland Jan 26 '22 at 18:30

1 Answers1

-3

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"

in need of help
  • 1,606
  • 14
  • 27