index.js 73 B

123456
  1. 'use strict'
  2. module.exports = function () {
  3. return /url\((.*?)\)/ig
  4. }