Regular Expressions 101

Community Patterns

-3

IPv4 address

Python
Matches any IPv4 address
Submitted by anonymous - 8 years ago
-2

example

Python
match
Submitted by anonymous - 9 years ago
-2

eee

Python
no description available
Submitted by anonymous - 9 years ago
-2

link

Python
no description available
Submitted by NTP-[SADAS] - 9 years ago
-2

five word capture

Python
no description available
Submitted by anonymous - 9 years ago
-2

Host and domains

Python
no description available
Submitted by anonymous - 8 years ago
-2

IPv4

Python
allows for all legal IPv4 addresses
Submitted by anonymous - 8 years ago
-2

twitter usernames

Python
no description available
Submitted by anonymous - 8 years ago
-2

checklists item

Python
checklists item
Submitted by Tobias Hochgürtel - 8 years ago
-2

filter

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 - 10 months ago