JSFiddle - React, Tailwind, and code Playground by Felipe Alfaro August 20, 2021 JavaScript var str=",hola, mu,ndo, cruel,"; res = str.replace(/,/g, '').trim(); alert("{" + res+ "}");