Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-20 14:37
Flavor·PCRE2 (PHP)

/
SELECT [\w\s\(\*\)\,]* FROM ticket_file [\w\s\"\'\`\<\>\=]*
/
gm
Open regex in editor

Description

Pattern to detect certain SQL queries in the PROCESSLIST results.

Submitted by anonymous