Regular Expressions 101

Community Patterns

sentence selection with specific words in proximity

0

Regular Expression
PCRE (PHP <7.3)

/
[^.]*?\boak(?:\W+[^\W.]+){0,5}?\W+wood(?:\W+[^\W.]+){0,5}?\W+table(?:\W+[^\W.]+){0,5}?\W+variety[^.]*\.+
/
gm

Description

no description available

Submitted by anonymous - 4 years ago