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...
0
regex to capture URL in markdown files 2019-01-25
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match Article No., Alinea No. and statute in ATF citations
Python
no description available
Submitted by
anonymous
-
6 years ago
0
ATF: Match Article number in Article citation
Python
Stripped: "Abs." to "s." "al." to "l." "und" to "nd" ...
Submitted by
anonymous
-
6 years ago
0
PCI BDF Adrress match
PCRE (PHP <7.3)
a regex expression to match pci BDF address like 0000:00:01.3
Submitted by
anonymous
-
6 years ago
0
ATF : Match alineas in Article citations
Python
no description available
Submitted by
anonymous
-
6 years ago
0
devkh3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Twitter search scraper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match Text surrounded by 3 Tildes (~)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
cdnnode access.log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
espacios antes
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
cdnnode access
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HeatingManager - Identify Hours
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
latitude_Lookaroud
PCRE (PHP <7.3)
Try to match coordinates (Latitude or longitude)
Submitted by
anonymous
-
6 years ago
0
coordinates extraction 1
PCRE (PHP <7.3)
Extract coordinates from tex
Submitted by
anonymous
-
6 years ago
0
xml tag parser
PCRE (PHP <7.3)
almost there
Submitted by
anonymous
-
6 years ago
0
Emoji escaper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
amazon_api_preview_shipping
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
amazon_api_asin_bysku
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
4 tokens barcode (01item17expiry11manufacturing10lot)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Embedly Providers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
212
213
214
215
216
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\d
+
[
MK
]
)
[
,;
\s
]
|
(
\d
+
[
MK
]
)
$
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago