Regular Expressions 101

Community Patterns

Ignore UPPER() and LOWeR() methods in WHERE clauses

0

Regular Expression
PCRE (PHP <7.3)

/
\b(?i)Create(?-i)\b\s*(?:\b.+\s*)*\(\s*"\s*.+\s+(?:\w+\s*)+"
/
gm

Description

no description available

Submitted by anonymous - 4 years ago