View Single Post
Old 12-25-2023, 03:15 AM   #2
iieeann
Member
iieeann began at the beginning.
 
iieeann's Avatar
 
Posts: 12
Karma: 10
Join Date: Dec 2020
Device: Android
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.
iieeann is offline