Closed ymatuhin closed 8 years ago
On further examination, the change below won't work as it will also match calls to the REPLACE function, not just the definition.
For instance, this isn't a function definition, but it will match: someFile.REPLACE();
REPLACE \s\* \(
If you fix this, feel free to make a new pull request.
Thanks for this. I'm currently on vacation but I'll do the merge when I get back assuming everything is good.