Regular Expressions 101

Community Patterns

Find more than one word in SQL

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\W*(grade_membership|zip)\W*
/
gm

Description

Finds instances of more than one word in SQL.

Submitted by Matthew Hiebing - a year ago