Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-08-06 14:13
Flavor·Python

r"
<(?P<name>\s*.+?\s*):(?P<value>\s*.+?\s*)>
"
g
Open regex in editor

Description

<NAME: VALUE>

Submitted by Kerem Göksu