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 11,940 community submitted regex patterns...
0
加床1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ex3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Wii the-eye.eu
PCRE (PHP <7.3)
Extract info from anchor links
Submitted by
anonymous
-
4 years ago
0
Canadian Phone Number Validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Data attributes with or without value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
nginx server_name tokenizer
PCRE (PHP <7.3)
This regex sets different parts of the url host in variables : $domain $namespace $feature $isAPI...
Submitted by
anonymous
-
4 years ago
0
DACH mob tel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Revert
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
JIRA Tickets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fox EMEA PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CEP mask
PCRE (PHP <7.3)
Brazilian CEP mask
Submitted by
anonymous
-
4 years ago
0
Negative lookahead to excluded non-Windows Office and a couple others
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Clear
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Consecutive images
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN1-v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN2-v4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak punctuation regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
460
461
462
463
464
...
597
Community Library Entry
1
Regular Expression
Rust
r"
\b
[
(
]
?
(?P<areaCode>
\d
{3}
)
[
)
]
?
[
.-
]
(?P<phone>
\d
{3}
[
.-
]
\d
{4}
)
\b
"
gs
Open regex in editor
Description
not fully featured, but simple.
Submitted by
Jakersnell
-
a year ago