0

I’ve a string and something in quotes. I need to get the string in between quotes and if there are any special character should be replaced by escape and that character. Know regex for getting something in double quotes and to replace but doing both task in 1 regex. . String could be (Set ~ “(common”) . Want to change with (Set ~ “\(common”)

Please suggest something. Thanks in advance

0 Answers0