public function __construct($string)
 {
     parent::__construct();
     $this->string = $string;
     $this->pos = 0;
     $this->depth = 0;
     $this->regexps = array();
 }