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

Phone number for all countries

2

Regular Expression
.NET (C#)

@"
^(?<code>\+?\d{1,3})[-\s]{0,}(?<number>\(?\d{3}\)?[-\s]{0,}\d{3}[-\s]{0,}\d{2}[-\s]{0,}\d{2})$
"
gm

Description

Loading markdown...
Submitted by Alexander Smirnov - 10 months ago