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
This one worked for me for years:
Replace this: [\t ]+$
[\t ]+$
With nothing
Hope this helps!