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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -