Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-08 14:00
Updated·2022-07-08 14:07
Flavor·Python

r"
(select\s.*from\s|delete\s+from\s|insert\s+into\s.*values\s|update\s.*set\s)
"
gmsi
Open regex in editor

Description

An example false positive matching docstring for the regex used by flake8-sql (https://github.com/pgjones/flake8-sql).

Submitted by anonymous