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
Extract Java Exception Message Field
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
Extract the city from zip code and city input
ECMAScript (JavaScript)
no description available
Submitted by
Nils Butenschön
-
9 years ago
-1
Some kinds of emails regex.
ECMAScript (JavaScript)
Its a regex expression that matches with severals allowed kinds of emails.Enjoy it.
Submitted by
D<0S>
-
9 years ago
-1
index
PCRE (PHP <7.3)
include index.aspx
Submitted by
anonymous
-
9 years ago
-1
uah
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
GetDeviceIdFromAOR
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
JETAIR NL ARRIVAL DATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
parsing splunk tacacs with regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
Capture a tagged Number given in quotes within a free text
PCRE (PHP <7.3)
PN"+)["]
Submitted by
OS
-
9 years ago
-1
split URL in protokoll, domain, file(with path), parameter and anker
PCRE (PHP <7.3)
split URL in protokoll, domain, file(with path), parameter and anker
Submitted by
Candyman
-
9 years ago
-1
Workflow field converter
PCRE (PHP <7.3)
no description available
Submitted by
Brian Olson
-
9 years ago
-1
phone number to match all cases of phone number all over the world
PCRE (PHP <7.3)
i.e: (555)555-5555 (OK) 5555555555 (ok) 555.555.5555 (ok) 55555555556 (ok) +184 (555)555-5555 (ok)...
Submitted by
Quoc Kenny Nguyen
-
9 years ago
-1
Hurger
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
-1
unionWithToDate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
-1
Bluecoat Upstream ipv4-2
Python
Log: Bluecoat Event Type: Upstream Ref to Json: "Sources/Bluecoat/ipv4-2
Submitted by
anonymous
-
8 years ago
-1
IPv4 Advanced
PCRE (PHP <7.3)
no description available
Submitted by
Abdullah Pazarbasi
-
8 years ago
-1
North America - US - N11 Service Number - e.164 compliant/non-compliant
ECMAScript (JavaScript)
This expression can be used for identifying if a string (such as a dialed number using a cloud based telephony service) matches one of the known North American US N11 Service Numbers. It will match if the number is in e.164 format or not, and only matches when the string begins and ends with the des...
Submitted by
Benjamin Dean
-
8 years ago
-1
get only ids
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
-1
Cock Regex Checker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
-1
Extract AppleScript Handler Info: Name, Parameters, Tags, Comments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
520
521
522
523
524
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
.
*
?
(
\b
docbox
\b.
*
.
pdf
)
.
+
)
$
/
gm
Open regex in editor
Description
match a substring starting from a word and ending at a word
Submitted by
anonymous
-
2 years ago