two replaces in a single action?

solquest

Member
Hey there.
I have a string containing '(' and ')'.
Given that I need to use that string in a regex, I need to escape those characters, so I've add two Actions:
1. for replacing ( with \(
2. for replacing ) with \)
and everything works fine.
But is there a way for doing both those replaces (or just to add '\' before '(' and ')') in a single action?
Thanks.
Luigi.
 

Endercraft

Moderator (& bug finder :D)
Wait it does not
(I realized at the last moment so couldn't correct)
 
Last edited:
Top