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