Regular Expressions 101

Community Patterns

0

Get h1-6 tag

.NET (C#)
(.*?)
Submitted by OlegBel - 9 months ago
0

USD

.NET (C#)
USD
Submitted by anonymous - 8 months ago
0

for killerswim

.NET (C#)
a
Submitted by anonymous - 4 months ago

C# Regex Extract/Match Nested HTML Elements/Tags

3

Regular Expression
.NET (C#)

@"
<div id=""target""((?'nested'<div)|</div(?'-nested')|[\w\W]*?)*</div>
"
gm

Description

Loading markdown...
Submitted by w4po - 2 years ago
(Last modified 2 months ago)