I have some strings I need to scrape data from. I need a simple way of telling PHP to look in the string and delete data before and after the part I need. An example is:
When: Sat 19 Sep 2009 22:00 to Sun 20 Sep 2009 03:00 
I want to delete the "When: " and then remove the & and everything after it. Is this a Regex thing? Not really used them before.