• Login
Community
  • Login

Regex: Add new empty line before/after some word - separated

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 1 Posters 6.0k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    Vasile Caraus
    last edited by Vasile Caraus Nov 24, 2016, 9:53 PM Nov 24, 2016, 9:52 PM

    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 Bla

    I 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.

    1 Reply Last reply Reply Quote 0
    • V
      Vasile Caraus
      last edited by Nov 26, 2016, 6:43 AM

      Add a new line After the word_2:

      Search: WORD_2
      Replace By: \n\nWORD_2\n\n

      Add a new line Before word_1:

      Search: WORD_1
      Replace By: \n\nWORD_1\n

      Read here more:
      http://www.rexegg.com/regex-quickstart.html

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors