Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
1
Capture URL without Query Parameters
ECMAScript (JavaScript)
Capture URL without Query Parameters /^(+).*/gm
Submitted by
anonymous
-
2 years ago
1
Discord GuildEmoji
PCRE2 (PHP >=7.3)
Matches a custom emoji from discord. Group 1: Optional, "a" means animated, a gif. Group 2: Emoji Name. Group 3: Emoji Id;
Submitted by
revelcw
-
2 years ago
1
prod validation
PCRE2 (PHP >=7.3)
valid prod
Submitted by
CW
-
2 years ago
(Last modified 2 years ago)
1
extract <*n or <n where n is a number
Golang
see https://stackoverflow.com/questions/76228402/regex-to-extract-n-where-n-is-digit
Submitted by
code_monk
-
2 years ago
1
ENEL T5 Mono
PCRE (PHP <7.3)
T
Submitted by
anonymous
-
2 years ago
1
Unknown slash on email regex
PCRE2 (PHP >=7.3)
Yes
Submitted by
kentrino
-
2 years ago
1
NotEmpty
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/7967075/regex-for-not-empty-and-not-whitespace
Submitted by
anonymous
-
2 years ago
2
ISD Codes for Phones
ECMAScript (JavaScript)
ISD Codes for Phones Matches the basic format for ISD Codes.
Submitted by
Arvind Singh Rawat
-
2 years ago
1
VIN europe
PCRE2 (PHP >=7.3)
Validate a VIN (vehicule identification number) for europe
Submitted by
anonymous
-
2 years ago
1
Phrase enclosed case insensitive
.NET 7.0 (C#)
Match everything enclosed, say, a phrase, with case insensitive.
Submitted by
kosalanuwan
-
2 years ago
1
tiktok video id
ECMAScript (JavaScript)
get tiktok video id https://m.tiktok.com/h5/share/usr/6641141594707361797.html https://m.tiktok.com/v/6749869095467945218.html https://www.tiktok.com/@cchelseam..eow/video/6751181801206729990 https://www.tiktok.com/embed/6567659045795758085...
Submitted by
threedot
-
2 years ago
1
all instagram regex
PCRE (PHP <7.3)
(?:https?:\/\/)?(?:www.)?instagram.com\/?([a-zA-Z0-9\.\\-]+)?\/([p]+)?([reel]+)?([tv]+)?([stories]+)?\/([a-zA-Z0-9\-\\.]+)\/?([0-9]+)?
Submitted by
threedot
-
2 years ago
0
Aspnetzero
PCRE2 (PHP >=7.3)
Aspnetzero
Submitted by
anonymous
-
2 years ago
0
camel assistant solution parse
PCRE2 (PHP >=7.3)
camel assistant solution parse
Submitted by
anonymous
-
2 years ago
0
Python Regex to Find Rack Files
Python
Python Regex to Find Rack Files
Submitted by
anonymous
-
2 years ago
0
Match Discord Emoji
ECMAScript (JavaScript)
This matches all type of emoji which can be used on Discord.
Submitted by
cph101
-
2 years ago
1
Catch multiline escaped text between quotes
ECMAScript (JavaScript)
Catch multiline escaped text between quotes: ...
Submitted by
David Blanchard
-
2 years ago
(Last modified 2 years ago)
0
CHECK
PCRE2 (PHP >=7.3)
CHECK
Submitted by
vishnu
-
2 years ago
0
camel-assistnt resp
Python
camel-assistnt resp
Submitted by
anonymous
-
2 years ago
0
non-sargable finder
PCRE2 (PHP >=7.3)
find non-sargable sql
Submitted by
nick preston
-
2 years ago
1
...
58
59
60
61
62
...
902
Community Library Entry
0
Regular Expression
Python
r"
(?!
\d\s\b
PP
\b
)
(?!
\d\s\b
pp
\b
)
(?!
\d\s\b
Ga
\b
)
(?!
\d\s\b
Ma
\b
)
(?=
\d\s\w
)
"
gm
Open regex in editor
Description
walter1976Split
Submitted by
anonymous
-
2 years ago