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,000 community submitted regex patterns...
1
Localiza E-mail
Python
Log de postfix, localiziando e-mail (from e to).
Submitted by
Danilo Kishi
-
8 years ago
1
Qam Mega-bytes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Matching a URL
ECMAScript (JavaScript)
no description available
Submitted by
Vasili
-
8 years ago
1
regular-expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
RemoveItemNote
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HTML <input> tags of type hidden but with the required attribute set
ECMAScript (JavaScript)
no description available
Submitted by
Paul Sturm
-
8 years ago
1
Adding binary numbers
PCRE (PHP <7.3)
Verifies whether two binary numbers a and b are equal to their sum c; Input expected in form a + b = c
Submitted by
Bob Weinand
-
8 years ago
1
IBAN
ECMAScript (JavaScript)
The regex of IBAN of the Zend Framework validator
Submitted by
Zeyckler
-
8 years ago
1
Names in America
ECMAScript (JavaScript)
Capitalized, with "O'","Mc","Mc " and "0" for some European names
Submitted by
anonymous
-
8 years ago
1
Rex: Domain name plus colon plus integer
PCRE (PHP <7.3)
Done while modifying Remote MX Wizard( Getting MX records from user input)
Submitted by
Levyb
-
8 years ago
1
Remove inside ()
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
from word to word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SegmentLoaderRegex
ECMAScript (JavaScript)
no description available
Submitted by
Sanoj
-
8 years ago
1
old
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Test
ECMAScript (JavaScript)
Test
Submitted by
Test
-
8 years ago
1
(am|sg){0,1}(invoice){0,1}(\d*){0,1}
PCRE (PHP <7.3)
(am|sg){0,1}(invoice){0,1}(\d*){0,1}
Submitted by
dat.dao
-
8 years ago
1
"GP0|#8c3bbce0-620b-4e68-8567-28ff6fa42712;L0|#08c3bbce0-620b-4e68-856
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Shortcode Js
ECMAScript (JavaScript)
[shortcode attr="data"]
Submitted by
khiconit
-
8 years ago
1
Number Validation
ECMAScript (JavaScript)
Number validation in Javascript. Abit too contrived
Submitted by
b0tman
-
8 years ago
1
Posible regex para variables mailmarketing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
751
752
753
754
755
...
900
Community Library Entry
11
Regular Expression
ECMAScript (JavaScript)
/
<
(
a
+
)
(?!
(?:
href=
(
[
"|'
]
+
)
(
[
http:
\/\/
]
)*
link
\.
com
(
[
\/
]
)?
(
.
*
?
)
[
"|'
]
)
)
*
[^
>
]
*
>
(
.
*
?
)
[^
>
]
>
/
gm
Open regex in editor
Description
<a href="yourlink.com">YourLink</a> - not found <a href="anotherlink.com">AnotherLink</a> - found
Submitted by
KoT
-
9 years ago