Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

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

Description
Created·2015-08-05 10:26
Type·Match
Flavor·JavaScript

Match the java assignments and get the assigned value

Submitted by mohamedrias
Open Workspace