/ Published in: Regular Expression
Expand |
Embed | Plain Text
find: url\(([a-zA-Z\.]+)\) replace: url('images/$1')
You need to login to post a comment.
abstraktor on 09/22/11
1 person have marked this snippet as a favorite
find: url\(([a-zA-Z\.]+)\) replace: url('images/$1')
You need to login to post a comment.