Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Python

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

Description

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

Submitted by anonymous - 3 years ago