I am trying to generate regular expression to find the following strings in text using preg_match or any other way. The pattern for me is everything between '(S' and 'E)'
(S02E01) (S12E02) (S10E03) (S01E04) (S07E05)
Is it possible to extract those strings?
Title example: "Coming soon, next Friday (S02E01) - Subscribe!"