Search code examples
regexadobe-brackets

Find new lines in Adobe Brackets


I'm trying to do a find and replace on a file to get rid of line breaks using Adobe Brackets. However, when I enter \n in the search field, even with Regular Expression turned on, it says No results. Is there a way to find newlines within Brackets?


Solution

  • You could try this: (\r\n|\r|\n)