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
Test
PCRE (PHP <7.3)
[а-я]+
Submitted by
anonymous
-
6 years ago
0
div
ECMAScript (JavaScript)
单个标签匹配;
Submitted by
anonymous
-
6 years ago
0
abc
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Serilog text file regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Monster
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Pull out type and app
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
aaa
Python
aaa
Submitted by
anonymous
-
6 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Ruparupa Internal Search
PCRE (PHP <7.3)
It is working!
Submitted by
anonymous
-
6 years ago
0
Imperva CEF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Pixel value as quoted string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
HSBC date range
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find SCSS color variables and their values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find CSS/SCSS rgba values that do not start with a $variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Uppercase letters
ECMAScript (JavaScript)
See: https://stackoverflow.com/questions/7888238/javascript-split-string-on-uppercase-characters
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
home-assistant
PCRE (PHP <7.3)
Break down home assistant into parts so that pimp-my-log can understand it
Submitted by
anonymous
-
6 years ago
0
Apostroph zu einzelnem deutschen Abführungszeichnen ändern
PCRE (PHP <7.3)
Ersetzen durch: ‘ > einzelnes deutsches Abführungszeichen
Submitted by
anonymous
-
6 years ago
1
...
194
195
196
197
198
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\b
(
\d
{2}
)
.
*
?
(
\d
{2}
)
.
*
?
-
.
*
?
(
\d
{2}
)
.
*
?
(
\d
{2}
)
\b
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago