芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/clean-css/lib/reader/match-data-uri.js
var DATA_URI_PATTERN = /^data:(\S*?)?(;charset=(?:(?!;charset=)[^;])+)?(;[^,]+?)?,(.+)/; function matchDataUri(uri) { return DATA_URI_PATTERN.exec(uri); } module.exports = matchDataUri;