Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-17 14:18
Flavor·.NET 7.0 (C#)

@"
<(h[1-6]){1}(?:.*?)?>(.*?)</h[1-6]>
"
g
Open regex in editor

Description

<(h[1-6]){1}(?:.?)?>(.?)</h[1-6]>

Submitted by OlegBel