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
[ ] delimiter matching
PCRE (PHP <7.3)
af
Submitted by
me
-
8 years ago
1
MultiTag Best Regex
ECMAScript (JavaScript)
Now include regex inside {{ }}
Submitted by
Ricardo Feitoza
-
8 years ago
1
Strip unicode u
Python
no description available
Submitted by
anonymous
-
8 years ago
1
freeproxylists.net
PCRE (PHP <7.3)
regex for freeproxylists.net
Submitted by
anonymous
-
8 years ago
1
Match everything after last slash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find Whole CaMeL Words
PCRE (PHP <7.3)
The PCRE (or any regex flavor supporting word boundaries, Unicode properties and lookaheads) \b(?!\p{Lu}+\b)(?=\p{L}\p{Ll})(?=\p{L}\p{Lu})(?!\p{Lu}\p{Ll}*\b)\p{L}+\b regex finds CaMeL words that: Have at least 1 lowercase letter Have at least 1 uppercase letter Do not follow the X, XXX or Xxxx p...
Submitted by
Wiktor Stribiżew
-
8 years ago
1
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match only ONE letter after a number
ECMAScript (JavaScript)
no description available
Submitted by
padre629
-
8 years ago
0
Equidé
PCRE (PHP <7.3)
no description available
Submitted by
Carl
-
8 years ago
1
Complex Javascript Regex (ASCII Only)
ECMAScript (JavaScript)
no description available
Submitted by
datatypevoid
-
8 years ago
1
Complex Javascript Regex (With Non ASCII Support)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Simple 'Good Enough' Javascript Regex (ASCII Only)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
URL pattern
PCRE (PHP <7.3)
URL pattern. include cyrillic characters
Submitted by
Bobsans
-
8 years ago
1
Chaîne non vide
PCRE (PHP <7.3)
Vérifie si la chaîne fournie est vide (c'est à dire composé uniquement d'espaces) ou non
Submitted by
Alain Souchet
-
8 years ago
1
Email
PCRE (PHP <7.3)
Teste la validité d'une adresse email
Submitted by
Alain Souchet
-
8 years ago
1
The correct order of the brackets 2
PCRE (PHP <7.3)
Check the correct order of the brackets (),,{},[] fix slashes
Submitted by
Korniychuk Anton<ancor.dev@gmail.com>
-
8 years ago
1
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
8 years ago
1
Disassembly Line Bytes
PCRE (PHP <7.3)
no description available
Submitted by
zhaDe
-
8 years ago
1
Date validation in dd MMM yyyy format
PCRE (PHP <7.3)
Date validation in dd MMM yyyy format Ex:14 Jan 2014
Submitted by
neel
-
8 years ago
1
V8 Stack
ECMAScript (JavaScript)
Parses the V8 StackFrames
Submitted by
anonymous
-
8 years ago
1
...
227
228
229
230
231
...
900
Community Library Entry
0
Regular Expression
Python
r"
お買
\n\d\s
*
\d
*
[
,|
\d
|
\s
*
]
[
\s
|
\d
]
*
"
gm
Open regex in editor
Description
お買\n\d\s*\d*[,|\d|\s*][\s|\d]*
レシートサンプルから複数行にわたる金額表記を取得する場合のケース用
Submitted by
anonymous
-
3 years ago