Here\'s my css link for images:
background-image:url(images/background.gif);
I just want to add some: ../ to change the direct
../
You must use regex to parse css correctly
regex to parse your code : '/(url)\s*\(\s*[\w\W]+\)/ms'