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
seo_bots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
majetek-detail_nabidky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
cesto-detail_nabidky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
side-by-side porovnani
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
pov-detail_nabidky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
zivot-LP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hypo-kalkulacka
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hypo-LP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
zivot-srovnavac
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Uppercase
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
t2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Double quotation marks replacement with "comillas latinas"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
jftr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PAN Card Regex
PCRE (PHP <7.3)
The PAN code is a ten-character long alpha-numeric unique identifier A typical PAN is AFZPK7190K. The combination in which alphabet and numbers are arranged is explained further. The first three characters (AFZ in the above PAN) are alphabetic series running from AAA to ZZZ. The fourth character o...
Submitted by
anonymous
-
5 years ago
0
insert sql grouped
PCRE (PHP <7.3)
Find all insert sql grouped by columns and values
Submitted by
anonymous
-
5 years ago
0
What %ANY%[,2] *ing the celebration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Taiwan Address regex
Python
no description available
Submitted by
cys0941
-
5 years ago
0
new home feature items
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Only alphanumeric, underscores and minuses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Comma separated list of alphanumeric, underscore and minus - with spaces around commas
PCRE (PHP <7.3)
Check if a string matches the conditions of being a list of alphanumeric, underscore and minus only strings, separated by commas (which can have spaces on either side).
Submitted by
anonymous
-
5 years ago
1
...
420
421
422
423
424
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
insert
\s
+
into
\s
+
casi_tassazione
\s
+
(
\(
.
+
?
\)
)
\s
+
values
\s
+
(
\(
.
+
\)
)
;
/
gmi
Open regex in editor
Description
Find all insert sql grouped by columns and values
Submitted by
anonymous
-
5 years ago