I have the following address in Notepad++ and I want to change it to single line:
2400 Highway 31 SW
FooBar
AL
37770
Using find/replace so that the result looks like this:
2400 Highway 31 SW FooBar AL 37770
You should be able to do this with a repeated combination of "CR? + LF":
(\r?\n)\1