Notepad++ find string with a new-line and replace
- by Giraldi Maggio
[Notepad++ Question]
How do I use find-and-replace to replace the attribute of a series of tags using expression?
Case scenario:
Let's say I have a couple of lines of something like this:
<li><a title="Bla bla" href=
"http://www.url.com/etc">Text</a></li>
And I want to replace them with this:
<li><a title="Bla bla" href="">Text</a></li>
Note the new line and double tabs on the original.