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,020 community submitted regex patterns...
0
address - non capturing to account for st|nd|rd|th
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
LINX
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Find ip, link
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
verizon regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
trouver les conflits git
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
hotmail regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Remove all characters before last \
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
dek-d novel regex
ECMAScript (JavaScript)
no description available
Submitted by
Kamontat Chantrachirathumrong
-
7 years ago
0
a tags replacer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Go temp library echo regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Clean Class html file step1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Clean Class html file step3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Between two characters: Good for HTML or CSS inline style height/width
PCRE (PHP <7.3)
This matches content between two characters ie. height: 400px; matches between : and ;
Submitted by
anonymous
-
7 years ago
0
Numéro d'article (avec niveau et composantes multiples)
PCRE (PHP <7.3)
Parse les numéros d'article, avec le préfixe éventuel de niveau Ex : D101, A.202, R*203,R. * 102-36
Submitted by
anonymous
-
7 years ago
0
Selector
PCRE (PHP <7.3)
no description available
Submitted by
{Koks}
-
7 years ago
0
Zipcode Regex
PCRE (PHP <7.3)
This regex validates zipcode for India Valid examples 412003 412 003 ...
Submitted by
Omkar Tapale
-
7 years ago
0
Find ip and link full
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Property-Value JSON
ECMAScript (JavaScript)
".\w?":".\w?"
Submitted by
Jhaffar Alexis Moreno Valega
-
7 years ago
0
Replace HTML Tags (H1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Exlude DBA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
453
454
455
456
457
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
<ahref="
[
a
-
z.
-
_"
]
*
)
(
<
\/
a>
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago