This differs from other posts in that I need it to MATCH on everything after a search string, excluding the search string.
For example, with "Bob at Ohio State", I need to extract everything after " at ", e.g. in this case "Ohio State".
For the tool I am using, Chrome Web Scraper Extension, I only have the ability to return MATCHED expressions. So I need a matching expression that matches on " at ", and then only returns everything after that.