I'm trying to remove the comma that is located outside the brackets of the following excerpt:
2||Azul||Cor||["#1983ff", "#1983ff"],3||Amarelo||Cor||["#fff73d"]
I need the return, this way:
2||Azul||Cor||["#1983ff", "#1983ff"]3||Amarelo||Cor||["#fff73d"]
Can some ninja in regex give me a hand in this? (The above excerpt has no variation, it always turns out that way.) Thank you.