コード例 #1
0
ファイル: Stringy.php プロジェクト: voku/stringy
 /**
  * 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);
 }