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 9,400 community submitted regex patterns...
0
Распаарсить строку
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Strong password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL match with specific string pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex link group Facebook
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
006 - PaloAlto Threat url CSV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
WarningF5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
-1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AIR Nedbank IFTTT parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get trailing zeros
PCRE (PHP <7.3)
Match trailing zeros
Submitted by
anonymous
-
6 years ago
0
Parse Adresse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
case1
PCRE (PHP <7.3)
RegEx case1
Submitted by
anonymous
-
6 years ago
0
Select line-height in em
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Artikelpagina op Klasse.be
PCRE (PHP <7.3)
Filter pagina's op klasse.be op enkel artikels aan de hand van node.
Submitted by
anonymous
-
6 years ago
0
Melhoria #30325 Busca os campos configurados depois da propriedade
PCRE (PHP <7.3)
Busca os campos configurados depois da propriedade
Submitted by
anonymous
-
6 years ago
0
Western Video Auction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
RDJ: MP3 Url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
RDJ: MP3 ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Metadata tag find and update
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Babiš
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
iepigraphs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
282
283
284
285
286
...
470
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