How can I remove lines that only contain spaces when using Eclipse Find/Replace prompt. I checked the \"Regular Expression\" check box, and tried the following, neither of whic
Find: ^\s*\n
^\s*\n
Replace with: (empty)