/** * Returns true if the string contains HTML-Tags, false otherwise. * * @return bool Whether or not $str contains HTML-Tags */ public function isHtml() { return UTF8::isHtml($this->str); }