I had to quickly remove single line comments from an Android project in Eclipse. I could not find any built in feature in Eclipse to do that. So I resorted to a simple regular expression: (//[^\n]*) This simple regex selects
Quickly remove special characters from file names
September 1st 2010 – Version (2.3 Beta) is available. It adds the following new features: A “Dry Run” mode. In this mode the application will only display and log the changes to the file/directory names without actually renaming the files