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
Date format 2 with forward slash /
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Date format 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ftp and sftp url checker with definit nbr of subfolder
ECMAScript (JavaScript)
regex made to match any ftp or sftp url with a limited number of subfolder
Submitted by
anonymous
-
8 years ago
0
123
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract phone number from plain text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Method signature search
ECMAScript (JavaScript)
I use this when doing full text searches in my IDE and want to find specific uses of a method (or function).
Submitted by
anonymous
-
8 years ago
0
file extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
match local path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
match any path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Strip Android Logs of Date/Time and process
PCRE (PHP <7.3)
Strip Android Logs of Date/Time and process. This helps if you want to diff 2 logs and remove the different date/time and process numbers
Submitted by
anonymous
-
8 years ago
0
SV Web Api Log
PCRE (PHP <7.3)
SV Web Api Log
Submitted by
Garry West
-
8 years ago
1
Dailymotion videos ids
PCRE (PHP <7.3)
find ids of video in dailymotion urls in text
Submitted by
anonymous
-
8 years ago
0
skdb profiel
PCRE (PHP <7.3)
no description available
Submitted by
spreling
-
8 years ago
0
this regex correctly matches a ticket number
PCRE (PHP <7.3)
[T]\d{7} e.g. Re: MESSAGE - OPEN: 12329/T1001246 fully formed https://regex101.com/r/pBsKGU/1
Submitted by
anonymous
-
8 years ago
0
Alterar propriedade no DFM alterando também o valor da mesma
PCRE (PHP <7.3)
Alterar propriedade no DFM alterando também o valor da mesma
Submitted by
anonymous
-
8 years ago
0
Trocar propriedade
PCRE (PHP <7.3)
Troca propriedade no DFM
Submitted by
anonymous
-
8 years ago
0
exemple replace with var
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
EQD drawfriend comments number search
ECMAScript (JavaScript)
Used to search through the comments under the drawfriend post for numbers related to the images
Submitted by
RakTom
-
8 years ago
0
multi capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
617
618
619
620
621
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
[
[
]
\w
+
[
:
]
\s\w
+
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago