I have a lot of php files and I want to find every occurance of
htmlentities(some var);
in geany, and I don't want that
htmlentites(some var, ENT_QUOTES);
got found, so it has to be something like:
htmlentities(...);
because the dots stand for an undefined character, but then I am only able to find it with a specified lenght. What is the correct syntax to find something with a undefined length substring?