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,160 community submitted regex patterns...
0
US zip code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Log error code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
adding international code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
3 voyels word
Python
no description available
Submitted by
anonymous
-
4 years ago
0
substitute python comment
Python
no description available
Submitted by
anonymous
-
4 years ago
0
GQL statement capturer
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Detecting Typical Australian Address (Street only)
Python
no description available
Submitted by
anonymous
-
4 years ago
0
index line up 20200603
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Add quotes around unquoted dates
Python
Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.
Submitted by
anonymous
-
4 years ago
0
Add comma to the end of a data line
Python
no description available
Submitted by
anonymous
-
4 years ago
0
AG Network: Add new contact
Python
no description available
Submitted by
anonymous
-
4 years ago
0
分组替换
Python
no description available
Submitted by
anonymous
-
4 years ago
0
分组替换升级版
Python
考虑开头重复的情况
Submitted by
anonymous
-
4 years ago
0
validate phone
Python
no description available
Submitted by
anonymous
-
4 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
4 years ago
0
分组与断言
Python
no description available
Submitted by
anonymous
-
4 years ago
0
extract scipts and args from upgrade steps
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Mac IP
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
124
125
126
127
128
...
258
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