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
Get all accessibility attributes
ECMAScript (JavaScript)
Get all aria- attributes from html string.
Submitted by
David Aguilar
-
8 years ago
1
BR Phone
Python
get all attempts to write brazilian phone numbers
Submitted by
rafaelverger
-
8 years ago
1
email catcher
Python
no description available
Submitted by
rafaelverger
-
8 years ago
1
Quizlet Bold to HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Chercher un Prénom ou un Nom
.NET 7.0 (C#)
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)
1
4444
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
phone number italy
ECMAScript (JavaScript)
phone number with country prefix (+ or 00) and phone number with spaces and special characters allowed
Submitted by
bux
-
8 years ago
1
log tif
PCRE (PHP <7.3)
log aktifitas tif
Submitted by
irwan
-
8 years ago
1
authproc1_auth01_2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
EMail - RFC Compliant
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Footnote Regex for SFM
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Cross Reference Regex for SFM
Python
SFM 2.4
Submitted by
anonymous
-
8 years ago
1
NetApp Controller
PCRE (PHP <7.3)
Regular Expressions for NetApp Controller
Submitted by
Jerome Diggs
-
8 years ago
1
REMOVE INSIDE STRING OF BRACKET EXCEPT BRACKET INSIDE OF IT
PCRE (PHP <7.3)
REMOVE INSIDE STRING OF BRACKET EXCEPT BRACKET INSIDE OF IT
Submitted by
Momar
-
8 years ago
1
password regex
PCRE (PHP <7.3)
Contrôler si le mot de passe possède des lettres minuscules ou majuscules de a à z, des chiffres de 0 à 9 et des caractères spéciaux.
Submitted by
Worldwide
-
8 years ago
1
Port & Port rage regex
ECMAScript (JavaScript)
Matches port and port range max to 2^16. Match: 1 2 3 99...
Submitted by
Dan
-
8 years ago
1
GettyImages links
ECMAScript (JavaScript)
capture image id from a variety of gettyimages links
Submitted by
Ahmed Hassanein
-
8 years ago
1
Only first name and last name
ECMAScript (JavaScript)
No numbers, no special characters, no triple (or more) repeating characters
Submitted by
ranst
-
8 years ago
1
Match @usernames
PCRE (PHP <7.3)
Match @usernames in text.
Submitted by
rjstone
-
8 years ago
1
...
727
728
729
730
731
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
0
-
9
]
{1,2}
{1,}
de
{1,}
(
janeiro
|
fevereiro
|
março
|
abril
|
maio
|
junho
|
julho
|
agosto
|
setembro
|
outubro
|
novembro
|
dezembro
)
{1,}
de
{1,}
[
0
-
9
]
{4}
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago