Good day.
I sometimes need to find a specific string in multiple files.
But the problem is that if I write a word starting with a space and ending with a space, then it finds. But if I write a word inside a string, it doesn’t search. I tried many times, but the search does not occur.
For example:
I have a file like this with this line.
“Public Function DrawingProturberantWindow(ByVal PicBox As Object)”
if I make a request: “Drawing” or “DrawingProturberant” – then it finds the required file and the required line.
If I make a request: “Protur” or “Proturberant” – it does not find anything.