Page 1 of 1

how to multireplace with find-replace dialog

Posted: 11.10.2022 04:16
by hycmos
hi,
how to replace multiple characters at once using find-replace dialog?

for example:
"CudaText is a cross-platform text editor, written in Object Pascal"
I want to do replace: is-->OK; text-->BAD; in-->Wrong
can I write (is:OK;text:BAD;in:Wrong) in the replace dialog ? (like the replace function in python)

After press replace button, the new one will be:
"CudaText OK a cross-platform BAD editor, written Wrong Object Pascal"

If there is not such function, any other plug can do this?

Thanks.

Posted: 11.10.2022 11:09
by main Alexey
Cud itself cannot do that. FindInFiles v4 plugin - not sure, I checked its options now, and did not find this too.

Posted: 11.10.2022 12:15
by hycmos
main Alexey wrote:Cud itself cannot do that. FindInFiles v4 plugin - not sure, I checked its options now, and did not find this too.
OK.
Thank you very much.