> ∧ ∧
> /(´ー`)ノ<BBSTREE.PHPの個別NGとツリーの文末に間隔をあける方法
>  ̄ ̄ ̄ ̄ ̄|
> # 参考の消去
> $treemsg['MSG'] = preg_replace("/<a href=[^>]+>参考:[^<]+<\/a>/i", "", $treemsg['MSG'], 1);
> # 引用の消去
> $treemsg['MSG'] = preg_replace("/(^|\r)>[^\r]*/", "", $treemsg['MSG']);
> $treemsg['MSG'] = preg_replace("/^\r+/", "", $treemsg['MSG']);
> $treemsg['MSG'] = rtrim($treemsg['MSG']);
> #20181117 擬古猫 個別NG
> $treemsg['MSG'] = preg_replace("/(.+)/","<span class= \"ngline\">$1</span>\r", $treemsg['MSG']);
いつもありがとうございます(;´Д`)使わせていただきます
参考:2018/11/17(土) 20:19:52