$/","",$i); 末尾の文字列を削除してください。行の書き方は?実はhtml_entity_decode以降
です。"/>
$/","",$i); 末尾の文字列を削除してください。行の書き方は?実はhtml_entity_decode以降
です。">
ホームページ >バックエンド開発 >PHPチュートリアル >正規表現は 1 行のみです。詳細を投稿してください
求助个正则表达式 只一行 详细入贴
$i = str_replace(":%s/<br />$/","",$i);
去掉行尾的一个<br />字符串如何写?
其实就是html_entity_decode后的
之去掉一个。
------解决方案--------------------
$s='aa<br />bb'; echo str_replace('<br />','',$s); <br><font color="#e78608">------解决方案--------------------</font><br>莫名其妙 <br><font color="#e78608">------解决方案--------------------</font><br>/<br\s*\/>$/i <br><font color="#e78608">------解决方案--------------------</font><br>
rtrim($string, '<br />'); <div class="clear"> </div>