mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-15 03:08:44 +08:00
6 lines
184 B
JavaScript
6 lines
184 B
JavaScript
require('../../modules/es6.regexp.match');
|
|
var MATCH = require('../../modules/_wks')('match');
|
|
module.exports = function (it, str) {
|
|
return RegExp.prototype[MATCH].call(it, str);
|
|
};
|