Version 1
[yaffs-website] / node_modules / core-js / library / fn / regexp / match.js
diff --git a/node_modules/core-js/library/fn/regexp/match.js b/node_modules/core-js/library/fn/regexp/match.js
new file mode 100644 (file)
index 0000000..400d092
--- /dev/null
@@ -0,0 +1,5 @@
+require('../../modules/es6.regexp.match');
+var MATCH = require('../../modules/_wks')('match');
+module.exports = function(it, str){
+  return RegExp.prototype[MATCH].call(it, str);
+};
\ No newline at end of file