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,920 community submitted regex patterns...
0
续住1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
叫车1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ex1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
接送机1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
投诉1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
送餐1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
洗衣1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
1
...
459
460
461
462
463
...
596
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
a year ago
(Last modified a year ago)