Created
July 7, 2020 08:24
-
-
Save ewnu/175b3658d9210fbbd4e3be6f9cceb5ed to your computer and use it in GitHub Desktop.
Regex to Match Empty Unity Methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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