Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-09-18 10:48
Flavor·ECMAScript (JavaScript)

/
\[(?<headingtag>\w+)\]|(?<tag>\w+)\s+=\s+(?<code>\W+$)|(\k<tag>\w+)\s+=\s+(\k<code>.*)
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous