Regular Expressions 101

Community Patterns

10

entity

Python
no description available
Submitted by anonymous - 8 years ago

Get h1-6 tag

0

Regular Expression
.NET (C#)

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

Description

Loading markdown...
Submitted by OlegBel - a year ago