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
regex to match absolute urls
Python
no description available
Submitted by
maq
-
9 years ago
0
Find an exact phrase only if it is within a certain number of chars.
PCRE (PHP <7.3)
Find an exact phrase (with each space and character in its own place) only if it is within the first 40 characters of the entire sentence. Useful to search non-standard phrases in log files.
Submitted by
RicardoSPimentel
-
9 years ago
1
DER/BER Bitcoin signature
Python
Bitcoin transaction signature in BER/DER format
Submitted by
anonymous
-
9 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
y
PCRE (PHP <7.3)
all less jpg
Submitted by
w
-
9 years ago
0
Arabic diacritics matching تحديد التشكيل العربي
ECMAScript (JavaScript)
It will match all Arabic diacritics in Arabic text, its useful to remove diacritics and to replace it with some css.
Submitted by
Emad Ghaly
-
9 years ago
0
a
PCRE (PHP <7.3)
a
Submitted by
a
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
tmutil regex ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
RegEx - Exclude zero
PCRE (PHP <7.3)
RegEx - Exclude zero
Submitted by
http://stackoverflow.com/questions/8910972/regex-exclude-zero
-
9 years ago
1
parse array to object p1
ECMAScript (JavaScript)
no description available
Submitted by
me
-
9 years ago
1
dd-mm-yyyy
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Key-Value list separated by newlines
ECMAScript (JavaScript)
Example: foo = bar foo=bar foo= bar bar =foo foo = bar...
Submitted by
acosw
-
9 years ago
2
Linux ARP-Table
PCRE (PHP <7.3)
Matches cat /proc/net/arp. It returns the IP, MAC and interface.
Submitted by
anonymous
-
9 years ago
1
Match statistical geographies (UK)
PCRE (PHP <7.3)
Mach standard statistical geography identifiers for UK.
Submitted by
Konrad
-
9 years ago
1
Project
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Currency Detector Python
Python
Currency Detector for Python
Submitted by
Joao Graca
-
9 years ago
1
Url regex that capture the domain of the URLs
ECMAScript (JavaScript)
https://developer.mozilla.org/es/docs/Web/JavaScript https://www.google.es/webhp?hl=es Matches: MATCH 1...
Submitted by
D<OS>
-
9 years ago
1
Url regex that capture the domain of the URL
ECMAScript (JavaScript)
https://developer.mozilla.org/es/ Url regex that capture the domain of the URL
Submitted by
anonymous
-
9 years ago
1
...
768
769
770
771
772
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
^
0
[
1
-
9
]
|
[
12
]
[
0
-
9
]
|
3
[
01
]
)
-
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
-
(
30
[
19|20
]
\d\d$
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago