Comment remplacer un caractère d'une chaîne
theSTRINGhere.replace('what you want to replace', '');
Repulsive Ray
theSTRINGhere.replace('what you want to replace', '');