Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-03-11 11:20
Flavor·Python

r"
(?![[{()\]}":',;]*$)[[{(,;\"'=]+[[{()\]}"' *+,;]*(?!$)
"
Open regex in editor

Description

Finds the next 'fieldish' part of the code like after equals or brackets or comma.

Submitted by anonymous