1
在php中,我需要一個正則表達式,使用preg_replace()
函數從特定單詞中刪除到文件結束。php正則表達式從字到文件結尾刪除
例如文件可能類似於:
Hi, I'm Stefy,
this is my friend:
<div id="friend">Mr. Brown</div>.
,我會從刪除是我的朋友到EOF,以獲得:
Hi, I'm Stefy,
this
有人能幫助我嗎?
大,完美的作品!非常感謝你。 – 2014-09-19 09:23:19