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 11,440 community submitted regex patterns...
0
My Kadafi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Day/Hour/Minute/Second Time Detection Python
Python
Detects a number of days, hours, minutes, and/or seconds for a Python regex to handle.
Submitted by
anonymous
-
4 years ago
0
extract_lastafterdash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ayuda disparar sondas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regex syslog wagon
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DUQM FLUID CODE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ADAXES Samples
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
routing number regex pt 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regxy do skanerów
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
pierwszy skaner alvahus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
effectivityipc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regex DSN couchbase
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Cisco ASA - match any to host
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
EmployeePortal Valid Entries
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
mor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
mor2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
IMC Learning
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract Bucket Name and Key from S3 URL
Python
https:\/\/(.?)\.(.?)\/(.*)
Submitted by
anonymous
-
4 years ago
0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSSF To Client URL Regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
522
523
524
525
526
...
572
Community Library Entry
-1
Regular Expression
Python
r"
(
\A
|
\s
)
#
(
\w
+
)
"
g
Open regex in editor
Description
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
11 years ago