Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-11 07:24
Flavor·PCRE (Legacy)

/
(?:\s*|\r)+GO(\s*);*\s*(?:\r|\n)
/
gmi
Open regex in editor

Description

Splits a SQL script into sections seperated by GO statement

Submitted by Michael Skovslund