Answer the question
In order to leave comments, you need to log in
How to remove line break before certain notepad++ character?
Hello, there was a problem with the base, it now looks like this:
question 1
: answer 1
question 2
: answer2
question 3
: answer3
How can I use a regular expression or tools to carefully remove the line break before the characters: remove the line break so that the base looks like this:
question 1: answer1
question 2:answer2
question 3:answer3
Googled, did not find anything specifically on my problem
Answer the question
In order to leave comments, you need to log in
Search pattern \r?\n:
Replacement string :
https://regex101.com/r/zV0DEE/1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question