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

YouTube link parser

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(https:\/\/youtu\.be\/|http:\/\/www\.youtube\.com\/watch\?v=).*$
/
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago
(Last modified 6 months ago)