I'm attempting to format a giant list. Each entry in the list is separated by a tab. I'd like to replace it with a \r\n in Notepad++.
How would I go about this?
1 Answer
Find what:
\tReplace with:
\r\nFor Search Mode, I think you have to select Extended (\n, \r, \t, \0, \x...).