Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-07-14 13:40
Flavor·PCRE (Legacy)

/
(\S+?)\s*=\s*\"([^\t]+)\"\s*(?>;\s*\n)
/
gU
Open regex in editor

Description

Key/Value pairs with multiline support

Submitted by Alexander Krutov