Regex to search for strings separated by ","

I need to be able to extract some strings in bubble using regex.

The input is:

newProductsInfo: [[$39 OFF] - Ear Cuffs - Low in Stock,FREE Box (Previously $30),The Club: Exclusive VIP,[Exclusive Offer] / Discounted Mystery Box]

and the desired result is:
[$39 OFF] - Ear Cuffs - Low in Stock
FREE Box (Previously $30)
The Club: Exclusive VIP
[Exclusive Offer] / Discounted Mystery Box

The values are separated by a comma (,), and preceded by a ‘newProductsInfo: [’ and ended with ‘]’

Here is a sample in trying to extract

I created this formula, hope this help you.

  1. Press enter on the “replace by” input