Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-05 15:31
Flavor·PCRE2 (PHP)

/
<([\w_-]*)>.*?<(\/\1)>
/
sg
Open regex in editor

Description

maybe useful if you want to enrich e.g. markup with xml fragments and analyse them (e.g. joplinApp with RestApi)

Submitted by cookyr