remove parenthesis from message
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.
Max Patch
Copy patch and select New From Clipboard in Max.
Max Patch
Copy patch and select New From Clipboard in Max.
this is a bit more specific (less general) than broc's:
Great !
Thanks !
I'm looking to learn more about reguliar expression.
Some good Link to advice ?
there are lots of resources out there, but this is one I bookmarked a while ago:
http://www.zytrax.com/tech/web/regex.htm