Okay, I understand the basics of decoding UUENCODE, however I'm having trouble separating the important data from the incoming stream.
Basically, I want to extract from a marker (BEGIN) to another marker (END)...
is there a nice function? Something like this?
$newstring = extract($string, "BEGIN", "END");