The data looks like this :
There is stuff here (word, word number phrases)
(word number anything, word phrases), even more
...
There is a lot of them in different files. There is different kind of data too, all around it that isn't in the same format. The data inside the paratheses can't change, and it's always on the same line. I do not have to deal with:
(stuff number,
maybe more here)
I would like to be able to replace the comma with a colon
Desired output would be
There is stuff here (word: word number phrases)
(word number anything: word phrases), even more
...