Hi Team,
version:
1.5.0.1406a.x64
Scenario:
in the Help->Search Syntax:
content: Search for files where the content contains the specified text.
Question:
is there Syntax for files where the content NOT contains the specified text?
expectation:
have/know the command for this scenario.
Thanks for the consideration & possible fulfilment.
is there Syntax for files where the content NOT contains the specified text
Re: is there Syntax for files where the content NOT contains the specified text
Add the "!" in front means NOT
!content:will_show_were_it_is_not_found
!content:will_show_were_it_is_not_found
Re: is there Syntax for files where the content NOT contains the specified text
awesome, it works, thanks, buddy!