I have gone through all related topics here on regex and can't find one that really works for my case.
What I want to do is:
HLN (Formerly Headline News) => HLN
which means: I would replace everything inside the parentheses to be "" (including the parentheses).
My difficulty is how to find the pattern "(.+?)", when I tried it, it always gives me
PatternSyntaxException at (
Look forward to your kind help.