Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
Python

r"
EXEC\s+SQL\s*(?:[\r\n]\s*[^\S\r\n]*\s*)*SELECT
"
gm

Description

EXEC\s+SQL\s*(?:[\r\n]\s*[^\S\r\n]\s)*SELECT

Submitted by Tony - 21 days ago