
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/hsla-regex/ |
| Current File : /home/questend/public_html/domains/flaxzy.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;
}

