JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

JavaScript

var str=",hola, mu,ndo, cruel,";
res = str.replace(/,/g, '').trim();
alert("{" + res+ "}");