Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
PCRE2 (PHP >=7.3)

Description

Check if a string contains the word word in it (case insensitive). If you have no idea, I guess you could try /word/.

Submitted by anonymous - 10 days ago