Skip to content

Instantly share code, notes, and snippets.

@ewnu
Created July 7, 2020 08:24
Show Gist options
  • Save ewnu/175b3658d9210fbbd4e3be6f9cceb5ed to your computer and use it in GitHub Desktop.
Save ewnu/175b3658d9210fbbd4e3be6f9cceb5ed to your computer and use it in GitHub Desktop.
Regex to Match Empty Unity Methods
/void\s+(Awake|Start|Update)\s?\(\)\s*\{\s*(\/\/[^\}\n]+)*\s*(\/\*[^\}]+)*\s*\}/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment