|
Is it possible to do multiple replacement with Sigil regex?
For example, i want to replace the following:-
qw=er
as=df
zx=cv
I can search them with qw|as|zx
But i don't know how to replace them respectively.
The list for replacement is long, and i need to search & replace them for every book, replacing one by one is too troublesome so i am looking for multiple replacement method. Thanks
|