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
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15 ...
Submitted by
anonymous
-
6 years ago
0
ARVE vimeo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Solaris10 multiple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Get (X, Y) from string Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex google review url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Bitcoin Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Phone Swiss
PCRE (PHP <7.3)
Regular Expression (\+41|0041|0){1}(\(0\))?[0-9]{2}[\s.-]?[0-9]{3}[\s.-]?[0-9]{2}[\s.-]?[0-9]{2}$ Test String True 0782342323...
Submitted by
anonymous
-
6 years ago
0
solaris 10
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
windows
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
query.log
Python
no description available
Submitted by
anonymous
-
6 years ago
0
ConfigField
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove attributes from tags html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
TX7470 and RX1
ECMAScript (JavaScript)
Working Regex
Submitted by
anonymous
-
6 years ago
0
объединение двух результатов регулярных выражений
Python
((?)(.|\n|\s)?(?=))|((?)(.|\n|\s)?(?=))
Submitted by
anonymous
-
6 years ago
0
All languages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Выделение текста в определенном теге без учета переноса строки
Python
(?)(.*) (?=) Выделение текста в определенном теге без учета переноса строки
Submitted by
anonymous
-
6 years ago
0
From the partselect URLs choose those which do not have the hash part
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
Comma Separated Values
PCRE (PHP <7.3)
Separates Items in a list which is separated by a comma
Submitted by
anonymous
-
6 years ago
0
Replace CSV delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
vendor modernization
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
467
468
469
470
471
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
A
-
Z
]
{6}
)
|
(
[
A
-
Z
]
{7}
)
\s
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago