    public function htmld($type = ENT_COMPAT, $encode = 'UTF-8')
    {
        $this->string = html_entity_decode($this->string, $type, $encode);

        return $this;
    }