Windows 10, Emacs 26.1.
I need to find all files that content specific text ,e,g. ("hello"). I need to specify:
- is case sensitive
- is search also in all subfolders
- to find by some text and by regexp
- The result must show in separate buffer (e.g. Result)
- does not depend on the external grep tool
I know about grep tool. But it not very comfortable.