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 12,660 community submitted regex patterns...
1
Match IP Address in PHP
PCRE (PHP <7.3)
Match IP Address in PHP
Submitted by
anonymous
-
9 years ago
1
WordPress Multipage Table of Contents header reconition
PCRE (PHP <7.3)
Finds h1-h3, its id if have one and the title.
Submitted by
Morning train
-
9 years ago
1
Drupal translations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Check Date + time (DD/MM/YYYY HH:MM)
ECMAScript (JavaScript)
no description available
Submitted by
Mikael Georges
-
9 years ago
1
Alpha + Underscore
ECMAScript (JavaScript)
no description available
Submitted by
Sergio de la Garza
-
9 years ago
1
Url regex that capture the domain of the URL
ECMAScript (JavaScript)
https://developer.mozilla.org/es/ Url regex that capture the domain of the URL
Submitted by
anonymous
-
9 years ago
1
Url regex that capture the domain of the URLs
ECMAScript (JavaScript)
https://developer.mozilla.org/es/docs/Web/JavaScript https://www.google.es/webhp?hl=es Matches: MATCH 1...
Submitted by
D<OS>
-
9 years ago
1
Project
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match statistical geographies (UK)
PCRE (PHP <7.3)
Mach standard statistical geography identifiers for UK.
Submitted by
Konrad
-
9 years ago
1
Key-Value list separated by newlines
ECMAScript (JavaScript)
Example: foo = bar foo=bar foo= bar bar =foo foo = bar...
Submitted by
acosw
-
9 years ago
1
dd-mm-yyyy
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
parse array to object p1
ECMAScript (JavaScript)
no description available
Submitted by
me
-
9 years ago
1
RegEx - Exclude zero
PCRE (PHP <7.3)
RegEx - Exclude zero
Submitted by
http://stackoverflow.com/questions/8910972/regex-exclude-zero
-
9 years ago
1
recognize php
PCRE (PHP <7.3)
recognize php code
Submitted by
Chris Ottersen
-
9 years ago
1
Get Images From Markdown Format
PCRE (PHP <7.3)
Get all images tag in a Markdown Format Text
Submitted by
Ferdinand Dimas
-
9 years ago
1
International numeric format validator
ECMAScript (JavaScript)
International numeric format validator
Submitted by
unknown
-
9 years ago
1
REGEX for detecting AU Parcel locker
PCRE (PHP <7.3)
meh
Submitted by
tsing to the motherfucking tao
-
9 years ago
1
magnet
ECMAScript (JavaScript)
Extract magnet links
Submitted by
Peng
-
9 years ago
1
load_runner_transaction_end
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ZAP exclude URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
459
460
461
462
463
...
633
Community Library Entry
5
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
)
(
(
<img
|
<script
|
<link
)
(
.
*
)
(
src
|
href
)
)
\=
(
\"
|
'
)
(?!
cdn
|
https
|
https
|
\/\/
)
(
\/
)?
(
<
\/
script>
|
\>
)?
(
.
*
)
$
/
m
Open regex in editor
Description
relative to absolute
Submitted by
xp_prg
-
10 years ago