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 9,440 community submitted regex patterns...
1
CEF Pipe and Space Delimited Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
salanki
PCRE (PHP <7.3)
no description available
Submitted by
salanki
-
10 years ago
0
Markdown Inline Link to HTML Anchor
PCRE (PHP <7.3)
Extracts title and link from Markdown inline link to be placed into an HTML anchor tag.
Submitted by
Mike Johnson
-
10 years ago
1
HTML Anchor to Markdown Inline Link
PCRE (PHP <7.3)
Extracts the href and title values from an anchor tag to be placed into an inline Markdown link.
Submitted by
Mike Johnson
-
10 years ago
2
@import url(comments.css)
PCRE (PHP <7.3)
no description available
Submitted by
Mitus M.
-
10 years ago
1
Check fr date format
PCRE (PHP <7.3)
no description available
Submitted by
Kerosene
-
10 years ago
1
myregex
PCRE (PHP <7.3)
no description available
Submitted by
shakti
-
10 years ago
1
select stuff of </a> [beta]
PCRE (PHP <7.3)
no description available
Submitted by
Kerosene
-
10 years ago
1
get all title value && all the text in <a/>
PCRE (PHP <7.3)
no description available
Submitted by
Kerosene
-
10 years ago
1
css all comments
PCRE (PHP <7.3)
no description available
Submitted by
Mitus M.
-
10 years ago
1
gk
PCRE (PHP <7.3)
wertyuikjh
Submitted by
hjk
-
10 years ago
0
In a pipe separed list of values check for a concrete one
PCRE (PHP <7.3)
no description available
Submitted by
furbypaloma
-
10 years ago
0
background:url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
background:url
PCRE (PHP <7.3)
no description available
Submitted by
Mitus M.
-
10 years ago
1
background:url
PCRE (PHP <7.3)
no description available
Submitted by
Mitus M.
-
10 years ago
35
http://
PCRE (PHP <7.3)
no description available
Submitted by
Mitus M.
-
10 years ago
-3
Date and Time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Grab double or single quoted text, escape aware
PCRE (PHP <7.3)
^$ are only added for the test cases, handles escapes and the closing \\" situation
Submitted by
robin
-
10 years ago
1
Inside single quotes, escape aware
PCRE (PHP <7.3)
Allows the single quote to be escaped, handles the \\' situation
Submitted by
Robin
-
10 years ago
1
ArcSight Administrator
PCRE (PHP <7.3)
It's to activate when storage space reaches 75% capacity
Submitted by
Michal Starr
-
10 years ago
1
...
464
465
466
467
468
...
472
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)