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
Celulares - Tamanho de tela
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
New Zealand Mobile number validity check
PCRE (PHP <7.3)
Regex to determine whether or not a New Zealand number is real
Submitted by
anonymous
-
7 years ago
0
Demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
cfs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
html comments
PCRE (PHP <7.3)
Get content between html comments. My content ...
Submitted by
anonymous
-
7 years ago
0
[229187] - Celular - Memoria Interna
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
katakana
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find all tables used in these queries (assumes formatted)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
clean up table aliases
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
gpfs timestamp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Celulares - Tamanho de tela
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Celulares - Tamanho de tela
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
[229187] - Celular - Tamanho de tela
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
[229187] - Celular - Tamanho de tela - Invertido ou só número
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Matching multiple words in any order in the same string
PCRE (PHP <7.3)
Matching multiple words any order.
Submitted by
anonymous
-
6 years ago
0
French phone numbers / Numéros de téléphone français
PCRE (PHP <7.3)
Will match any French phone number, without or with separators (. - space), with or without international notation (+33 or 0033). 1st subgroup captures 0, +nn or 00nn 2nd subgroup captures the rest of the phone number Examples: 0512345678...
Submitted by
Gabriel Hautclocq
-
6 years ago
0
Programme lots agate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DOM Element Values from Path
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
match-any-email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
102
103
104
105
106
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
LEFT
|
RIGHT
|
CROSS
)
\s
{0,}
(
INNER
|
OUTER
){0,}
\s
{0,}
JOIN
.
{0,}
$
|
FROM
.
{0,}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago