Hello everyone. Please, how can I remove a set of brackets, (), {} or [], AND everything inside those brackets. For example, (REMASTERED 2023), {live version} or [1971]. Thank you all.
In Replace (3) -> Replace box, enter: ( * )|{ * }|[ * ] , With: (leave blank) ( * )|{ * }|[ * ] (the | indicates multiple replacements). You could also activate D/S (double spaces) in Remove (5) to remove double spaces that could happen after replacements.
@Alo99:Replace(3) didnt have wildcard support until v3.5.0.0 So can either upgrade, or use RegEx(1) with a checkmark for "v2", so then a "Match" like... \ *\(\d+p_\d+fps_.*?\)$