Hello,

I want to split this: {($..Properties[*])-($..Layer_Index)}
Like: ("$..Properties[*]", "$..Layer_Index")

I have tried some examples and online regex tester, I'm getting output but it's not working here.

On this link: https://www.regextester.com/97589
I have tried with \(.*?\)
But in code, it's not working.

I have tried with many expressions but not working

What I'm missing?