Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-08-17 19:41
Flavor·PCRE (Legacy)

/
^(?=.*\bmeat\b)(?=.*\bpasta\b)(?=.*\bdinner\b).+
/
Open regex in editor

Description

Match the sentence if ALL the mentioned keywords are present

Submitted by anonymous