UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
src
/
languageProcessing
/
languages
/
en
/
config
/
regularParticiplesRegex.js
6 lines
(5 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
/** * 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
;