Regex: Add new empty line before/after some word - separated
-
hello, please help me a little bit. I need a solution to add new line before and after some word or words - separated.
For exemple:
mom is home. WORD_1. Bla bla
father is alone with his papers. WORD_2 Bla BlaI need a regex to add a new empty line before WORD_1. And I need a regex to add a new empty line after WORD_2.
-
Add a new line After the word_2:
Search: WORD_2
Replace By: \n\nWORD_2\n\nAdd a new line Before word_1:
Search: WORD_1
Replace By: \n\nWORD_1\nRead here more:
http://www.rexegg.com/regex-quickstart.html
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