Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-09-16 03:01
Flavor·PCRE (Legacy)

/
<(?<key>[^>]+)>(?<value>[^<]+)<\/\1>
/
sg
Open regex in editor

Description

Basic XML key-value extraction

Submitted by Keith Muggleton