
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/rgb-regex/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/rgb-regex/index.js |
'use strict';
module.exports = function rgbRegex(options) {
options = options || {};
return options.exact ?
/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/ :
/rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)/ig;
}

