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
Post a Comment