All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.regexp.match.js Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
require('../../modules/es6.regexp.match');
var MATCH = require('../../modules/_wks')('match');
module.exports = function (it, str) {
  return RegExp.prototype[MATCH].call(it, str);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy