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 12,100 community submitted regex patterns...
0
Optional Parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
VALIDATE CELLPHONE - BRAZIL
PCRE (PHP <7.3)
MASK TO VALIDATION, WHEN YOU NEED THE AREA CODE OPEN. TO A CELLPHONE WITH 9 OR 8 DIGITS + AREA CODE OF 2 DIGITS 11 987654321 -> IT WILL GET 98765
Submitted by
anonymous
-
4 years ago
0
Extract Dopix logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
enel-dfaturadafp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get specific form tag for Contact Form 7 (WP Plugin)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Liquidsoap metadata separator regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ETIM klasse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove characters after a certain character
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
NET USER \DOMAIN USER - Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get json in XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
App Deployer FQDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
匹配全角字符间的空格(考虑加粗)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
中文与西方文符间无空格(考虑加粗标记)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Beijing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match async OR defer in html page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match image build number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PESA TRENING 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Category
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Campegini
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
464
465
466
467
468
...
605
Custom IFrame SRC Grabber
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(
<iframe
.
*
?
)
(
src=
)
(
[^
]
*
?
\"
.
*
?
>
)
(
.
*
?
)
(
<
\/
iframe>
)
/
Open regex in editor
Description
no description available
Submitted by
Moep
-
4 years ago
(Last modified 4 years ago)