JSFiddle - React, Tailwind, and code Playground

by Bob Fornal

JavaScript

var string = "1+23+45+67890";

alert(string.replace(/\+/g,' '));