Hi Guys,
imagine if you will the following string:
"A Great Movie (1999) DVDRip.avi"
I am looking to extract the string "A Great Movie" from this via regex, but struggling to get the correct regex for this.
I would be using this too parse file names of various length.
thanks!