I need a regex expression for matching a string in quotes and then a white space then a round bracket then a curly bracket.
For example this is the text I want to match in Java:
"'Allo 'Allo!" (1982) {A Barrel Full of Airmen (#7.7)}
What would the regex for this be?
Sorry, but I'm just really lost. I tried a lot of different things but now I'm so stumped.