Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/regexTester.js

'use strict';

var callBound = require('call-bind/callBound');

var $exec = callBound('RegExp.prototype.exec');

module.exports = function regexTester(regex) {
	return function test(s) { return $exec(regex, s) !== null; };
};