Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 17,260 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sample Code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-15 13:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
rep2_name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-16 00:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
date re-arrange for openhab2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-16 06:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nosh
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-17 13:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get Spaces New LInes What ever in between two strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-16 12:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-17 17:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RE_STUDENT_AT_LEAST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-17 22:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RE_PAGE_AT_LEAST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-17 22:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-05-18 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
3 years ago
2020-05-18 20:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Lenguajes y automatas I
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-18 21:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 1
PCRE (PHP <7.3)
Python Kurs
Submitted by
anonymous
-
3 years ago
2020-05-19 10:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Scrape video formats in html with tokens
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-19 11:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 2
PCRE (PHP <7.3)
Erkenne deutsche und englische Datumsangaben
Submitted by
anonymous
-
3 years ago
2020-05-19 12:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 3
Python
URL erkennen
Submitted by
anonymous
-
3 years ago
2020-05-19 13:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 4
Python
Finde XML
Submitted by
anonymous
-
3 years ago
2020-05-19 15:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-19 15:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 6a
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-19 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 6b
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-19 16:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
matrículas
PCRE (PHP <7.3)
Expressões regulares para extrair matrículas presentes em documentos do Diário Oficial da União DODF. Contexto: projeto KnEDLe
Submitted by
Leonardo Maffei da Silva
-
3 years ago
2020-05-19 23:19
1
...
764
765
766
767
768
769
770
...
863
Domain
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
https
?
:
\/\/
)?
(
[
a
-
zA
-
Z0
-
9
\.\-
_
]
+
)
(?:
[
\/
.
\-
_a
-
zA
-
Z0
-
9
]
*
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Scott Burrows
-
8 years ago
2015-08-11 19:26