N
N
Noob--Saibot2017-10-07 18:31:06
Notepad++
Noob--Saibot, 2017-10-07 18:31:06

How to find files in notepad++ that don't have YYY?

Hi all. Help me please. There are many files in which lines with requests are stored. You need to find files whose lines do not contain YYY. How to do it? For example, there are files like:

вавапва YYY
sdfs YYY sdfsd
.....

These are not needed. And there is more:
вавапва 
sdfs YYY sdfsd
.....

The first line does not contain YYY. Such files need to be found. How? I suspect that in notedpad++ you can find a regular expression, but what ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kalombyr, 2017-10-07
@Kalombyr

В окне поиска в "режим поиска" отметить "Регуляр. выражен."
Сама регулярка: ^(?!.*YYY).*$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question