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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -