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
convert absolute obsidian-links to absolute epsilon-links in Android filesystem
PCRE2 (PHP >=7.3)
no description available
Submitted by
Benny Platte
-
4 years ago
(Last modified 4 years ago)
0
convert non-absolute obsidian-links to relative epsilon-links in Android filesystem and mark them
PCRE2 (PHP >=7.3)
no description available
Submitted by
Benny Platte
-
4 years ago
0
calibre_metaplug_regex
Python
no description available
Submitted by
anonymous
-
4 years ago
0
심차장님 정규식
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Kodi favorite matcher
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Kodi extract image path from thumbnail
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Swap colon for semicolon in timecode
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
obtener valor dentro de llaves
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
find and replace groups
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
复杂正则
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Automatically removes any CSS property that doesn't affect the border, background, color, or shadow
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Year Month Day onto file name
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fint account
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match serial number with word
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
H tags
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date
PCRE (PHP <7.3)
Matches any date with a shortened month. Example 1: Oct. 20, 2010 Example 2: Sep 10, 2020
Submitted by
anonymous
-
4 years ago
0
omzettingstabel1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Blend FLow Filter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ignore string not = 16 chars
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
408
409
410
411
412
...
900
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