Regular Expressions 101

Community Patterns

1

C#

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 7 years ago

Key-Value list separated by newlines

1

Regular Expression
ECMAScript (JavaScript)

/
(?:[\n]{0,1})(\w+)(?:\ *=\ *)([^\n]*)(?:[\n]{0,1})
/
gm

Description

Loading markdown...
Submitted by acosw - 8 years ago