/**
  * Sets the "from" pattern. Required.
  */
 function setFrom($from) {
     $this->reg->SetPattern($from);
 }