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

Dyno warning regex

0

Regular Expression
Python

r"
(?:(?P<Date>(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) \d{1,2}, \d+ \d{1,2}:\d{1,2} AM|PM) (?P<WarnID>(?:[0-9a-f]|-)*) (?P<User>[a-zA-Z]+#[0-9]{4}) (?:\((?P<UserID>[0-9]+)\)) (?P<Moderator>[a-zA-Z]+#[0-9]{4}) (?P<WarnReason>(?:\s|\S)+))
"
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago