Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-09-20 01:40
Flavor·PCRE (Legacy)

/
(^var)|(\=(.*))|( )
/
g
Open regex in editor

Description

Used to isolate the variable name of a JavaScript variable. Works event if there aren't spaces between the variable and the equals sign.

Submitted by Keith Mitchell