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
Safmarine glossary
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Substitute Wordpress Theme Version Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
lista de cgr
Python
no description available
Submitted by
anonymous
-
4 years ago
0
remove multi-line text matches after matching multi-line pattern
PCRE (PHP <7.3)
works great for repeated text lines
Submitted by
irom77
-
4 years ago
0
Detect certain G Suite SKUs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Sample
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Problem 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
匹配相同的连续出现的单词
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex to extract a Number with 9 digits
PCRE (PHP <7.3)
Regex to extract a Number with 9 digits
Submitted by
anonymous
-
4 years ago
0
CVIKA | Římské číslice
Python
no description available
Submitted by
anonymous
-
4 years ago
0
слово
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Boss
ECMAScript (JavaScript)
This is a regex in JS for a problem in retake exam of SoftUni.
Submitted by
anonymous
-
4 years ago
0
ESPN+ Sports Event Names
Python
no description available
Submitted by
anonymous
-
4 years ago
0
simple match each statements
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
VISA: 4 az első jegy és 16 vagy 13 számjegyből áll
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ZIP code (US)
ECMAScript (JavaScript)
ZIP code (US format)
Submitted by
anonymous
-
4 years ago
0
Find characters to encode as entities, ignoring them if already part of one
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
721
722
723
724
725
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(
[
0
-
9
]
+
)
(
\/
)
(
[
0
-
9
]
+
)
(
\/
)
(
[
0
-
9
]
[
0
-
9
]
)
(
[
0
-
9
]
+
)
:
(
[
0
-
9
]
[
0
-
9
]
)
(
a
|
p
)
.\s
(
m
)
.
"
Open regex in editor
Description
If you need to identify only the timestamp of a message, use this REGEX coode.
Submitted by
anonymous
-
4 years ago