Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-05 10:26
Flavor·ECMAScript (JavaScript)

/
^((?:\w+)[^=;]+)=?\s*([^;]+)
/
gm
Open regex in editor

Description

Match the java assignments and get the assigned value

Submitted by mohamedrias