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...
1
linkedin select username
PCRE (PHP <7.3)
Select just the username from urls
Submitted by
chocksy
-
8 years ago
1
dribbble username select from url
PCRE (PHP <7.3)
select username from dribbble url
Submitted by
chocksy
-
8 years ago
1
stackoverflow profile url select last
PCRE (PHP <7.3)
select last part from stackoverflow links. They should be profile urls.
Submitted by
chocksy
-
8 years ago
1
select github username from url
PCRE (PHP <7.3)
select the github username from url
Submitted by
chocksy
-
8 years ago
1
ngResource
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract UUID v4 from a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Règle REMP13
PCRE (PHP <7.3)
Remplacement de gout par goût,cout par coût,maitrise par maîtrise,tache par tâche
Submitted by
dbr
-
8 years ago
1
Règle REMP 13
PCRE (PHP <7.3)
Remplacement de coût, goût, tache...
Submitted by
DBR
-
8 years ago
1
SIV - French registration (licence) plates
ECMAScript (JavaScript)
registration plates of France in SIV format
Submitted by
Qwertiy
-
8 years ago
1
FindAllMatches
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
number float/decimal
PCRE (PHP <7.3)
[0-9-.E]+.
Submitted by
harel
-
8 years ago
1
Fields separated by two or more spaces
PCRE (PHP <7.3)
no description available
Submitted by
John Oxley
-
8 years ago
1
ad google apps for business domain regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Belkin
PCRE (PHP <7.3)
no description available
Submitted by
Tejal
-
8 years ago
1
static files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
foobar
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
defmodule regex
ECMAScript (JavaScript)
no description available
Submitted by
Jakub Hajto
-
8 years ago
1
Functions, macros and protocols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
OdiScenarioFolder filter on smartexport xml
PCRE (PHP <7.3)
OdiScenarioFolder filter on smartexport xml
Submitted by
Angelo
-
8 years ago
1
then:error: blocks with self reference
PCRE (PHP <7.3)
no description available
Submitted by
Anthony D
-
8 years ago
1
...
186
187
188
189
190
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
^
|
[^
\\
]
)
:http
(
\W
|
$
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago