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
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
0
Remove millisecond form ISO date format.
ECMAScript (JavaScript)
e.g. convert new Date().toISOString(); // == "2016-11-21T08:00:00.000Z" into "2016-11-21T08:00:00"
Submitted by
anonymous
-
7 years ago
0
url selector
ECMAScript (JavaScript)
no description available
Submitted by
daniela
-
7 years ago
0
match html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Insulation Purpose
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
frame name myeye 2
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Square Brackets
PCRE (PHP <7.3)
What it captures Allows to capture 'Square Brackets' and any characters in the brackets
Submitted by
abrad1212
-
7 years ago
1
...
124
125
126
127
128
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
variants
\[
(
[
0
-
9
]
{6}
)
\]\[
1
\]\[
(
[
0
-
9
]
{1,6}
)
\]
\=
237228
\;
/
Open regex in editor
Description
/iii b.lkm.0plmoi/238888963.1.175.369.2636
Submitted by
cs
-
9 years ago