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
VK owner id and item id regex
PCRE2 (PHP >=7.3)
This regex allows access to owner id and item id of VK url.
Submitted by
MagicWinnie
-
2 years ago
0
URL
.NET 7.0 (C#)
(@url)([\s]=[\s])(?:')(.)(?:')(?:;)
Submitted by
anonymous
-
2 years ago
0
Parse DevScript actions payload
Python
Parse DevScript action payloads
Submitted by
anonymous
-
2 years ago
0
Crazy Caps Your String -
PCRE2 (PHP >=7.3)
Capitalize every other letter and lower case every alternate letter in your string!
Submitted by
anonymous
-
2 years ago
0
取等号两边的数据
Python
取等号两边的数据
Submitted by
小沙盒工作室
-
2 years ago
0
bkengine 单行宏匹配
Python
bkengine 单行宏匹配
Submitted by
anonymous
-
2 years ago
0
Match the html tags with only whitespaces
PCRE2 (PHP >=7.3)
Match the html tags with only whitespaces
Submitted by
anonymous
-
2 years ago
0
whatsapp meta data
Python
[8/23/18, 2:05:50 PM]
Submitted by
Mandar Gite
-
2 years ago
0
Match Instagram Post Url
PCRE2 (PHP >=7.3)
Match Instagram Post Url Matches: https://www.instagram.com/p/CiqWEQMOVNo/ https://www.instagram.com/p/CiqWEQMOVNo www.instagram.com/p/CiqWEQMOVNo https://instagram.com/p/CiqWEQMOVNo...
Submitted by
anonymous
-
2 years ago
0
Convert <a href="x">y</a> to [url=x]y[/url]
PCRE (PHP <7.3)
it took me quite some time to figure out. I hope it'll be helful to someone else.
Submitted by
anonymous
-
2 years ago
0
Match all links except for links enclosed in curly brackets
PCRE2 (PHP >=7.3)
Match all links except for links enclosed in curly brackets
Submitted by
anonymous
-
2 years ago
0
Divide AAAA and MMGG
PCRE2 (PHP >=7.3)
Division between AAAA and MMGG
Submitted by
Alessandro
-
2 years ago
0
meter number
Python
meter number
Submitted by
econ
-
2 years ago
0
media timestamp hh:mm:ss.xxx
ECMAScript (JavaScript)
Any number of digits is allowed for every component. Valid examples: 42 => group 3 43.5 => group 3,4 01:02:03.04 => group 1,2,3,4 62:3.04 => group 2,3,4...
Submitted by
eumelzocker
-
2 years ago
(Last modified 2 years ago)
0
suprnana
PCRE2 (PHP >=7.3)
whodis
Submitted by
anonymous
-
2 years ago
0
https
ECMAScript (JavaScript)
https
Submitted by
anonymous
-
2 years ago
0
YouTube regex pattern v2
PCRE2 (PHP >=7.3)
YouTube regex pattern v2
Submitted by
anonymous
-
2 years ago
0
Soundcloud pattern
PCRE2 (PHP >=7.3)
Soundcloud pattern
Submitted by
anonymous
-
2 years ago
0
Email Regex
PCRE2 (PHP >=7.3)
A well equiped regex
Submitted by
anonymous
-
2 years ago
0
Client URL Isolation
Python
Pull the Client URL out of the Asana description field using targeted expression.
Submitted by
Al Romano
-
2 years ago
1
...
520
521
522
523
524
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\s
*
(
[
a
-
z0
-
9
]
{8}
-
[
a
-
z0
-
9
]
{4}
-
[
a
-
z0
-
9
]
{4}
-
[
a
-
z0
-
9
]
{4}
-
[
a
-
z0
-
9
]
{12}
)
|
(
(
(
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
]
)
|
(
(
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
)
\s
*
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago