Regular Expressions 101

Community Patterns

SQL Index to migration call

0

Regular Expression
PCRE (PHP <7.3)

/
CREATE([ UNIQUE ]+)?NONCLUSTERED INDEX \[([\w]+)\] ON \[dbo\]\.\[([\w]+)\]\(([\w ,]+)\) \n(INCLUDE \([\w ,]+\)\n)?WITH \([\w _=,]+\) ON \[PRIMARY\](;)?
/
gm

Description

no description available

Submitted by anonymous - 4 years ago