Monday, 13 September 2021

Regex find out trailling comma in end of json

 (,)(\s*}\s*)(?=\n|,\n|,\"\w|\})


{'test':'12', 'test3':'123', 'test' : { 'try':12, 'test':321},}


https://regex101.com/

No comments:

Post a Comment