I\'m trying to replace ", " with " and " in a string. I wanna do this with the replaceAll method of String.
Here you can see my try: