开发者

In Notepad++, removing any text not matching a certain string on each line?

开发者 https://www.devze.com 2023-04-09 08:50 出处:网络
I have something like: oiuerer jeff oteaweawe gnwaeeeee开发者_开发知识库 jeff nbbaweee bbbadxjeff nvxxawee

I have something like:

oiuerer jeff oteaweawe
gnwaeeeee开发者_开发知识库 jeff nbbaweee
bbbadx  jeff nvxxawee

I would like to remove the text which is both before and after the word "jeff" so that each line is only "jeff". How can I do this with regex? Thanks


Replace .*jeff.* with jeff?

In Notepad++, removing any text not matching a certain string on each line?

In Notepad++, removing any text not matching a certain string on each line?


Press Ctrl+h to open this dialog.

In Notepad++, removing any text not matching a certain string on each line?

0

精彩评论

暂无评论...
验证码 换一张
取 消