UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (4 loc) 203 B
'use strict'; const regex = '[\uD800-\uDBFF][\uDC00-\uDFFF]'; const astralRegex = options => options && options.exact ? new RegExp(`^${regex}$`) : new RegExp(regex, 'g'); module.exports = astralRegex;