How to remove all brackets from a message box

Simon Little's icon

Hello Max Forum,

I'm having having trouble removing brackets form a message box, I can remove the brackets using the regexp object however it also removes the symbol it was connected to?

Is there a way to remove the brackets as a character and leave everything else as it is?

Thanks in advance!

remove all brackets from a message box.maxpat
Max Patch

Source Audio's icon

output of that message is itered, because of commas.
text between commas gets output as single
items, commas get removed....
you must enclose whole text in quotas first
to output it as one symbol.
How do you enter text into the message ?

What exactly do you want to do with this text ?
just look at it or pass somewhere else ?
is keeping of commas in text needed ?

when that is clear, one could get something together

Max Patch
Copy patch and select New From Clipboard in Max.