Replace with
This will use the captured group which matched EITHER "Biology Today" OR "Chemistry Today" as the replacement text.
P.S. This is standard regular expressions syntax, so if you haven't already then I would advise you to take this regex tutorial:
http://www.regular-expressions.info/
It is my favorite tutorial -- it taught me everything I know.
Make sure to cover ALL the sections!