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 3,760 community submitted regex patterns...
0
Twitter search scraper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
espacios antes
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
HeatingManager - Identify Hours
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Emoji escaper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Embedly Providers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
take the public id from image cloudinary
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
AWS API access key
ECMAScript (JavaScript)
Catching AWS API access keys
Submitted by
anonymous
-
6 years ago
0
UGUF - Saison
ECMAScript (JavaScript)
Extract season from different title formats
Submitted by
anonymous
-
6 years ago
0
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
6 years ago
0
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
nvsm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Formula All Operands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Formula Parse Operand
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove forward/reply prefixes (F:, Fw:, Fwd:, Re:, R:) from an email subject
ECMAScript (JavaScript)
C# Code Sample: var subject = "RE: RE:Fw: RE:FW: FWD: re: This is a message from a long thread re: asdf "; var pattern = @"((?:[\t ](?:R|RE|F|FW|FWD):[\t ]))(.)"; var regex = new Regex(pattern, RegexOptions.ECMAScript | RegexOptions.IgnoreCase); var match = regex.Match(subject); var extr...
Submitted by
safeer
-
6 years ago
0
Participant Slug
ECMAScript (JavaScript)
'a-z' - lowercase 'A-Z' - uppercase '-' - hyphens 0-9 - numeric {5, 32} between 5 and 32 characters
Submitted by
anonymous
-
6 years ago
0
Pull text-align value from HTML markup
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
i.imgur.com Link matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Client ID matcher w/ nickname allowance
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
webpack igonore ionicon svg file
ECMAScript (JavaScript)
webpack igonore ionicon svg file
Submitted by
anonymous
-
6 years ago
0
MarkDown italic style parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
118
119
120
121
122
...
188
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
[
Ss_
]
{1,1}
(
[
0
-
9
]
{2,2}
)
[
Eex
\
_
]
{1,1}
/
Open regex in editor
Description
Extract season from different title formats
Submitted by
anonymous
-
6 years ago