I need a regex which finds text with open [@ markup bracket in a text string. It should match for instance abcd123[@xyz but not abcd123[@xyz@] Basically I want to remove open [@ character pairs from a text line. Can someone help please? Hans