now the regular substitution I write will lose T1 data.
want to know how to write this regular,
//
{
"field_626kU__c":["t1","t2"],
"field_7oOpr__c":["t3"]
}
//
{
"field_626kU__c":[t1,t2],
"field_7oOpr__c":[t3]
}
//
{
"field_626kU__c":[t2],
"field_7oOpr__c":[t3]
}
:
:.*\[("([^,]+)"[,]*)+?\]
:[$2]