-3
如果你能幫助我,我需要幫助。我需要用正則表達式來代替:如何用php和正則表達式替換兩個標籤到一個
</table> <br />
or this (without space in between)
</table><br />
(it can be <br /> or <br>)
只有表格關閉標籤,最後刪除br標籤。
如果你能幫助我,我需要幫助。我需要用正則表達式來代替:如何用php和正則表達式替換兩個標籤到一個
</table> <br />
or this (without space in between)
</table><br />
(it can be <br /> or <br>)
只有表格關閉標籤,最後刪除br標籤。
嗨!歡迎來到stackoverflow,請在發佈問題前仔細閱讀[how-to-ask](http://stackoverflow.com/help/how-to-ask),它會讓你更進一步.. – Naruto