UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

11 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (text, regexp) { var results = []; var match; while (match = regexp.exec(text)) { results.push(match); } return results; }; //# sourceMappingURL=matches.js.map