%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/cwg/wp-content/themes/cwg/node_modules/hsl-regex/ |
Current File : //proc/1857783/root/var/www/cwg/wp-content/themes/cwg/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; }