Regular Expressions 101

Community Patterns

detect assignment x=

0

Regular Expression
Python

r"
^([a-zA-Z]+\w*)[ \t]*=(?!=).+
"
gm

Description

no description available

Submitted by anonymous - 4 years ago