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 5,720 community submitted regex patterns...
0
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
5 years ago
0
查找特定字符串附近的数字
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Subst caminho de URL, deixa arquivo 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Simple tag-split
ECMAScript (JavaScript)
I use this regex for color-formatting messages
Submitted by
anonymous
-
5 years ago
0
Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
5 years ago
0
Arabic regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
匹配data url
ECMAScript (JavaScript)
匹配data url
Submitted by
anonymous
-
5 years ago
0
匹配npm源地址
ECMAScript (JavaScript)
替换为淘宝npm https://r.npm.taobao.org/$2/-/$2-$5.$6#$7 `
Submitted by
anonymous
-
5 years ago
0
Thionylchlorid wiki DE
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Thionylchlorid
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Websites for IPK projekt
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Match substring before and after character
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Name extraction for Dad
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ISO 8601 Datetime Validation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
get version Android
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
MilestoneQ3
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Parse Clockify Duration Strings
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
finding H Sätze in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
finding H prhrases in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
113
114
115
116
117
...
286
waypoints
0
Regular Expression
Python
r"
(?P<nom>
^
[
\w\d
]
?
)
\/
(?P<latfield>
(?P<latflag>
[
NS
]
)
(?P<latval>
\d
{1,2}
d
[
0
-
5
]
\d
?
(
\.
\d
*
)?
)
)
\/
(?P<lonfield>
(?P<lonflag>
[
EW
]
)
(?P<lonval>
[
01
]
?
\d
{1,2}
d
[
0
-
5
]
\d
?
(
\.
\d
*
)?
)
$
)
"
s
Open regex in editor
Description
Text fields describing a name and positions
Submitted by
bruno.piguet@meteo.fr
-
10 years ago