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,040 community submitted regex patterns...
0
XmlTagIdentifier
PCRE (PHP <7.3)
Identifies weather a tag is one of the next possible tags: -Start tag -End tag -Self closing tag -Comment tag -Xml Declaration Tag...
Submitted by
anonymous
-
5 years ago
0
product slug separator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
product slug separator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
JDBC mysql string
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Search Specific Content
PCRE (PHP <7.3)
Search Specific Content
Submitted by
anonymous
-
5 years ago
0
page range
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FAR w/ Month, Year
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AD circle
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TRIM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
with single character and mulitple number ID regex
PCRE (PHP <7.3)
i.e S -000000000 A -2222222
Submitted by
anonymous
-
5 years ago
0
Process
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Connect URI replacement
ECMAScript (JavaScript)
Replaces strings matching a URL pattern
Submitted by
anonymous
-
5 years ago
0
(?<!\d|\.)((\d\.\d|\d)(?!\d|\.\d)[^\d,;.]+?listening)
Python
no description available
Submitted by
anonymous
-
5 years ago
0
IP Address Matcher
PCRE (PHP <7.3)
Matches all IP adrresses with ports. The bounds are: 1.0.0.1:0 254.255.255.254:65535
Submitted by
anonymous
-
5 years ago
0
exclude dirs
Python
This will match some common directories that you might not want to sync using rsync, gscutil rsync etc
Submitted by
anonymous
-
5 years ago
0
URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sudo transform
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Python UUID in full (str) and compact (hex) form
Python
Python regex used to parse a UUID in its full form (36 chars, including hyphens in 12-4-4-4-12 form), and its compact 32 char form (derived from uuid.hex). This regex was originally created for a Django url converter that supported uuids in both forms.
Submitted by
anonymous
-
5 years ago
0
Replace IPFS Private Key
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
575
576
577
578
579
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
\(
[
+|-
]
*
(
(
90
|
[
1
-
8
]
[
0
-
9
]
|
[
0
-
9
]
)
|
(
(
[
1
-
8
]
[
0
-
9
]
|
[
0
-
9
]
)
\.
\d
+
)
|
90
\.
[
0
]
+
)
\,
\s
[
+|-
]
*
(
(
180
|
1
[
0
-
7
]
[
0
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
[
0
-
9
]
)
|
(
(
1
[
0
-
7
]
[
0
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
[
0
-
9
]
)
[
\.
]
\d
+
)
|
180
\.
[
0
]
+
)
\)
$
/
g
Open regex in editor
Description
Detecting Valid Latitude and Longitude Pairs HackerRank
Submitted by
anonymous
-
7 years ago