/**
  * @param string $text
  *
  * @return string
  */
 public function strip($text)
 {
     return $this->parser->strip($text);
 }