Created
February 5, 2025 09:59
-
-
Save 0b1kn00b/0e61bafbe41dfab3d38e56bde643a365 to your computer and use it in GitHub Desktop.
VsCode Regex for Haxe functions with no explicit return type.
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
s*((static|public|private|inline)\s+)+function(\s+)[a-z0-9_-]*(<[A-Z,]+>)\([^)]*\)\s*[^:] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment