How can I find/replace all CR/LF characters in Notepad++? I am looking for something equivalent to the ^p special character in Microsoft Word. 18 Answers 18
  • May 13, 2022
  • 0 Comments
How can I replace empty lines in Notepad++? I tried a find and replace with the empty lines in the find, and nothing in the replace, but it did...
  • May 7, 2022
  • 0 Comments
I have a long document of commands. Using Notepad++ or regex, I want to delete all lines containing “help” including keyboard_help, etc. How can this be done? 6 Answers...
  • May 5, 2022
  • 0 Comments
I’m using Notepad++ and I can’t figure this out : I have numerous lines all starting with http. I need to add some text in front of it in...
  • May 5, 2022
  • 0 Comments
Is it possible to remove duplicated rows in Notepad++, leaving only a single occurrence of a line? 16 s 16 Since Notepad++ Version 6 you can use this regex...
  • April 28, 2022
  • 0 Comments
I need Notepad++ to take a json string from this {"menu": {"id": "file","value": "File","popup": {"menuitem": [{"value": "New", "onclick": "CreateNewDoc()"},{"value": "Open", "onclick": "OpenDoc()"},{"value": "Close", "onclick": "CloseDoc()"}]}}} to this… {"menu": {...
  • April 14, 2022
  • 0 Comments
How do I convert tabs to spaces in Notepad++? I found a webpage that suggests it’s possible, but I couldn’t find any information about how to do it. I...
  • April 14, 2022
  • 0 Comments