Sublime Text 2 regex replacement To use the sass-rails image-url helper for background images after upgrading a project to Rails 4 Howto Find regex url\(\/assets\/(.*)\) Replace with image-url('${1}') Example Replaces url(/assets/admin/arrow.png) With image-url('admin/arrow.png')