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,000 community submitted regex patterns...
-2
PHP Serialization String Validator
PCRE (PHP <7.3)
PHP serialize / unserialize __sleep __wakeup __serialize __unserialize
Submitted by
Abdullah Pazarbasi
-
2 years ago
-2
rustyms: pro forma single modification
Rust
The regex to match a single pro forma modification with all its intricacies.
Submitted by
Douwe Schulte
-
a year ago
-2
Ascending and Descending order
Java 8
This regex is to match Ascending or descending order of 8 digit number
Submitted by
anonymous
-
a year ago
-2
Codeforces 1800A Solution
ECMAScript (JavaScript)
By inserting this regex in a programming language to test it against Codeforces 1800A you'll solve the task
Submitted by
EntityPlantt
-
a year ago
-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
-
8 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
...
520
521
522
523
524
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
2
\d
{3}
-
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
-
(
0
[
1
-
9
]
|
[
1,2
]
[
0
-
9
]
|
3
[
0,1
]
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago