Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-08 17:50
Flavor·PCRE2 (PHP)

/
^(CREATE TABLE[^;]*;)
/
gm
Open regex in editor

Description

Usage: pcre2grep -M -e'^(CREATE TABLE[^;]*?;)' dump.sql > create-tables.sql

Submitted by Daniel J. Post