示例#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);
 }