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!
Moderator: General Moderators
Code: Select all
TAG(.*)myemail@gmail.comCode: Select all
Find what:
(TAG.*myemail@gmail\.com)
Replace with:
\n\1