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 4,980 community submitted regex patterns...
0
Date extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Some sql beauty
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Missing Ementas
Python
Search for missing 'ementas'.
Submitted by
anonymous
-
6 years ago
0
latex equation search
Python
recherche d'équation latex
Submitted by
anonymous
-
6 years ago
0
equation latex en bloc
Python
recherche les blocs d'équations latex délimitées avec le $$
Submitted by
anonymous
-
6 years ago
0
equation latex en ligne et en bloc
Python
recherche : les blocs d'équations latex délimitées avec le $$ les equations en ligne délimitées avec $
Submitted by
anonymous
-
6 years ago
0
equation latex \[ \]
Python
recherche les blocs d'équation latex délimités avec \[ et \]
Submitted by
anonymous
-
6 years ago
0
equation latex \[ \]
Python
recherche les blocs d'équation latex délimités avec \[ et \]
Submitted by
anonymous
-
6 years ago
0
in line $ $ (latex equation)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
С НДС
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Без НДС
Python
no description available
Submitted by
anonymous
-
6 years ago
0
С НДС Newline
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Chess
Python
no description available
Submitted by
anonymous
-
6 years ago
0
UNC path
Python
\\[[domain;]username[:password]@]hostname\share[\/]path
Submitted by
anonymous
-
6 years ago
0
SMB path
Python
smb://[[domain;]username[:password]@]hostname[:]/share[\/]path
Submitted by
anonymous
-
6 years ago
0
Local path
Python
C:/path \\?\C:[\/]path /path ~/path
Submitted by
anonymous
-
6 years ago
0
oqun.jjbkk.cn
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Parsing file metadata
Python
no description available
Submitted by
anonymous
-
6 years ago
0
fix secacc in diva
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Parse Excel Autopath case numbers
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
98
99
100
101
102
...
249
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
[
5
-
9
]
\d
{2,}
|
\d
{4,}
/
gm
Open regex in editor
Description
Glad this helps for some
Submitted by
Wallik
-
3 years ago