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
Container Number
PCRE (PHP <7.3)
Check ISO 6346 container number. First three chars, unit type, six digits and then one check digit.
Submitted by
Symon Davis
-
9 years ago
1
Regex SCript replace
ECMAScript (JavaScript)
no description available
Submitted by
MGO
-
9 years ago
1
Obtaining class, method and line number from stack trace line
PCRE (PHP <7.3)
no description available
Submitted by
@mahesha999
-
9 years ago
1
combined log regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CG
PCRE (PHP <7.3)
ptSText
Submitted by
anonymous
-
9 years ago
1
re
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn categories
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn torrents
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn title grabber
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
DE PLZ/ZIP + Location
PCRE (PHP <7.3)
no description available
Submitted by
elementcode
-
9 years ago
1
Übung
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
VSO remove special symbols
ECMAScript (JavaScript)
no description available
Submitted by
Jon Henning Bergane
-
9 years ago
1
c
ECMAScript (JavaScript)
no description available
Submitted by
s
-
9 years ago
1
REGEX for FTs
PCRE (PHP <7.3)
Regular Expressions for functional test name
Submitted by
anonymous
-
9 years ago
1
adad
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
url regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
13fd
PCRE (PHP <7.3)
no description available
Submitted by
jay
-
9 years ago
1
Find all JS objects with the name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Threema ID
PCRE (PHP <7.3)
Matches for normal Threema IDs and Gateway Threema IDs
Submitted by
rugk
-
9 years ago
1
Duration String (dhm)
ECMAScript (JavaScript)
Duration string in dhm format. Supported Values 20d 8h 30m 20d 8h 30m...
Submitted by
nehakadam
-
9 years ago
1
...
648
649
650
651
652
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?:
https
?
:
?
\/
?
\/
?
)?
(
\d
+
)
[
\.
:
]
(
\d
+
)
[
\.
:
]
(
\d
+
)
[
\.
:
]
(
\d
+
)
(?:
:
\d
+
)?
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago