UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

6 lines (5 loc) 214 B
/** * A Regex that recognizes regular participles. NOTE: this often coincides with simple past forms. * @type {RegExp} */ export const regularParticiplesRegex = /\w+ed($|[ \n\r\t.,'()"+\-;!?:/»«‹›<>])/ig;