HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/clean-css/lib/reader/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/clean-css/lib/reader/match-data-uri.js
var DATA_URI_PATTERN = /^data:(\S*?)?(;charset=[^;]+)?(;[^,]+?)?,(.+)/;

function matchDataUri(uri) {
  return DATA_URI_PATTERN.exec(uri);
}

module.exports = matchDataUri;