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,000 community submitted regex patterns...
0
Pegar codigo na descricao de produto Balanço
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
clipwatching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
uqload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
FTP file details in mail body
PCRE (PHP <7.3)
tested 26-12-2019 13:26 hrs
Submitted by
anonymous
-
5 years ago
0
ACPM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
5 years ago
0
ExtractBank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Verantwortlicher Gem Art
PCRE (PHP <7.3)
Verantwortlicher gemäß Art
Submitted by
anonymous
-
5 years ago
0
select everything in square brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Remove everything before first letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Nine Manga
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HDSTREAMS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
gits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago
0
UBoard Regex
PCRE (PHP <7.3)
Response Parsing for UBoard Commands
Submitted by
anonymous
-
5 years ago
0
remove everything before a specific string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
624
625
626
627
628
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(
(
(?!
-
)
)
(
xn--
|
_
{1,1}
)?
[
a
-
z0
-
9-
]
{0,61}
[
a
-
z0
-
9
]
{1,1}
\.
)*
(
xn--
)?
(
[
a
-
z0
-
9
]
[
a
-
z0
-
9
\-
]
{0,60}
|
[
a
-
z0
-
9-
]
{1,30}
\.
[
a
-
z
]
{2,}
)
$
"
gm
Open regex in editor
Description
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago