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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,660 community submitted regex patterns...
-1
7 Days to Die replace party girl
PCRE2 (PHP >=7.3)
A regular expression for replacing Arlene and party girl with the lab tech model in 7 Days to Die. This ought to be applied to the file D:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Data\Config\entitygroups.xml
Submitted by
anonymous
-
a year ago
-1
Bwt Double Quotes
PCRE2 (PHP >=7.3)
Select string between double quotes.
Submitted by
anonymous
-
a year ago
0
simple json key value pair parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
amlang
-
9 years ago
(Last modified 4 months ago)
0
Detect path win/linux
PCRE2 (PHP >=7.3)
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)
0
MTR
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
Русские маты
PCRE2 (PHP >=7.3)
Матчит русские маты
Submitted by
piterden
-
2 years ago
(Last modified 2 years ago)
0
TP
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
TP
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QDP - NoBcAl
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
심차장님 정규식
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
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
1
2
3
4
5
...
133
Automatically removes any CSS property that doesn't affect the border, background, color, or shadow
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
^
(
(?!
{
|
}
|
border
|
background
|
color
|
shadow
)
.
)*
$
)
/
gms
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago