Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-19 00:41
Flavor·Python

r"
\%[\s|\\r|\\n]*\{[\s|\\r|\\n]*(?:[\s|\\r|\\n]*\(\#[^\=]+\=[^\)]+\)\.)
"
ig
Open regex in editor

Description

%[\s|\r|\n]{[\s|\r|\n](?:[\s|\r|\n]*(#[^=]+=[^)]+).)

Submitted by anonymous