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
ipv4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Google Maps URL Coordinates
PCRE (PHP <7.3)
Find the GPS coordinates in a Google Maps' URL ex. : https://www.google.fr/maps/place/Nancy/@48.6880809,6.173437,14z/data=!3m1!4b1!4m2!3m1!1s0x4794986e17a692cd:0x4ed671b10d82498d Get these : lat : 48.6880809...
Submitted by
Cédric Anamorphik
-
9 years ago
0
test
PCRE (PHP <7.3)
AttributeConnID 45524524355
Submitted by
anonymous
-
9 years ago
0
4shared
PCRE (PHP <7.3)
www.4shared.com
Submitted by
guru
-
9 years ago
-2
Parse all adresses in href
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
FIND BETWEEN QUOTES
PCRE (PHP <7.3)
Dovrebbe beccare anche eventuali caratteri '' (due apici singoli)
Submitted by
m.montesi
-
9 years ago
1
ie 11 check
ECMAScript (JavaScript)
checks for ie 11 user agent
Submitted by
Yamakichi
-
9 years ago
1
Extract name and value from CSS border-radius
ECMAScript (JavaScript)
no description available
Submitted by
pmk
-
9 years ago
0
teste
Python
tes
Submitted by
tes
-
9 years ago
1
URL infos
PCRE (PHP <7.3)
A powerful regex (fewest steps possible) which gives you all the information about urls.
Submitted by
MCMainiac
-
9 years ago
1
EIS Chef Runlist Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Single-line comment extraction
PCRE (PHP <7.3)
no description available
Submitted by
Jeff Hansen
-
9 years ago
1
extract java property name and value
PCRE (PHP <7.3)
correctly handle the case where the value is splitted on multiple lines.
Submitted by
Zart Colwing
-
9 years ago
1
Encontrar espaço em branco duplicado
PCRE (PHP <7.3)
White space
Submitted by
Gustavo Américo
-
9 years ago
1
add hint path to csproj references
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
L0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
111
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
mmtro-back log
Python
no description available
Submitted by
anonymous
-
9 years ago
1
FRDocExpression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Regex to match sentences that sound like yelling
Python
Bob answers 'Whoa, chill out!' if you yell at him. You can use this regex to match regexes like "WHAT THE HELL WERE YOU THINKING?"
Submitted by
Chaiwa Berian
-
9 years ago
1
...
107
108
109
110
111
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
+-
]
?
\d
?
.
?
\d
?
)
x
\^
?
\(
?
(
[
+-
]
?
\d
*
\.
?
\d
*
)
\)
?
/
g
Open regex in editor
Description
x+x^10+10x^(-3) get all valuem one by one
Submitted by
Max(morozovmaxim25@gmail.com)
-
9 years ago