Using php preg_replace to replace url with ../ -
i need replace css : ex: background: url('../image/abc.png');
can using regular expressions replace
background: url('view/theme/image/abc.png'); replace "url('../image/abc.png')" url('view/theme/image/abc.png');
thank !!
Comments
Post a Comment