I am not sure that understand what you want exactly, maybe you should give some examples of string before and after modification. Do you want to remove only parentheses, or you want to remove the text between parentheses as well? Do you want to remove parentheses only if they are at the end of the string, or you want to remove them not matter where they are? There are several preset with similar purpose, e.g. "Remove (...) or [...] from the begin of <Into Field>...", "Remove (...) or [...] from the end of <Into Field>...", "Remove parenthesis that doesn't have pair from <Into Field>...", "Remove bracket that doesn't have pair from <Into Field>...". The preset which should remove any parentheses or brackets, not matter where they are in the string, is really simple, but I am not sure how much it could be useful:Davo wrote:I would appreciate it if you could show me how to remove parentheses (or Brackets) from words. I've tried but i cannot figure this out.
Find what: [()[\]{}]
Regular expression 1: checked
Replace with: empty