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...
1
extract images from google image results
ECMAScript (JavaScript)
no description available
Submitted by
ibrahim
-
8 years ago
1
SC Extra tokens
ECMAScript (JavaScript)
In Documents
Submitted by
anonymous
-
8 years ago
1
Quizlet Bolding to HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
File Name (Windows)
ECMAScript (JavaScript)
Valid windows file name.
Submitted by
anonymous
-
8 years ago
1
Guid for MSSQL
ECMAScript (JavaScript)
Unique identifier guid generated by mssql databases
Submitted by
anonymous
-
8 years ago
1
Overwhelming Azure light
PCRE (PHP <7.3)
you're dead dude.
Submitted by
anonymous
-
8 years ago
1
ex. 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Mercado
Python
Somente as primeiras palavras.
Submitted by
anonymous
-
8 years ago
1
Telefonski broj EastEurope
PCRE (PHP <7.3)
Format broja za Balkan
Submitted by
Ja
-
8 years ago
1
Count Query
ECMAScript (JavaScript)
This query will match count query
Submitted by
Akshat jain
-
8 years ago
1
lista1
PCRE (PHP <7.3)
identificadores
Submitted by
LucasFranson_WesleyBernardo
-
8 years ago
1
regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Time Zone
ECMAScript (JavaScript)
Time zone in either +01:54 format, or Australia/Sydney format
Submitted by
DT
-
8 years ago
1
Email validation - Click Dimensions
ECMAScript (JavaScript)
Little bit specific. Created to comply with ClickDimensions email validation which does not follow the rules...
Submitted by
Aleksandar Perc
-
8 years ago
1
double
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Kadastr number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
SQL placeholder match
PCRE (PHP <7.3)
no description available
Submitted by
Andy Chentsov
-
8 years ago
1
DOI REGEX
ECMAScript (JavaScript)
hey
Submitted by
Aadi
-
8 years ago
1
Credit regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
nla
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
260
261
262
263
264
...
900
Community Library Entry
1
Regular Expression
Python
r"
^
(
.
*
?
)
[^
\S\n
]
*
;
[^
\S\n
]
(
.
*
?
)
[^
\S\n
]
*
;
[^
\S\n
]
(
.
*
?
)
(?:
[^
\S\n
]
+
)
#
[^
\S\n
]
*
(
E
[
\w
.
]
*
)
[^
\S\n
]
*
(?:
\[
\w
\]
)
[^
\S\n
]
*
\(
(
.
*
)
\)
$
"
mg
Open regex in editor
Description
Match emoji in
emoji-zwj-sequences.txt
Submitted by
anonymous
-
a year ago