regex - Regular expression Notepad++ multiple replace? -


is there way perform multiple search , replace using regular expresion? have strings:

aaa bbb ccc 

across plain text, , want replace them

aaa replace ddd bbb replace eee ccc replace fff 

is there regular expression @ once, using 1 single regex?

i using notepad++


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -