次のような URL を置換するための正規表現が必要です。
http://www.domain.com/web/
私は試した:
$pattern = '/\bhttp\S*\/"\b/';
しかし、動作しません。
文字列の最初と最後が必要です。これは JSON 文字列で、
"ImgRemotePath":"http:\/\/localhost\/\/web\/images\/obj\/car.png"
また
"ImgRemotePath":"http:\/\/localhost\/\/web\/images\/"
最後に削除する必要があります:
"ImgRemotePath":"http:\/\/localhost\/\/web\/images\/"
に
"ImgRemotePath":""