UNPKG

yoastseo

Version:

Yoast client-side content analysis

12 lines (11 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.regularParticiplesRegex = void 0; /** * A Regex that recognizes regular participles. NOTE: this often coincides with simple past forms. * @type {RegExp} */ const regularParticiplesRegex = exports.regularParticiplesRegex = /\w+ed($|[ \n\r\t.,'()"+\-;!?:/»«‹›<>])/ig; //# sourceMappingURL=regularParticiplesRegex.js.map