in reply to Regex To remove text between parentheses

To give you some hints (if you haven't been quick enough to read the first version of this node :)

Update: OK, so now I probably spoiled the learning already as davorg and jeroens remarked. I generally agree with it so I put the code now in the 'spoiler' section and altered the explanation into a hint list - but probably too late anyway ;-).

s/\(.*?\)//gs;

-- Hofmator