| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/hsla-regex/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/hsla-regex/index.js |
'use strict';
module.exports = function hslaRegex(options) {
options = options || {};
return options.exact ?
/^hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*(\d*(?:\.\d+)?)\)$/ :
/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*(\d*(?:\.\d+)?)\)/ig;
}
|