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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,820 community submitted regex patterns...
0
Phone regex for => (789) 456-1230
PCRE (PHP <7.3)
(789) 456-1230
Submitted by
anonymous
-
4 years ago
0
bevprog path matching
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Input Validation - Stack Overflow
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Dice roll notation
ECMAScript (JavaScript)
Map operator, constants, number of dice, number of faces, exploding/imploding and selective dice notations
Submitted by
anonymous
-
4 years ago
0
US state
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
acao
PCRE (PHP <7.3)
texto de visao
Submitted by
anonymous
-
4 years ago
0
Todo lo que no sea numero
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QLAB cue
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Token NUM - Atividade T11
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
pack shelves
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Currency Format for EU
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Joanne names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Check roundup value for invoice
PCRE (PHP <7.3)
By using this regex, we can check roundup values which is used in billing. Valid results are: 1) -0.15 2) 1.11 3) 9.99 ...
Submitted by
anonymous
-
4 years ago
0
Text between %% %%
PCRE (PHP <7.3)
Text between percentage
Submitted by
anonymous
-
4 years ago
0
look for markdown styles in headers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Recconhecer Comentarios de Xadrez
PCRE (PHP <7.3)
Expressao que reconhece Comentarios de xadrez em um arquivo pgn.
Submitted by
anonymous
-
4 years ago
0
Русские маты
PCRE (PHP <7.3)
Матчит русские маты
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Find PHP mysqli query with direct string interpolation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
First and Last character Match
PCRE (PHP <7.3)
This expression matches first and last character as well as check for the string if length is 1 or not if it is simply check the first character.
Submitted by
anonymous
-
4 years ago
1
...
563
564
565
566
567
...
641
entity
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago