Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-06-12 10:10
Flavor·PCRE (Legacy)

/
define+\(["' ](.*)["' ], ["' ](.*)[ "']\);
/
Open regex in editor

Description

Matches PHP define("CONSTANT", "VALUE)

Submitted by xZero