Remove " and [] from String

Hi All,

I have string containing items, such as ["var1","var2"] and there might be more than two items, I want to extract these values without double quotation marks " and square brackets [ ] , the result should be like var1,var2 

are there any functions that could help me achieve this?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data