Ha, it really was incredibly simple - I just found out how to do it...
$text = strip_tags($text);
worked famously, in case this info is useful for anybody else.
Although, I'm still interested in how I would do it if I, say, wanted to delete everything between the words "context" and "unofficially" (not being html tags) in a string, if anybody could help.
Thanks...