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
Testing uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Java Period matcher and extractor
PCRE (PHP <7.3)
no description available
Submitted by
Jem North
-
7 years ago
0
To Filter string of exact length six and no repeating two digits consecutively (subset of two).
PCRE (PHP <7.3)
To Filter string of exact length six and no repeating two digits consecutively (subset of two).
Submitted by
anonymous
-
7 years ago
0
No repeating same digits in a string of max length six
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
GetDrive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Census of Industrial Production
PCRE (PHP <7.3)
Test regex for sample page from census of industrial production
Submitted by
Peter Corrigan
-
7 years ago
0
search first column csv
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Bibliography
PCRE (PHP <7.3)
no description available
Submitted by
Nursin Şaşmaz
-
7 years ago
0
LO Register Regex
PCRE (PHP <7.3)
LO Register page regex
Submitted by
deep
-
7 years ago
0
Syslog RFC 5424
PCRE (PHP <7.3)
RFC 5424 (https://tools.ietf.org/html/rfc5424) parser
Submitted by
pstefka
-
7 years ago
0
ddd
PCRE (PHP <7.3)
ddd
Submitted by
anonymous
-
7 years ago
0
Strings
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Minecraft NBT Numeric
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match a string
PCRE (PHP <7.3)
For Stackoverflow by Sufiyan Ghori
Submitted by
anonymous
-
7 years ago
0
Replace forward slash
ECMAScript (JavaScript)
For Stackoverflow by Sufiyan Ghori
Submitted by
anonymous
-
7 years ago
0
weblab
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
SQL TO FLOW
PCRE (PHP <7.3)
Convert SQL to FLOW
Submitted by
anonymous
-
7 years ago
0
战斗正则2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Identificar Site en la url
PCRE (PHP <7.3)
Identifica el site dada una url, ignorando el dominio.
Submitted by
Alberto Reales
-
7 years ago
0
Kowalsky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
152
153
154
155
156
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
.
*
(
[
0
-
9
]
{3}
)
.
*
(
[
0
-
9
]
{3}
)
.
*
(
[
0
-
9
]
{4}
)
/
g
Open regex in editor
Description
hi
Submitted by
anonymous
-
3 years ago