Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-01-19 10:48
Flavor·PCRE (Legacy)

/
\W?Y{2,4}\W?
/
gm
Open regex in editor

Description

any number of non-word, 2-4 character Y, and any number of non word

Submitted by anonymous