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
multiple upstream time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
smiley
PCRE (PHP <7.3)
no description available
Submitted by
FallenShard
-
8 years ago
1
ADCE DescomposiciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ADCE - ValidaciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HTML tag search
Python
finds the common html tags
Submitted by
Henri Mulder
-
8 years ago
1
match directory paths with names
ECMAScript (JavaScript)
crazy rhumbl regex for build
Submitted by
luwenh
-
8 years ago
1
re
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Save
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
xref phone number
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Full URL
PCRE (PHP <7.3)
IPs Domains Ports Directories Files ...
Submitted by
timmyRS
-
8 years ago
1
No Double space and special character, no leading space ISO-8859-1
PCRE (PHP <7.3)
Matches everything exept a String with one of the following: Leading or ending space multiple spaces double special character
Submitted by
Hunziger
-
8 years ago
1
Your BANK a/c xxxx 4114 will be debited for Rs 97856.5 towards HDFCBan
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Email
PCRE (PHP <7.3)
Refunds email validation
Submitted by
Greg Kedge
-
8 years ago
1
International Phone Codes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Lynda Anchors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
dd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
SIEM Extended Attribute Regex
PCRE (PHP <7.3)
no description available
Submitted by
Stephen Kim
-
8 years ago
1
Modernest of Emails
PCRE (PHP <7.3)
New gTLDs (2-14 chars) Allows sentence endings after email Accepts every char (except space) = Full Email Support ...
Submitted by
timmyRS
-
8 years ago
1
find latitude longitude
PCRE (PHP <7.3)
find & get long lat in a string
Submitted by
Michael CAILLET http://mica.bike
-
8 years ago
1
dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
232
233
234
235
236
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
\d
(?!
\d
)
|
[
xyz)
]
)
(?=
[
\w
(
]
)
/
gm
Open regex in editor
Description
REGEX from Formal Lang for inserting * from implicit multiplication
Submitted by
anonymous
-
3 years ago