UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (7 loc) 262 B
'use strict'; module.exports = function rgbaRegex(options) { options = options || {}; return options.exact ? /^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*(\d*(?:\.\d+)?)\)$/ : /rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*(\d*(?:\.\d+)?)\)/ig; }