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...
0
Regular Expression For Address Street and Apartment (Unit) Numbers
PCRE (PHP <7.3)
The regular expression checks for the street numbers or apartment numbers of addresses. It also assumes that the numbers can have a prefix or suffix. Unit/Apartment numbers are of the form Unit Number/Street Number e.g. 10/12.
Submitted by
anonymous
-
5 years ago
0
1200-2299 year validation
PCRE (PHP <7.3)
This regex validates the year 1200-2299.
Submitted by
anonymous
-
5 years ago
0
identify values lower than 100000
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iOS Chinese String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Czech Republic - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Cyprus - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Sweden - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Spain - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Estonia - - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Illinois - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Hawaii - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Florida - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Age (in combination)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Gender (all derivations)Gender (all derivations)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Digital Identity - screen name, handle, login, nickname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bank Account
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Dept. of Defense ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Louisiana - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Credit Card #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
294
295
296
297
298
...
900
Community Library Entry
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago