I was changing css file urls like str_replace('url(', 'url(somelocation/', $content);
now I want to exclude, absolute path ones, like url(/ does any one suggest something?
-
What's the problem with regular expressions?netcoder– netcoder2010-11-08 21:57:08 +00:00Commented Nov 8, 2010 at 21:57
-
I dont want to mess something that I can solve with a simple expression.nerkn– nerkn2010-11-08 22:08:10 +00:00Commented Nov 8, 2010 at 22:08
Add a comment
|