Skip to content

Instantly share code, notes, and snippets.

@cijagani
Created May 24, 2020 09:50
Show Gist options
  • Save cijagani/80e2a56fc652111c668ef32bf49a7104 to your computer and use it in GitHub Desktop.
Save cijagani/80e2a56fc652111c668ef32bf49a7104 to your computer and use it in GitHub Desktop.
remove all comments in php code using sublime
find use following pattern with regular expression or (Alt +r)
(^\/\/.*)|(\s+\/\/.*)|((\/\*)(.|\n)+?(\*\/))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment