The regex also seems like not supporting multiple replacement. for example I want to search and replace the following:-
qw=er
as=df
zx=cv
find: qw|as|zx
replace: er df cv
It will not work. It can do the search, but when replace it replaces everything with "er df cv"
Without saved favourite for easy replacement, and unable to do multiple replacement is really inconvenience.
|