I have the text in the string below:
string = "ele, joao gosta de maria, mas maria gosta de jose";
string = string.replace(/???/g,", ");
See that some words have more or less spaces between them, and may still have commas...
asked by
01.04.2018 / 01:40