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
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 11,500 community submitted regex patterns...
0
续住1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
订房1.0.0.0503
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Whatsapp Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
退房时间1.0.0.0502-02
Python
no description available
Submitted by
anonymous
-
4 years ago
0
退房1.0.0.0502-1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
打扫1.0.0.0502
Python
no description available
Submitted by
anonymous
-
4 years ago
1
OpenWeather Regex for Rainmeter Weather.ini
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match string not containing string
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Gets param info from ncdump
PCRE (PHP <7.3)
input string from find . -type f -iname "*.nc" | while read i; do ncdump -h "$i"; done | grep -E "long_name|units" output is comma delimited param info: name, description, units [required] source of definition is netcdf long_name...
Submitted by
anonymous
-
4 years ago
0
打扫去中括号
Python
no description available
Submitted by
anonymous
-
4 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
style to stylle fix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
lucius QC repathing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex test - Cartões - Pages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
link regex
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Lat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SE II Lab 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
capture links
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Numéro portable Français et Monégasque
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak enoded shell
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
113
114
115
116
117
...
575
URL
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?!
\.
)
(?!
.
*
?
\.\.
)
(
http
(
s
)?
:
\/\/
)
(
(
[
0
-
9a
-
zA
-
Z-
]
+
\.
)+
(
[
a
-
zA
-
Z
]
{2,}
)
(?:
\/
)?
(
:
[
0
-
9
]
+
)?
(
(
\/
(
[
a
-
zA
-
Z0
-
9
\-\.
~:
\/
%^*?#[
\]
@!
\$
&'
\(\)\*\+
,;=.
]
+
)
)?
(
\?
[
0
-
9a
-
zA
-
Z
\.\+\%
@
\/
&
\[\]
;=_-
]
+
)?
)?
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago