I am trying to find my codebase for code that calls a function called "foo", so I search for "foo (", but the results I get include everything with the word foo in it, which includes css, comments, and lines that don't even have a closing parenthesis.
Does anyone know how to search for strings containing special characters such as ),"' ?
source share