I have a string that looks like this :
LE PUY EN VELAY (NIVEAU_SITE)LYON 03 (@A)01AIGLETTE (GEX)
What I need is to modify this string so that each time it finds the character ) it adds a , just after.
It would look like this :
LE PUY EN VELAY (NIVEAU_SITE), LYON 03 (@A), 01AIGLETTE (GEX)
The last ")" doest not have to have a "," sign after