I am totally new to regex's and as such am failing. I have about 14000 lines that reference a function which needs to be commented out. Not a problem. Im just tired of seeing the same lines in my find results that have already been taken care of... basically I am trying this:
({^?!'}Green.Foo*)
which is still returning all commented out results...