1:12 Clean up commented out code
Use the search file functionality using regex to find the commented out code:
(/\*.*;.*\*/)|(//.*;)
Edited by Andrew McCoy
Use the search file functionality using regex to find the commented out code:
(/\*.*;.*\*/)|(//.*;)