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
chg-inc-check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Sample Code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
rep2_name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date re-arrange for openhab2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
nosh
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Get Spaces New LInes What ever in between two strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
RE_STUDENT_AT_LEAST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
RE_PAGE_AT_LEAST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
RegEx for TimeZone OffSet with optional - sign and range from -14:00 to 14:00 with minutes 00,15,30,45
PCRE (PHP <7.3)
TimeZone Offset parsing regular expression with below rules: Starts with optional - sign Range is between -14:00 to 14:00 including both the values Hours can have any value in range 00 to 14 and should have double digits Minutes can have discrete values of 00, 15, 30, 45
Submitted by
anonymous
-
5 years ago
0
Lenguajes y automatas I
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 1
PCRE (PHP <7.3)
Python Kurs
Submitted by
anonymous
-
5 years ago
0
Scrape video formats in html with tokens
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 2
PCRE (PHP <7.3)
Erkenne deutsche und englische Datumsangaben
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 3
Python
URL erkennen
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 4
Python
Finde XML
Submitted by
anonymous
-
5 years ago
0
Match IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 6a
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Übung 4 Aufgabe 6b
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
298
299
300
301
302
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
http
|
https
)
:
\/\/
)
(
(
[
a
-
zA
-
Z0
-
9
\\
._-
]
+
\.
[
A
-
z
A
-
Z
]
{2,6}
)
|
(
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
)
)
(
:
[
0
-
9
]
{1,4}
)*
(
\/
[
a
-
zA
-
Z0
-
9
\&
%
\_\\
.
\/\-\~
]
*
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago