Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-03 00:20
Flavor·ECMAScript (JavaScript)

/
(?:^var ((?!\d).+))|\1
/
gm
Open regex in editor

Description

trying to figure out how to find variable names only

Submitted by me