Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
.NET 7.0 (C#)

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

Description

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

Submitted by OlegBel - 2 years ago