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
Java
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
pohe no nubmer valdiation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CR with no LF or PG at the end
PCRE (PHP <7.3)
Match lines with CR (Carriege Return) with no LF (Line Feed - New Line) or PG (Page Break) next to it.
Submitted by
Hans Mauricio Burbano E
-
9 years ago
1
Find label
Python
Find label in MIPS assembly
Submitted by
Dlavoieb
-
9 years ago
1
Non Capturing Group
PCRE (PHP <7.3)
It won't capture in the group.we can't back refrence A(?:nt|pple)\sA\1
Submitted by
anonymous
-
9 years ago
1
Property control Number PCN
ECMAScript (JavaScript)
is just the format for the property control number on the Palm Beach County Florida
Submitted by
Jose Manuel Borroto
-
9 years ago
1
Empty ini section title
PCRE (PHP <7.3)
kust like [*]
Submitted by
CWFF
-
9 years ago
1
DD Addresses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Panel Mark
PCRE (PHP <7.3)
no description available
Submitted by
Hoss
-
9 years ago
1
kalem pattern 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
bitcoin 1.00000000 minimum
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
\**
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Hitsuji - Equipment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Windows SID
PCRE (PHP <7.3)
https://msdn.microsoft.com/en-us/library/windows/desktop/aa379649%28v=vs.85%29.aspx S-1-5-32-552 #The built-in system domain. S-1-5-21-109736768-1684412531-2440353719-701 # SIDS are not unique.
Submitted by
anonymous
-
9 years ago
1
rigby
PCRE (PHP <7.3)
shows regular expression
Submitted by
anonymous
-
9 years ago
1
c++
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
"greedy" ltv bug
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
RDATE
PCRE (PHP <7.3)
RDATE parsing REGEX
Submitted by
Brian
-
9 years ago
1
regex title
PCRE (PHP <7.3)
yii2 regex
Submitted by
connor
-
9 years ago
1
email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
662
663
664
665
666
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
[
\(
]
)*
(
[
\d
]
{3,3}
)
(?:
[
\)\.\
]
)*
(
[
\d
]
{3,3}
)
(?:
[
\-\.
]
)*
(
[
\d
]
{4,4}
)
/
g
Open regex in editor
Description
An extremely complete regex, that...
Submitted by
@thegamerbr1
-
5 years ago