Regexp help
-
Hi all,
I would like to replace text between two tags with a new line (\n).
The starting tag is: <!-- - <a href=“#”>
The ending tag is: <strong>Example:
-
input:
textbefore<tag1>abcdefg<tag2>textafter -
output:
textbefore
textafter
Could someone be some kind to help me?
Thanks in advance,
cid
-
-
Sure…fairly easy. In fact, so easy that if you know the term “Regexp” then you should be able to get this one yourself. But here you go:
Find what zone:
(?-s)<tag1>.+?<tag2>
Replace with zone:\r\n<—if using Windows line-endings
Search mode selection: Regular expression -
Done, Thanks for your help!
I’m familiar with regexp concept but never used them before.
Best regards,
cid
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login