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