Why doesn’t it search for characters within a string?

Overview Forums Discussions Why doesn’t it search for characters within a string?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13084 Reply
    Roasting-Jack
    Guest

    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.

     

    #13085 Reply
    Roasting-Jack
    Guest

    I have tried setting the parameter:

    Complete match.
    Partial match.
    Advanced Search.

    The situation is not changing. Is that how it should be? Or maybe it’s some kind of glitch on my computer? If it was meant to be that way, could it be corrected?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Why doesn’t it search for characters within a string?
Your information: