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 6,100 community submitted regex patterns...
1
Extract Phone Number with Extension
PCRE2 (PHP >=7.3)
cashewa.com
Submitted by
anonymous
-
a month ago
1
Email with Optional Subdomain
PCRE2 (PHP >=7.3)
buzz3r.com
Submitted by
anonymous
-
a month ago
1
Non-Greedy Match
PCRE2 (PHP >=7.3)
bushrevealed.com
Submitted by
anonymous
-
a month ago
1
Currency Amount
PCRE2 (PHP >=7.3)
banglore.club
Submitted by
anonymous
-
a month ago
1
XML Attribute
PCRE2 (PHP >=7.3)
apsmart.mobi
Submitted by
anonymous
-
a month ago
1
Match Credit Card Number with Optional Spaces
PCRE2 (PHP >=7.3)
TreeLyrics.com
Submitted by
anonymous
-
a month ago
1
Match Valid Domain Name
PCRE2 (PHP >=7.3)
ToopFile.com
Submitted by
anonymous
-
a month ago
1
Match a credit card number with optional dashes or spaces
PCRE2 (PHP >=7.3)
TerraWats.com
Submitted by
anonymous
-
a month ago
1
Match Non-Digit Characters
PCRE2 (PHP >=7.3)
TechnicalBudd.com
Submitted by
anonymous
-
a month ago
1
Match Specific File Extensions (e.g., .jpg, .png)
PCRE2 (PHP >=7.3)
NewIntrEnds.com
Submitted by
anonymous
-
a month ago
1
Match Username with Special Characters
PCRE2 (PHP >=7.3)
NetBusinessZone.com
Submitted by
anonymous
-
a month ago
1
Match HTML Tags with Attributes
PCRE2 (PHP >=7.3)
DoWiesPlace.com
Submitted by
anonymous
-
a month ago
1
Match Credit Card Numbers (Visa, MasterCard)
PCRE2 (PHP >=7.3)
DesignMagazines.net
Submitted by
anonymous
-
a month ago
1
Match Decimal Numbers with Thousand Separator
PCRE2 (PHP >=7.3)
BusinessMagHub.com
Submitted by
anonymous
-
a month ago
1
Match Times in 12-Hour Format (HH AM/PM)
PCRE2 (PHP >=7.3)
onlinebusinessshop.net
Submitted by
anonymous
-
a month ago
1
Match US ZIP Code with Optional Extension
PCRE2 (PHP >=7.3)
miyuediy.net
Submitted by
anonymous
-
a month ago
1
Match Hexadecimal Strings regex
PCRE2 (PHP >=7.3)
hackingtechnicalinterview.com
Submitted by
anonymous
-
a month ago
1
Match SQL Comments
PCRE2 (PHP >=7.3)
fluiddigitalmedia.com
Submitted by
anonymous
-
a month ago
1
Match Passwords with Minimum Length and Special Characters
PCRE2 (PHP >=7.3)
SimsWriters.com
Submitted by
anonymous
-
a month ago
1
Match Valid HTML5 Color Names
PCRE2 (PHP >=7.3)
RascalJournal.com
Submitted by
anonymous
-
a month ago
1
2
3
4
5
...
305
Cellule.Nom
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^\d
{2}
[
A
-
Z
]
-
[
A
-
Z
]
+
$
/
gm
Open regex in editor
Description
Cellule.Nom
Submitted by
Groupe 18
-
2 months ago
(Last modified a month ago)