mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 22:27:55 +08:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
require('../../modules/es6.regexp.split');
|
|
var SPLIT = require('../../modules/_wks')('split');
|
|
module.exports = function (it, str, limit) {
|
|
return RegExp.prototype[SPLIT].call(it, str, limit);
|
|
};
|