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 11,300 community submitted regex patterns...
0
Sample
PCRE (PHP <7.3)
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
ESPN+ Sports Event Names
Python
no description available
Submitted by
anonymous
-
4 years ago
0
user-agent
PCRE (PHP <7.3)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
0
Anchors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
converting rel to abs url. - part 1
PCRE (PHP <7.3)
this covers all scenarios apart from url that start with / and not //
Submitted by
anonymous
-
4 years ago
0
Part 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Check date in DD/MM/YYYY
PCRE (PHP <7.3)
check the date in DD/MM/YYY you can update 202[0-5] to any value as per your need
Submitted by
anonymous
-
4 years ago
0
filtro rusos combot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Vwashington1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test01
PCRE (PHP <7.3)
test02
Submitted by
anonymous
-
4 years ago
0
Test03
PCRE (PHP <7.3)
Test03
Submitted by
anonymous
-
4 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
hero test
Python
no description available
Submitted by
anonymous
-
4 years ago
0
HANFF PRODUCT EXPORT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Conditional
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
282
283
284
285
286
...
565
Community Library Entry
0
Regular Expression
Python
r"
(
```
|
`
)
(
python
)?
\s
*
?
\n
?
(
from
\S
+
)?
import
\S
+
(
\n.
*
?
;
)*
\n
(
(
.
*
return
\S
+
```
)
|
(
`return
\S
+
`
)
)
"
gm
Open regex in editor
Description
A regex that matches comments that adhere to the rules of r/ProgrammerHumor
Submitted by
anonymous
-
a year ago