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 2,900 community submitted regex patterns...
-1
Match leading number of port and replace it with another
PCRE2 (PHP >=7.3)
the point is to help replace leading number with another number to prevent some services uses same port
Submitted by
anonymous
-
a year ago
-1
i18n extract
PCRE2 (PHP >=7.3)
extract strings between {…} or __(…)
Submitted by
ced404
-
a year ago
-1
Regex example
PCRE2 (PHP >=7.3)
For pldi
Submitted by
PlaceReporter99
-
a year ago
-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
-1
Capturing groups with suffix
Java 8
Capturing the content of column names which are duplicate in nature to extract the actual name and suffix ("right" / "left")
Submitted by
anonymous
-
a year ago
0
Regular expression for extracting HTML tag attributes
Java 8
no description available
Submitted by
Amir Arian
-
10 years ago
(Last modified 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 5 months ago)
0
Bash (sed)
Java 8
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year 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
ПОДЛЕСОК
Java 8
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 months 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
1
2
3
4
5
...
145
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
a
-
z
]
:
)?
(?:
[
\\\/
]
[
a
-
z0
-
9_.
-
]
*
)+
$
/
gmi
Open regex in editor
Description
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)