可能重複:
Regex to change format of all img src attributesPHP的正則表達式爲獲取圖像
嗨,
我想取代我的內容數據庫字段圖像路徑。
我有以下
preg_replace("/src='(?:[^'\/]*\/)*([^']+)'/g","src='newPath/$2'",$content);
這是工作的罰款
src="/path/path/image.jpg"
,但無法接通
src="http://www.mydomain.com/path/path/image.jpg"
任何幫助來繞過這個問題?
通過'http :: //'應該是通過'http://' – Sarfraz 2010-07-30 09:36:35
我會說,它一般用於失敗包在雙引號的屬性值。 – Gumbo 2010-07-30 09:40:48