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
Full or 3 letter abbreviated months
Python
Matches with either the month or abbreviated 3 letter month name. No matching groups used
Submitted by
Benargee
-
6 years ago
0
email address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Inventory Upload Errors
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Ursnif URIs
PCRE (PHP <7.3)
Matching on the Ursnif C2 URI structure.
Submitted by
Damian Torres
-
6 years ago
0
decimal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Only alphanumeric characters allowed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Hello, World!
Python
For SCT in DataCamp course
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 2
Python
no description available
Submitted by
anonymous
-
6 years ago
0
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
find instagram display url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
UmidadeMotoncoRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP Addresses
PCRE (PHP <7.3)
This Regex finds IPv4 addresses
Submitted by
anonymous
-
6 years ago
0
Best practices
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
nombre completo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
only name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
apellidos hasta 6 palabras
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match Restful URL with child entities and optional actions
PCRE (PHP <7.3)
Based of mixing Rest and RPC, https://restful-api-design.readthedocs.io/en/latest/methods.html#actions
Submitted by
anonymous
-
6 years ago
0
die ersten zahlen aus line entfernen bis zum leerzeichen
PCRE (PHP <7.3)
die ersten zahlen aus line entfernen bis zum leerzeichen
Submitted by
anonymous
-
6 years ago
0
string bis zum ersten leerzeichen oder 2tem
PCRE (PHP <7.3)
string bis zum ersten leerzeichen oder 2tem
Submitted by
anonymous
-
6 years ago
1
...
535
536
537
538
539
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
@
/
(?:
images
)
(?:
/
[
0
-
9A
-
Za
-
z_
]
+
){6,14}
\.
(?:
avi
|
bmp
|
gif
)
$
@
gmi
Open regex in editor
Description
Matching on the Ursnif C2 URI structure.
Submitted by
Damian Torres
-
6 years ago