Hi list, Does anyone have a regex to remove any text between parenthesis (including the parenthesis) ? I've tried many options, but none seems to work perfectly... For instance : "\(\)" removes only parenthesis with no text inside I've also tried this : "\([a-z 0-9 ]+\)", but no luck... Thanks, JB