instead of matching just the first line. The highlighting of the first line shows that the embedded and ending " are not matched. The highlighting of the second line shows that only the part before the " (JAVA_PATH=) is matched - almost as if " is treated like | to separate several search strings.
Is this intended behavior - maybe an option I did not notice?
As a workaround, I checked the "Query is RegEx" option and masked the embedded $ with a backslash. This matches the first line including the double quotes correctly.
Thanks a lot for FileSeek - I use it daily for my work as a developer and it just works great!
Glad to hear you like FileSeek, thank you for the kind words!
Quotes are part of the query syntax, so if you want to search for them directly in the contents of files, you just need to escape them with a backslash. So, your query would be: