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
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
5 years ago
0
Filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IF statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Build Version Pattern matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MM101
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bike Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Uitslagen.nl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Simple tag-split
ECMAScript (JavaScript)
I use this regex for color-formatting messages
Submitted by
anonymous
-
5 years ago
0
Subst caminho de URL, deixa arquivo 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
查找特定字符串附近的数字
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
5 years ago
0
匹配金额千分位
PCRE (PHP <7.3)
"321123321.32132132".replace(/\B(?=(\d{3})+\b)/g,","); => "321,123,321.32,132,132" `
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Оставить только 1 атрибут
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Prix K et 000 (intéressant pour faire un "ou")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Finding pattern by starting name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
חילוץ טקסט מתוך מחרוזת מבין שתי מילים
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
method arguments parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
647
648
649
650
651
...
900
Community Library Entry
0
Regular Expression
Java 8
"
(
(
[
1
-
9
]
\d
{5}
)
(
18
|
19
|
(
[
23
]
\d
)
)
\d
{2}
(
(
0
[
1
-
9
]
)
|
10
|
11
|
12
)
(
[
0
-
2
]
[
1
-
9
]
|
10
|
20
|
30
|
31
)
(
\d
{3}
[
0
-
9Xx
]
)
)
|
(
^
[
1
-
9
]
\d
{5}
\d
{2}
(
0
[
1
-
9
]
|
10
|
11
|
12
)
(
(
[
0
-
2
]
[
1
-
9
]
)
|
10
|
20
|
30
|
31
)
\d
{2}
)
"
gm
Open regex in editor
Description
打断点
Submitted by
anonymous
-
3 years ago