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 5,520 community submitted regex patterns...
0
NV
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VOICE
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VIDEO
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ENNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
DIAM_METHOD
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without. no leading zero is allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
remove all html tags, even < and > on different lines
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Clerk Receipts
Python
no description available
Submitted by
anonymous
-
5 years ago
0
e
Python
e
Submitted by
anonymous
-
5 years ago
0
IPV4 IP address match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ISO-8601 date parse
ECMAScript (JavaScript)
Works with 2015-04-03T13:56:24.0+00:00 (official) format, and 2015-04-03T13:56:24+0000 (PHP) format, too Also: 2015-12-31
Submitted by
Norbi
-
5 years ago
0
Check validity email address
ECMAScript (JavaScript)
Follow the rules found in https://www.wikiwand.com/en/Email_address. Check all the address given to check if the addresses are valid or not.
Submitted by
anonymous
-
5 years ago
0
regex for copper
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Android App Name Manifest Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
css color code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Android App Flavor Dimensions Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
27jan3
Python
no description available
Submitted by
anonymous
-
5 years ago
0
27JAN2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
nm-caret-inc-main-27jan
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
109
110
111
112
113
...
276
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