Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

0

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 - 9 months ago