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,020 community submitted regex patterns...
0
Strator sellout files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Dollars but not IP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zippyshare link extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Seeking regular expression guru
PCRE (PHP <7.3)
We are looking for developer who is good at regular expression. We need to scrap web site and gather some data to database. This is a test.
Submitted by
Junior Báez
-
7 years ago
(Last modified a year ago)
0
PPUA5301 Add Question closing div
PCRE (PHP <7.3)
Add Question closing div to pt designation at the end of questions
Submitted by
anonymous
-
7 years ago
0
select the time after the date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
select the title from the full name - titanic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PBC - Distributors to be Renewed List
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Comprehensive US SSN (Social Security Number)
ECMAScript (JavaScript)
This regex targets a customer specific requirement for a regex that matches US Social security numbers either separated by -(dash), space or nothing. So it should match: 702-02-9921 702 02 9921 702029921...
Submitted by
@rafalages
-
7 years ago
0
URL Matcher
PCRE (PHP <7.3)
Matches all valid URLs. Does not match things such as mailto:someone@example.com and http://a.b/.
Submitted by
StellarDoor5319
-
7 years ago
0
bank account number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
VR text with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Seance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
All countries phones regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate html end tags with single quotes
ECMAScript (JavaScript)
validate html tags should have end tags, closing single, double quotes
Submitted by
Remo
-
7 years ago
0
Toy labels regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
simple regex for matching first cyrillic word found in a string
PCRE (PHP <7.3)
no description available
Submitted by
quantuumsnot
-
7 years ago
0
InfluxDB Measurements
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
VAT - Dirección.numero
Python
no description available
Submitted by
anonymous
-
7 years ago
0
CDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
449
450
451
452
453
...
901
Community Library Entry
0
Regular Expression
Python
r"
(?<=
|
\[
|
\,
|
\+
)
?
-
?
(
[
1
-
9
]
|
\.
|
0
\.
)
(
[
0
-
9
]
|
\.
)*
(?!
(
\/
|
\*
)
)
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago