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 9,220 community submitted regex patterns...
0
GET X and Y GPS coords from GMaps
PCRE (PHP <7.3)
GPS coords from GMpas are as: 47.338388, 0.990228 -47.338388, -0.990228 This regex will extract 47.338388 in $1 and 0.990228 in $2 .
Submitted by
freMea
-
8 years ago
0
get float in string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Метро
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Mobile Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Train Delays
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse AssemblyVersion
PCRE (PHP <7.3)
Expression parses AssemblyVersion with following composition structure ... into 3 groups 'version' - . 'patch' - 'build' -
Submitted by
Headspin
-
8 years ago
0
zoek stuks ook in frans :
PCRE (PHP <7.3)
selectie moet eigenlijk alleen de spatie zijn ; lukt nog niet
Submitted by
anonymous
-
8 years ago
0
zoek x of X in headline om altijd in onderkast te krijgen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Search uc or lc 'x' as a single chr in a sentence
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract time values from string (Dutch)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Obter o título de um link e o seu texto
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Obter o título de um link e seu texto
PCRE (PHP <7.3)
Use esta expressão par selecionar todos os links em um texto que contenham o atributo title definido. Possui dois grupos, um que retorna o título e outro que retorna o texto contido entre e
Submitted by
Carlos Barreto Feitoza Filho
-
8 years ago
0
FindValueBetweenQuotes
PCRE (PHP <7.3)
no description available
Submitted by
MAR
-
8 years ago
0
FQDN validation
PCRE (PHP <7.3)
Relaxed validation of the FQDN
Submitted by
anonymous
-
8 years ago
0
arrow function maker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
looking for proxy in MARC Edit
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
mail headers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Mail
PCRE (PHP <7.3)
Détection de mail
Submitted by
anonymous
-
8 years ago
1
...
8
9
10
11
12
...
461
parse dpserver url
0
Regular Expression
Golang
`
(
GET
|
POST
)
\s
(
http
|
https
)
://
(
www
.
)?
(
\w
+
(
\.
|
-
)?
)+
/
(
\w
+
(
\.
)?
)+
/
(
(
\w
|
-
)+
(
\.
)?
)+
/
(
\w
+
(
/
)?
){4}
`
gm
Open regex in editor
Description
parse dpserver url
Submitted by
qianshen
-
3 years ago