Community Patterns

Community Library Entry

1

Regular Expression
Created·2017-01-25 14:49
Flavor·Python

r"
(?P<WORD>\w+)|(?P<ASSIGN>:=)|(?:\s+)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous