Retain the wildcard when replacing string
Posted: Sat Feb 13, 2010 5:52 am
Hi there, I´ve been trying to raplace some strings in some files using Notepad++.
I of course need to find the appropriate string, which is not that big of a problem:
But what I need to do now is, insert a line break before "TAG", but only before those lines, that contain my email adress at the end. ? I have been searching way too long for this, hope that someone has a quick answer
.
Thanks in advance!
I of course need to find the appropriate string, which is not that big of a problem:
Code: Select all
TAG(.*)myemail@gmail.comThanks in advance!