Regular Expressions 101

Community Patterns

match expression

0

Regular Expression
Python

r"
{(?:[A-Za-z_][A-Za-z_0-9]*|[+\-*/%<=>&|()0-9. ])*}
"
g

Description

no description available

Submitted by anonymous - 6 years ago