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
Currency Reg Ex
PCRE (PHP <7.3)
##This is Currnacy regular Express
Submitted by
anonymous
-
6 years ago
0
Active Emails
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
キャラセットのテスト
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
integer greater or equal to 65536
PCRE (PHP <7.3)
integer greater or equal to 65536
Submitted by
anonymous
-
6 years ago
0
HTML link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Dialogues
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
capture jassem
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Domain out of URL
Golang
Regular expression ^(?:https?:)?(?:\/\/)?(?:+@)?(?:www\.)?(+) used below extracts domain with subdomains out of a full url. It skips protocol (ex: https:), "//", "@", www subdomain and then captures everything (ex: domain) before ":" or "/" or end of line.
Submitted by
anonymous
-
6 years ago
0
Toast_Exception
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
XPRA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Check case status
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Go Gmail Date Reply Line
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Email Reply Line
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
new url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Premium support try 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Look Ahead - Dont include anchor urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Host and optional www. subdomain matching
PCRE (PHP <7.3)
matches the http portion of a url, both http:// and https://, and also matches the www. portion if that is included.
Submitted by
anonymous
-
6 years ago
0
Inline and comment blocks
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
substring
PCRE (PHP <7.3)
substring
Submitted by
anonymous
-
6 years ago
1
...
509
510
511
512
513
...
902
Community Library Entry
0
Regular Expression
Golang
`
On
\s
[
a
-
z
]
{3}
,
\s
[
0
-
9
]
{1,2}
\s
[
a
-
z
]
{3,4}
\s
[
0
-
9
]
{4}
\s
at
\s
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{1,2}
,
\s
[^
<
]
*
<
[
a
-
z0
-
9._%+
\-
]
+
@
[
a
-
z0
-
9.
\-
]
+
\.
[
a
-
z
]
{2,6}
>
\s
wrote:
`
gmiU
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago