Hi,
I need to do lot of replacements for my json file.
I have the following text elements:
[“Text1”,“Text2”]
which I need to convert to:
“[‘Text1’,‘Text2’]”
I hope I can do this with regular experssion such that for the first I need to chnage […] to “[…]” and secondly replace all elements inside…
Thank you!