remove parenthesis from message

Stouf's icon

I have a incoming message with parenthesis like : (192.168.0.255)
i want to have this exact message : 192.168.0.255
how to remove ()
i have try with regex but ! can't find the good expression.
thanks for solutions.

broc's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Floating Point's icon
Max Patch
Copy patch and select New From Clipboard in Max.

this is a bit more specific (less general) than broc's:

Stouf's icon

Great !
Thanks !
I'm looking to learn more about reguliar expression.
Some good Link to advice ?

Floating Point's icon

there are lots of resources out there, but this is one I bookmarked a while ago:
http://www.zytrax.com/tech/web/regex.htm