Regular Expressions 101

Community Patterns

0

Get h1-6 tag

.NET (C#)
(.*?)
Submitted by OlegBel - 8 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

Email address validator - ASCII standard

0

Regular Expression
.NET (C#)

@"
^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,})+$
"
gm

Description

Loading markdown...
Submitted by rotors6472 - 10 months ago